在PO内包含PO文件 我有translations_plugin.po和custom.po文件。 translations_plugin来自插件,但是有些翻译我需要更改文本以适应我的上下文。有没有办法在custom.po中包含文件? *我已经搜索过,但没有发现任何东西 custom.po看起来像这样: include('translations_plugin.po') msgid "Word 1" msgstr "Word one" . . . ? 由 Me发布于 2020-02-15 02:52:21 phptranslationpo