forked from leftypol/leftypol
update locales from transifex
This commit is contained in:
parent
30eac1703a
commit
31185ab4c9
31 changed files with 1553 additions and 319 deletions
3
tools/i18n_update.sh
Executable file
3
tools/i18n_update.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd inc/locale; tx pull; cd -
|
||||
cd inc/locale; K=`ls -d *_*`; cd -; for i in $K; do tools/i18n_compile.php -l $i; done
|
Loading…
Add table
Add a link
Reference in a new issue