cloudwu / stellaris_cn

Stellaris 群星 汉化 Mod
393 stars 152 forks source link

再次广告一下 YML 翻译工具。 #268

Closed inkitter closed 1 year ago

inkitter commented 7 years ago

因群星1.6加入了官中文本,对比不同版本的翻译可能更有需求,更新了下工具。

https://github.com/inkitter/pdx-ymltranslator/releases

AnthonyZJiang commented 6 years ago

Notepad++ 不能高亮§符号,也是满蛋疼的。

推荐 Visual Studio Code + stellaris-localisation-syntax

cloudwu commented 6 years ago

一般编辑器都可以配置关键字的,把 § 配成关键字就高亮了。

AnthonyZJiang commented 6 years ago

是啊,可我试了在notepad++自定义语言里设置这个字符,notepad++识别不出。vscode的关键词高亮还需要写一个插件。不知道其他编辑器如何。

cloudwu commented 6 years ago

我用 editplus ,支持这种字符。不过要注意,语法文件需要用 Unicode 格式保存,不能用 UTF-8 。不支持 notepad++ 是否是编码问题。