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
these two are incompatible mods?
I changed the way of displaying text today but everything is working fine for me.
Do you have a error message (in your log)?
Also, I think that the method that docwho was suggesting is to use your own page id, which then works well if it's applied as a merge rather than a diff.
Ex:
<?xml version="1.0" encoding="utf-8" ?>
<language>
<page id="[Some unused page id]">
<t id="10213">You have crafted a drone. It is now stored in your drone bay.</t>
<t id="10214">Your drone bay is full.</t>
</page>
</language>
(not sure if those "language" lines are necessary)
And a tip that I picked up from alexalsp: if you were to put that in t\0001.xml, it would display in all languages unless you have a language specific file.
<add sel="//page[@id='1012']"><t id="10213">You have crafted a drone. It is now stored in your drone bay.</t><t id="10214">Your drone bay is full.</t></add>
instead of:
<add sel="//page[@id='1012']">
<t id="10213">You have crafted a drone. It is now stored in your drone bay.</t>
<t id="10214">Your drone bay is full.</t>
</add>
Might be worth a try.
* character limit *
<add sel="//page[@id='20201']"> is present in both language files
Can you look in your language file and confirm if its there?
Cannot match path '//page[@id='20201']' in patch file 'extensions\\craftdronesmkx\\t/0001'. Skipping node.",
I was force to make a new page Id number for my items as I could not get the add to work like that.
Which languages do you play (maybe i forgot some german texts)?
I only support German and English.
where exactly?