在Poedit错线

时间:2013-09-30 21:14:09

标签: wordpress poedit

我在我的php文件<strong>%1$s</strong> has been successfully subscribed to %2$s中有这一行但是在Poedit中它看起来像<strong>%s</strong> has been successfully subscribed to %s并且网站上的行保持未翻译。怎么处理呢?

1 个答案:

答案 0 :(得分:0)

阅读GNU gettext manual以了解从源代码更新PO文件的概念。然后使用xgettextmsgmerge的组合从当前来源更新您的PO文件(显然已过期)。或者使用Poedit的source-from-sources功能。