diff --git a/.tx/config b/.tx/config index 024c8346..2e19f3db 100644 --- a/.tx/config +++ b/.tx/config @@ -1,8 +1,9 @@ [main] host = https://www.transifex.com -[webogram.translations] -file_filter = app/js/locales/-.json +[telegram-web.en-usjson] +file_filter = app/js/locales/.json source_file = app/js/locales/en-us.json source_lang = en_US -type = KEYVALUEJSON \ No newline at end of file +type = KEYVALUEJSON +lang_map = de:de-de, es:es-es, it:it-it, ru:ru-ru, nl:nl-nl, pt_BR:pt-br \ No newline at end of file diff --git a/Makefile b/Makefile index eb397e09..cca8c297 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,9 @@ txinstall: sudo python get-pip.py sudo pip install transifex-client +txupdate: + tx pull -f + +txupload: + tx pull -f + tx push -s \ No newline at end of file