安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






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?