mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07: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:
parent
cf9bc03ee9
commit
235ea5cfb4
1 changed files with 1 additions and 1 deletions
2
source/tools/dist/build-archives.sh
vendored
2
source/tools/dist/build-archives.sh
vendored
|
|
@ -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-)
|
||||
|
|
|
|||
Loading…
Reference in a new issue