Add Spanish (Latin America) and Asturian translations

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-06-09 08:52:08 +02:00
parent 87df56e30b
commit 9b19f7595e
4 changed files with 2521 additions and 0 deletions

View file

@ -2,12 +2,14 @@ DESTDIR = ..
PREFIX = /web/locale
POFILES = \
ast.po \
ca.po \
cs.po \
da.po \
de.po \
el.po \
es.po \
es_419.po \
fi.po \
fr.po \
he.po \

1257
po/ast.po Normal file

File diff suppressed because it is too large Load diff

1260
po/es_419.po Normal file

File diff suppressed because it is too large Load diff

View file

@ -20,6 +20,7 @@ global $streamer, $l10n;
# Languages we have translations for
$SUPPORTED_LANGS = array(
"ast" => "Asturianu",
"ca" => "Català",
"cs" => "Český",
"da" => "Dansk",
@ -27,6 +28,7 @@ $SUPPORTED_LANGS = array(
"en" => "English",
"el" => "Ελληνικά",
"es" => "Español",
"es_419" => "Español (Latinoamérica)",
"fi" => "Finnish",
"fr" => "Français",
"he" => "עברית",