10
votes

I'm looking for a front-end to google translate that supports translating GNU gettext PO files with NGETEXT style plurals, eg. msgid_plural, msgid[0] ... msgid[n].

I've found several free translation services for PO files [1], but none of these services support ngettext style plural strings. Our PO files have a fair number of plurals that need to be converted.

Note: We recognize the google translations are not anywhere near production quality. We're using the translated PO files for testing/proof-of-concept demos only.

Any suggestions appreciated.

Malcolm

[1] Free, hosted PO translation services

4

4 Answers

2
votes

You could try Zanata (http://zanata.org) which is an open source web based translation service with full support of Gettext files (including pluralisation).

1
votes

There is also the http://littlesvr.ca/ostd/ translation service that uses po files translated for other open source projects to select the translations in 175 different languages. You can choose which translation to go for if there are differing translations.

0
votes

Try Transifex: http://www.transifex.com

We use it extensively for translation of our website using gettext / PO files.