Added support for tx console util

This commit is contained in:
Igor Zhukov 2015-02-11 21:12:38 +03:00
parent 34ae9d06a5
commit 128331a7e9
2 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,9 @@
[main]
host = https://www.transifex.com
[webogram.translations]
file_filter = app/js/locales/<lang>-<lang>.json
[telegram-web.en-usjson]
file_filter = app/js/locales/<lang>.json
source_file = app/js/locales/en-us.json
source_lang = en_US
type = KEYVALUEJSON
type = KEYVALUEJSON
lang_map = de:de-de, es:es-es, it:it-it, ru:ru-ru, nl:nl-nl, pt_BR:pt-br

View File

@ -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