mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add Arabic translation
Implements FS#45430. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
4da759e638
commit
6852a0c2af
3 changed files with 1333 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
|
@ -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ý",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue