1
0
forked from 0ad/0ad

Update the list of bundled languages for A21.

This was SVN commit r18900.
This commit is contained in:
Nicolas Auvray 2016-11-01 16:33:33 +00:00
parent b08113b0bb
commit aba2e53714
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Included languages
LANGS=("bg" "ca" "cs" "de" "en_GB" "es" "fr" "gd" "gl" "hu" "id" "it" "nl" "pl" "pt_BR" "pt_PT" "ru" "sk" "sv" "tr")
LANGS=("bg" "ca" "cs" "de" "en_GB" "es" "fr" "gd" "gl" "hu" "id" "it" "nb" "nl" "pl" "pt_BR" "pt_PT" "ru" "sk" "sv" "tr")
REGEX=$(printf "\|%s" "${LANGS[@]}")
REGEX=".*/\("${REGEX:2}"\)\.[-A-Za-z0-9_.]\+\.po"

View File

@ -45,6 +45,7 @@ langs = {
'hu': 'Magyar',
'id': 'Bahasa Indonesia',
'it': 'Italiano',
'nb': 'Norsk bokmål',
'nl': 'Nederlands',
'pl': 'Polski',
'pt_BR': 'Português (Brasil)',