From 4004af09ad3b42279df1dd4e7c051590ad1d97fb Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 25 Jan 2019 07:32:00 -0500 Subject: [PATCH] i18n: improve documentation on Transifex scripts --- ci/txpull.sh | 4 ++++ ci/txpush.sh | 10 ++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ci/txpull.sh b/ci/txpull.sh index 4206739dd..610c531d9 100755 --- a/ci/txpull.sh +++ b/ci/txpull.sh @@ -2,6 +2,10 @@ # # Fetch the Transifex translations for Calamares and incorporate them # into the source tree, adding commits of the different files. +# +# Run this (occasionally) at the top-level directory to get +# new translations. See also CMakeLists.txt and ci/txstats.py +# for update instructions. ### INITIAL SETUP # diff --git a/ci/txpush.sh b/ci/txpush.sh index cf1c3b883..84166fac6 100755 --- a/ci/txpush.sh +++ b/ci/txpush.sh @@ -1,7 +1,13 @@ #!/bin/sh # -# Fetch the Transifex translations for Calamares and incorporate them -# into the source tree, adding commits of the different files. +# Extract translations from Calamares source and send them +# to Transifex. +# +# Run this at the top-level. +# +# Use the --no-tx option to do the extraction, but not the +# pushing-to-Transifex part. This can be useful to check for +# new strings or when testing the tools themselves. ### INITIAL SETUP #