Have a GNU gettext (.po) file that has already been translated into a language. I'd like to translate it to another language automatically.
The file looks like this
#: attachment.php:19
#, php-format
msgid "Return to %s"
msgstr "Powrót do %s"
Have tried multiple services like http://translate.google.com/toolkit and http://pepipopum.dixo.net/ but they only translates .po-files that not already been translated.
Is there an automatic translator for .po-files that overwrite existing msgstr and translate from msgid? Or is there a way to automatically delete the contents of all msgstr so I can use the above tools.
