如何在 Mac 上将 .po 转换为 .mo 文件?

发布于 2024-09-16 05:47:36 字数 47 浏览 1 评论 0原文

我尝试过使用 poedit 1.4.6>另存为,但 .mo 不是一个选项。

I have tried using poedit 1.4.6>save as, but .mo is not an option.

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

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

发布评论

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

评论(2

一曲爱恨情仇 2024-09-23 05:47:36

啊,简单但不清楚,每当你使用 poedit 将文件保存为 .po 时,它也会自动保存一个 .mo 文件。 (.mo 是语言文件的编译版本)

Ah, simple yet unclear, Whenever you save a file as .po using poedit, it automatically saves a .mo file aswell. (.mo being the compiled version of the languagefile)

半﹌身腐败 2024-09-23 05:47:36

安装 gettext,然后对文件运行 msgfmt 命令。

> brew install gettext
> msgfmt inputfile.po -o outputfile.mo

Install gettext, then run the msgfmt command on the files.

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