python3-flightgear/README-l10n.txt: add a little hint
This commit is contained in:
parent
f2cbb733a0
commit
e9ebb418f3
1 changed files with 4 additions and 2 deletions
|
@ -25,8 +25,10 @@ localization files in $FG_ROOT/Translations/<language_code>):
|
||||||
|
|
||||||
languages="de en_US es fr it nl pl pt zh_CN"
|
languages="de en_US es fr it nl pl pt zh_CN"
|
||||||
|
|
||||||
# Your shell must expand $languages as several words. POSIX shell does that,
|
# Your shell must expand $languages as several words for the following
|
||||||
# but not zsh for instance. Otherwise, don't use a shell variable.
|
# commands to work. POSIX shell does that, Bash too apparently, but not Zsh
|
||||||
|
# (by default). In Zsh, you can use $=languages or ${=languages} to ensure
|
||||||
|
# the expansion uses word splitting.
|
||||||
fg-convert-translation-files --transl-dir="$FG_ROOT/Translations" $languages
|
fg-convert-translation-files --transl-dir="$FG_ROOT/Translations" $languages
|
||||||
|
|
||||||
# Add strings found in the default translation but missing in the legacy FG
|
# Add strings found in the default translation but missing in the legacy FG
|
||||||
|
|
Loading…
Add table
Reference in a new issue