>这个“继位者”翻译好的文件要放在什么位置?
目录我列在这里方便别的有兴趣的人:
wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-httt.mo
how to convert po file to mo file:
0. mo file is compiled po file.
1. first make sure you have gettext package installed.
It is needed to do many things on translations.
2. to get wesnoth-httt.mo, run command:
msgfmt -o wesnoth-httt.mo wesnoth-httt.po
see msgfmt manpage for more info.