Online editing gettext files? [closed]

2019-03-14 15:15发布

问题:

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/ - service
  • http://crowdin.net/ - service
  • http://weblate.org/ - Django based application