Automatically creating Piratespeak.po / gettext / translations for testing i18n?

I am working on a translation of our django webapp. I would like to verify that our system is configured correctly before paying the translator for the actual translation.

In any case, with a given file .po, several new translations are automatically created? And just for fun, anyway, to do it, to let the pirate talk? :) (Or some other command line tool for the command line?)

+3
source share
2 answers

It turns out that no one has done this before. So I wrote a python script to do it myself piratify.pp

+4
source

tweeked , Microsoft, Google , Google

python -

http://djangosnippets.org/snippets/2679/

1 django po . -

http://potranslate.prabhatgupta.com/

.

+2

Source: https://habr.com/ru/post/1795808/


All Articles