Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem






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?