语言文件 po 和 mo 的互相转换

没事想汉化一些 wordpress 插件玩,今天找到两个不错的软件,推荐给大家。

反编译 mo 文件成 po 文件,使用 gettext 的 msgunfmt.exe 工具,命令如下

msgunfmt.exe d:\test.mo -o d:\test.po

编码 po 文件为 mo 文件,使用 poedit 的 msgfmt.exe 工具,命令如下

msgfmt.exe -o d:\test.mo d:\test.po



© 漫步 for 漫步的博客, 2007. | Add to del.icio.us | linking this post with Technorati

我的永久 feed 地址是: http://feed.zbsdg.com

评论数量(0) | Add Comments

本文网址: http://roamlog.cn/archives/mo-and-po-file.html

相关文章

你可能感兴趣的:(html,wordpress,D语言)