Migrate tx config to v3
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
host = https://www.transifex.com
|
host = https://www.transifex.com
|
||||||
lang_map = ru_RU: ru, sv_SE: sv, tr_TR: tr, uk_UA: uk, zh_CN: zh
|
lang_map = ru_RU: ru, sv_SE: sv, tr_TR: tr, uk_UA: uk, zh_CN: zh
|
||||||
|
|
||||||
[I2P.newsxml]
|
[o:otf:p:I2P:r:newsxml]
|
||||||
file_filter = data/translations/entries.<lang>.html
|
file_filter = data/translations/entries.<lang>.html
|
||||||
source_file = data/entries.html
|
source_file = data/entries.html
|
||||||
source_lang = en
|
source_lang = en
|
||||||
|
4
README
4
README
@ -60,12 +60,12 @@ $ xmllint data/entries.html > /dev/null || echo FAIL
|
|||||||
To push the new entry into translations:
|
To push the new entry into translations:
|
||||||
|
|
||||||
$ tx push -s
|
$ tx push -s
|
||||||
$ tx pull -a
|
$ tx pull --use-git-timestamps -a
|
||||||
|
|
||||||
|
|
||||||
To pull translations:
|
To pull translations:
|
||||||
|
|
||||||
$ tx pull -a
|
$ tx pull --use-git-timestamps -a
|
||||||
|
|
||||||
|
|
||||||
To build the feeds:
|
To build the feeds:
|
||||||
|
Reference in New Issue
Block a user