Online editing gettext files? [closed]

﹥>﹥吖頭↗ 提交于 2019-12-03 11:11:04

问题


Online editing gettext files, is it possible?

I use gettext for all my PHP projects, but sides with a minor problem, want to mine user may translate my language from as Danish to Norwegian, but in this case it enste I know is that I need to export my file from Poedit there is any. other software that can export / import my files? for Poedit can I do with export as.

hope i could help me a little.


回答1:


I used SimplePo recently, works great. You need to export the edited .po file then use command line gettext tools or POEdit to build .mo.




回答2:


This question is high on Google and the answer is a little dated. I found http://poeditor.com/ an excellent resource. It is a free website, it is very easy to get started, you can invite translators and they have a credit system where you can use automated translation tools for your strings to help you get started.

Very slick, very easy.




回答3:


The Ubuntu launchpad service has a subproject "Rosetta" which provides such a tool. You could install that on your server: https://launchpad.net/rosetta

There are also:

  • Kartouche
  • Pootle
  • TCKTranslator



回答4:


There are also other options which were not yet mentioned:

  • https://www.transifex.net/ - cloud service
  • https://crowdin.com/ - cloud service
  • https://weblate.org/ - free software, also available as cloud service


来源:https://stackoverflow.com/questions/2756141/online-editing-gettext-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!