Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
"Config error in VFEArch_BridgeConcrete: description has leading whitespace"
"Config error in VFEArch_BridgeConcrete: description has trailing whitespace"
<description>
Stone Bridges are structures that can be built on water. Bridges allow more rapid movement across water. Once built, they can support many structures, including heavy structures and any type of wall. Bridges allow for easier building in swampy biomes.
Can be made out of any stone blocks.
</description>
Should be:
<description>
<![CDATA[Stone Bridges are structures that can be built on water. Bridges allow more rapid movement across water. Once built, they can support many structures, including heavy structures and any type of wall. Bridges allow for easier building in swampy biomes. <br />
Can be made out of any stone blocks.]]>
</description>
I'm making a big assumption that carriage returns and new lines are ok in RimWorld here. Might be best to collapse the description into a single line IMO.
In file FT_CrossModContents.xml, relative path: ./1.6/Defs/FT_CrossModContents
You've got the description for VFEArch_BridgeConcrete split across multiple lines. You might need to add a carriage return line feed to split the description in an XML element across multiple lines.