From 1b68c27eae523acfa6e3cabbd098123300b4f029 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 10 Nov 2023 09:15:43 -0500 Subject: [PATCH] Migrate tx config to v3 --- .tx/config | 2 +- README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tx/config b/.tx/config index 5e2e428..b24804b 100644 --- a/.tx/config +++ b/.tx/config @@ -2,7 +2,7 @@ host = https://www.transifex.com 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..html source_file = data/entries.html source_lang = en diff --git a/README b/README index 91c3022..f98e871 100644 --- a/README +++ b/README @@ -60,12 +60,12 @@ $ xmllint data/entries.html > /dev/null || echo FAIL To push the new entry into translations: $ tx push -s -$ tx pull -a +$ tx pull --use-git-timestamps -a To pull translations: -$ tx pull -a +$ tx pull --use-git-timestamps -a To build the feeds: