RimWorld

RimWorld

Statue of Animal[1.0-1.4]
Mission001 25 Feb, 2020 @ 9:19am
1.1 English Translation Error
Nothing major, but a few yellow errors i thought id give you a heads up about for the OCD people like myself who like a error free debug menu when loading up :P

Thanks again for the great most and if you need any other info please let me know!

Translation report for English

========== General load errors (0) ==========

========== Def-injected translations load errors (2) ==========
Duplicate def-injected translation key: TMB_StatueOfAnimal1x.label (Items_Statue.xml)
Duplicate def-injected translation key: TMB_StatueOfAnimal2x.label (Items_Statue.xml)

========== Backstories load errors (0) ==========

========== Unnecessary def-injected translations (marked as NoTranslate) (0) ==========

========== Def-injected translations using old, renamed defs (fixed automatically but can break in the next RimWorld version) (0) =========
< >
Showing 1-1 of 1 comments
okradonkey 4 Mar, 2020 @ 9:19am 
The translation file was missing the Blueprint_Install_ prefix in a few spots. Here's a quick fix.

Open this file in the mod folder:
...\1629099614\Languages\English\DefInjected\ThingDef\Items_Statue.xml

and completely replace its contents with this:
<?xml version="1.0" encoding="utf-8"?> <LanguageData> <TMB_StatueOfAnimal1x.label>Statue of animal(1x1)</TMB_StatueOfAnimal1x.label> <Blueprint_Install_TMB_StatueOfAnimal1x.label>Statue of animal(1x1)(blueprint)</Blueprint_Install_TMB_StatueOfAnimal1x.label> <TMB_StatueOfAnimal1x.description>The statue designed in the motif of animal.</TMB_StatueOfAnimal1x.description> <TMB_StatueOfAnimal2x.label>Statue of animal(2x2)</TMB_StatueOfAnimal2x.label> <Blueprint_Install_TMB_StatueOfAnimal2x.label>Statue of animal(2x2)(blueprint)</Blueprint_Install_TMB_StatueOfAnimal2x.label> <TMB_StatueOfAnimal2x.description>The statue designed in the motif of animal.</TMB_StatueOfAnimal2x.description> </LanguageData>

Then save the file. That should knock out the error until tammybee gets a chance to update the mod.
Last edited by okradonkey; 11 Mar, 2020 @ 10:28pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50