Godot4国际化
创建模板(.pot文件)message.pot
通过模板生成本地化文件(.po文件)fr.po
msginit --no-translator --input=message.pot --locale=fr
参考
https://docs.godotengine.org/zh-cn/4.x/tutorials/i18n/localization_using_gettext.html
创建模板(.pot文件)message.pot
通过模板生成本地化文件(.po文件)fr.po
msginit --no-translator --input=message.pot --locale=fr
https://docs.godotengine.org/zh-cn/4.x/tutorials/i18n/localization_using_gettext.html