安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Yes, I can incorporate the translation into my mod if you don't mind.
But I strongly recommend you ti learn how to use github, because it also contains pretty useful tool to highlight changes. Actually, the whole git is about managing changes, so highlighting and analyzing is essential for each git-based system.
If you want any stand alone tool, you're looking for a family of tools called "diff tools", so you can just search for suatable tools with those keywords which fit your needs. I can't advise anything particular, because I'm using git clients and their built-in tools for that.
Don't forget that the translation only affects certain lines, which are filtered out/created with RimTrans anyway. The rest of the mod, commands and all that, are 99% uninteresting, and I don't build them in, it really needs ONLY the languages-english and languages-german folders/files.
But that also means that these strings don't exist seperately in the language - english folder, which doesn't appeal to me. So I have to synchronize the original english xml I generated with RimTrans from the version I translated, then with the new english version I created using RimTrans and then with an additional tool. So I'm not using any original files from Mod.
in simple:
Create
1. download mod
2. use RimTrans for English as well as for German
3. English proficiency
4. translate german
---------------------
Updating
5. update Mod
6. use RimTrans for English
7. compare old english files with the new english ones
8. update german translation if changes available
Yes, I already found that with the "diff tools" in the meantime, I already loaded a small one. Unfortunately most of those I tested so far have the problem that they show me changes where none are (e.g. line breaks).
I've now tried Github because I understand it makes your work easier, I just hope I didn't do anything wrong there.
If you prefer, I can also send you the files (languages-german) zipped in the forum, if you like.