mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add Spanish (Latin America) and Asturian translations
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
87df56e30b
commit
9b19f7595e
4 changed files with 2521 additions and 0 deletions
|
@ -2,12 +2,14 @@ DESTDIR = ..
|
||||||
PREFIX = /web/locale
|
PREFIX = /web/locale
|
||||||
|
|
||||||
POFILES = \
|
POFILES = \
|
||||||
|
ast.po \
|
||||||
ca.po \
|
ca.po \
|
||||||
cs.po \
|
cs.po \
|
||||||
da.po \
|
da.po \
|
||||||
de.po \
|
de.po \
|
||||||
el.po \
|
el.po \
|
||||||
es.po \
|
es.po \
|
||||||
|
es_419.po \
|
||||||
fi.po \
|
fi.po \
|
||||||
fr.po \
|
fr.po \
|
||||||
he.po \
|
he.po \
|
||||||
|
|
1260
po/es_419.po
Normal file
1260
po/es_419.po
Normal file
File diff suppressed because it is too large
Load diff
|
@ -20,6 +20,7 @@ global $streamer, $l10n;
|
||||||
|
|
||||||
# Languages we have translations for
|
# Languages we have translations for
|
||||||
$SUPPORTED_LANGS = array(
|
$SUPPORTED_LANGS = array(
|
||||||
|
"ast" => "Asturianu",
|
||||||
"ca" => "Català",
|
"ca" => "Català",
|
||||||
"cs" => "Český",
|
"cs" => "Český",
|
||||||
"da" => "Dansk",
|
"da" => "Dansk",
|
||||||
|
@ -27,6 +28,7 @@ $SUPPORTED_LANGS = array(
|
||||||
"en" => "English",
|
"en" => "English",
|
||||||
"el" => "Ελληνικά",
|
"el" => "Ελληνικά",
|
||||||
"es" => "Español",
|
"es" => "Español",
|
||||||
|
"es_419" => "Español (Latinoamérica)",
|
||||||
"fi" => "Finnish",
|
"fi" => "Finnish",
|
||||||
"fr" => "Français",
|
"fr" => "Français",
|
||||||
"he" => "עברית",
|
"he" => "עברית",
|
||||||
|
|
Loading…
Add table
Reference in a new issue