Migrate tx config to v3

This commit is contained in:
zzz
2023-11-10 09:15:43 -05:00
parent e08a3bc185
commit 1b68c27eae
2 changed files with 3 additions and 3 deletions

View File

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

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