Added transifex util
This commit is contained in:
parent
28610458d5
commit
34ae9d06a5
8
.tx/config
Normal file
8
.tx/config
Normal file
@ -0,0 +1,8 @@
|
||||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
[webogram.translations]
|
||||
file_filter = app/js/locales/<lang>-<lang>.json
|
||||
source_file = app/js/locales/en-us.json
|
||||
source_lang = en_US
|
||||
type = KEYVALUEJSON
|
7
Makefile
7
Makefile
@ -12,3 +12,10 @@ publish:
|
||||
./node_modules/gulp/bin/gulp.js publish
|
||||
echo -n "Please open http://localhost:8000/dist/index.html and check if everything works fine." && read -e
|
||||
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages
|
||||
|
||||
|
||||
txinstall:
|
||||
curl -O https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
|
||||
sudo python get-pip.py
|
||||
sudo pip install transifex-client
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user