PoEdit 无法识别 php dgettext 函数

发布于 2024-11-24 13:17:17 字数 127 浏览 1 评论 0原文

如何配置 PoEdit 来识别 PHP dgettext 函数?

请注意,我了解“配置->关键字”部分,但我该如何指示翻译位于函数的第二个参数中?

有人用 dgettext 进行 poEdit 工作吗?

How can I configure PoEdit to recognize PHP dgettext function ?

Note that I know about the Configure->Keywords part, but how am I suppose to indicate that the translation is in the second parameter of the function ?

Anyone got poEdit work with dgettext ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小草泠泠 2024-12-01 13:17:17

使用:2 xgettext选项,所以PoEdit中必须添加的关键字是:
dgettext:2

:2 指定读取第二个参数。
如果我需要阅读第二个和第三个,那就是: :2,3

请注意,我还有另一个错误,默认情况下,xgettext(和 poEdit)支持 dgettext,因为它是标准 C/C++ gettext 函数。

希望这会有所帮助

Using the :2 xgettext option, so the keyword that must be added in PoEdit is:
dgettext:2

the :2 specify to read the 2nd parameter.
If I would need to read the 2nd and 3rd, it would be: :2,3

Note that I had another bug, by default, dgettext is supported by xgettext (and poEdit) as it's a standard C/C++ gettext function.

Hope this will help

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文