diff options
author | Filip Komar <filip@mageia.org> | 2013-11-07 18:40:11 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-11-07 18:40:11 +0000 |
commit | ac66a65194fc2d26090c58bf1a41536e979cc1e5 (patch) | |
tree | 460f386bc1c3d0afe89bc256597baea4020ed94d /langs.inc.php | |
parent | 71a8cdbf078d3f48b792fb890ef69f1fc927f671 (diff) | |
download | www-ac66a65194fc2d26090c58bf1a41536e979cc1e5.tar www-ac66a65194fc2d26090c58bf1a41536e979cc1e5.tar.gz www-ac66a65194fc2d26090c58bf1a41536e979cc1e5.tar.bz2 www-ac66a65194fc2d26090c58bf1a41536e979cc1e5.tar.xz www-ac66a65194fc2d26090c58bf1a41536e979cc1e5.zip |
added infrastructure for Asturian on Mageia website
Diffstat (limited to 'langs.inc.php')
-rw-r--r-- | langs.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/langs.inc.php b/langs.inc.php index da15b73d4..c779efd9d 100644 --- a/langs.inc.php +++ b/langs.inc.php @@ -6,6 +6,7 @@ define('G_VHOST', $_SERVER['SERVER_NAME']); // languages for home $langs = array( + 'ast' => 'Asturianu', 'ca' => 'Català', 'cs' => 'Čeština', 'de' => 'Deutsch', |