Fix two comments from d95550248b

This was SVN commit r26124.
This commit is contained in:
bb 2021-12-27 16:30:58 +00:00
parent 6ed690f102
commit cbb7177fc1
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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[@]}")