From cbb7177fc1f30b244ce7fd57bdd12c85b9b05b83 Mon Sep 17 00:00:00 2001 From: bb Date: Mon, 27 Dec 2021 16:30:58 +0000 Subject: [PATCH] Fix two comments from d95550248b This was SVN commit r26124. --- source/tools/dist/0ad.nsi | 2 +- source/tools/dist/build-archives.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tools/dist/0ad.nsi b/source/tools/dist/0ad.nsi index 75131ffce3..27c50fdfe5 100644 --- a/source/tools/dist/0ad.nsi +++ b/source/tools/dist/0ad.nsi @@ -85,7 +85,7 @@ ;-------------------------------- ;Languages -; Keep in sync with remove-incomplete-translations.sh +;Keep in sync with build-archives.sh. !insertmacro MUI_LANGUAGE "English" ; The first language is the default language !insertmacro MUI_LANGUAGE "Asturian" diff --git a/source/tools/dist/build-archives.sh b/source/tools/dist/build-archives.sh index cdd76c0071..e0b3380c0c 100755 --- a/source/tools/dist/build-archives.sh +++ b/source/tools/dist/build-archives.sh @@ -16,7 +16,7 @@ echo "Filtering languages" # Included languages # CJK languages are excluded, as they are in mods. # Note: Needs to be edited manually at each release. -# Keep in sync with source/tools/i18n/creditTranslators.py and with the installer languages in 0ad.nsi +# Keep in sync with the installer languages in 0ad.nsi. LANGS=("ast" "ca" "cs" "de" "el" "en_GB" "es" "eu" "fi" "fr" "gd" "hu" "id" "it" "nl" "pl" "pt_BR" "ru" "sk" "sv" "tr" "uk") REGEX=$(printf "\|%s" "${LANGS[@]}")