mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 15:04:15 +00:00
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.
This commit is contained in:
Vendored
+1
-1
@@ -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-)
|
||||
|
||||
Reference in New Issue
Block a user