Add Arabic translation

Implements FS#45430.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-06-25 08:31:41 +02:00
parent 4da759e638
commit 6852a0c2af
3 changed files with 1333 additions and 0 deletions

View file

@ -2,6 +2,7 @@ DESTDIR = ..
PREFIX = /web/locale PREFIX = /web/locale
POFILES = \ POFILES = \
ar.po \
ast.po \ ast.po \
ca.po \ ca.po \
cs.po \ cs.po \

1331
po/ar.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 # Languages we have translations for
$SUPPORTED_LANGS = array( $SUPPORTED_LANGS = array(
"ar" => "العربية",
"ast" => "Asturianu", "ast" => "Asturianu",
"ca" => "Català", "ca" => "Català",
"cs" => "Český", "cs" => "Český",