mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
parent
6ed690f102
commit
cbb7177fc1
2 changed files with 2 additions and 2 deletions
2
source/tools/dist/0ad.nsi
vendored
2
source/tools/dist/0ad.nsi
vendored
|
|
@ -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"
|
||||
|
|
|
|||
2
source/tools/dist/build-archives.sh
vendored
2
source/tools/dist/build-archives.sh
vendored
|
|
@ -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[@]}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue