i18n: improve documentation on Transifex scripts

main
Adriaan de Groot 6 years ago
parent 8ddf801bfb
commit 4004af09ad

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

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

Loading…
Cancel
Save