From 235ea5cfb47a7b217fe0ed10be115eac59473c0e Mon Sep 17 00:00:00 2001 From: Dunedan Date: Fri, 10 Jan 2025 05:52:02 +0100 Subject: [PATCH] Update supported languages for Alpha 27 This removes Catalan and Scottish Gaelic as supported languages, as they now both have a coverage of less than 80% and adds Galician and Portugese which both have 100% coverage right now. --- source/tools/dist/build-archives.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tools/dist/build-archives.sh b/source/tools/dist/build-archives.sh index 86ffb9b413..da6f8220e4 100755 --- a/source/tools/dist/build-archives.sh +++ b/source/tools/dist/build-archives.sh @@ -17,7 +17,7 @@ echo "Filtering languages" # CJK languages are excluded, as they are in mods. # Note: Needs to be edited manually at each release. # 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" +LANGS="ast cs de el en_GB es eu fi fr gl hu id it nl pl pt_BR pt_PT ru sk sv tr uk" # shellcheck disable=SC2086 REGEX=$(printf "\|%s" ${LANGS} | cut -c 2-)