i18n: improve documentation on Transifex scripts
This commit is contained in:
parent
8ddf801bfb
commit
4004af09ad
@ -2,6 +2,10 @@
|
|||||||
#
|
#
|
||||||
# Fetch the Transifex translations for Calamares and incorporate them
|
# Fetch the Transifex translations for Calamares and incorporate them
|
||||||
# into the source tree, adding commits of the different files.
|
# 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
|
### INITIAL SETUP
|
||||||
#
|
#
|
||||||
|
10
ci/txpush.sh
10
ci/txpush.sh
@ -1,7 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Fetch the Transifex translations for Calamares and incorporate them
|
# Extract translations from Calamares source and send them
|
||||||
# into the source tree, adding commits of the different files.
|
# 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
|
### INITIAL SETUP
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user