Is there a script between Github and Transifex?

Hi.

I have changed some strings (they are from argentina .po file).

And I have tried to upload with Transifex web form, but it returned error 500.

And I wonder that “Is there a script between Github and Transifex?” That script updates the translations bidirectionally G -> T and T -> G.

Because I can upload the po file (with the new strings) to github and the script will update the translations into Transifex.

Or is the process manually? There is a person who donwloads the po files from Transifex and commits these files to Github.

Regards.

See PR #27427 .

mdtrooper, are you trying to translate some of the strings from the argentinian translation?

No, sorry. I have been trying to get some translate strings from argentinian translation to fill the spanish translation.

Van a tener que ponerme en los créditos de la traducción española también…
:wink:

Thanks, I see it. But is there the reverse process? somebody uploads the po files from github to transifex.

Because I afraid to upload (as pull request) the changes into po file to github and the changes maybe will lost in the next time that BrettDong will upload the files from transifex to github.

They’re going to have to put me in the credits of the Spanish translation too …

Don’t worry, you will be in the credits of the Spanish translation.

If you want to contribute to the translation, just register an account on Transifex and use Transifex web UI to do your work.

Yes, it is good. I am spanish translator for CataclysmDDA more or less from two years ago. And I help in the translation with web UI.

But now I want to fill the spanish po file with some translated strings from argentinian po file and I cannot do this action with web UI. Then this is the reason for ask about:

  • Can I upload the spanish po file (with some new translated strings) to github…and somebody or something sincronize this new tranlated strings in the web UI?

Or the main source is the DB transifex and the only direction is Transifex -> github.

GitHub is just a mirror of translation data on Transifex. Translation work should be done on Transifex. If you want to upload a .po file to Transifex, you may mail me your .po file and I can push it to Transifex for you, but that will overwrite the entire Spanish translation on Transifex. So please ensure that you are working on a latest copy of Spanish translation from Transifex, or other translators’ contribution could be lost after the push.

Thanks.

I will try to work with the Transifex api.

I have made a script in python:

  • connect to Transifex across the api
  • get spanish and argentinian translations (as json data)
  • loop empty strings of spanish and
    – check if it exists in argentinian
    – show the argentinian strings
    – the human press enter or Y to upload the same translation to spanish (with Transifex api)

Well, the source code it is hardcoded for this case, but it can be generic for other uses.

And at the moment (this two days) I fill more or less 350 strings from argentinian to spanish :smiley: .