mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add Turkish to SUPPORTED_LANGS in config.inc.proto.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
af1394f0c3
commit
1d416d6891
1 changed files with 7 additions and 6 deletions
|
@ -22,15 +22,16 @@ define("DEFAULT_LANG", "en");
|
||||||
|
|
||||||
# Languages we have translations for
|
# Languages we have translations for
|
||||||
$SUPPORTED_LANGS = array(
|
$SUPPORTED_LANGS = array(
|
||||||
"en" => "English",
|
|
||||||
"pl" => "Polski",
|
|
||||||
"it" => "Italiano",
|
|
||||||
"ca" => "Català",
|
"ca" => "Català",
|
||||||
"pt" => "Português",
|
|
||||||
"es" => "Español",
|
|
||||||
"de" => "Deutsch",
|
"de" => "Deutsch",
|
||||||
|
"en" => "English",
|
||||||
|
"es" => "Español",
|
||||||
|
"fr" => "Français",
|
||||||
|
"it" => "Italiano",
|
||||||
|
"pl" => "Polski",
|
||||||
|
"pt" => "Português",
|
||||||
"ru" => "Русский",
|
"ru" => "Русский",
|
||||||
"fr" => "Français"
|
"tr" => "Türkçe"
|
||||||
);
|
);
|
||||||
|
|
||||||
# Idle seconds before timeout
|
# Idle seconds before timeout
|
||||||
|
|
Loading…
Add table
Reference in a new issue