我的 php 文件中有这一行,<strong>%1$s</strong> has been successfully subscribed to %2$s
但在 Poedit 中它看起来像那样,<strong>%s</strong> has been successfully subscribed to %s
并且网站上的行保持未翻译。如何处理?
问问题
88 次
1 回答
0
阅读GNU gettext 手册以了解从源代码更新 PO 文件的概念。然后使用 和 的组合xgettext
从msgmerge
当前来源更新您的 PO 文件(显然已过时)。或者使用 Poedit 的源更新功能。
于 2013-10-01T05:17:09.033 回答