Browse Source

Added support for tx console util

master
Igor Zhukov 9 years ago
parent
commit
128331a7e9
  1. 7
      .tx/config
  2. 6
      Makefile

7
.tx/config

@ -1,8 +1,9 @@ @@ -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

6
Makefile

@ -19,3 +19,9 @@ txinstall: @@ -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
Loading…
Cancel
Save