mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-18 07:16:11 +02:00
add Armenian
new language Armenian
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
<?php
|
||||||
|
// +-----------------------------------------------------------------------+
|
||||||
|
// | This file is part of Piwigo. |
|
||||||
|
// | |
|
||||||
|
// | For copyright and license information, please view the COPYING.txt |
|
||||||
|
// | file that was distributed with this source code. |
|
||||||
|
// +-----------------------------------------------------------------------+
|
||||||
|
/*
|
||||||
|
Language Name: Հայերեն (Hayerēn) [AM]
|
||||||
|
Version: auto
|
||||||
|
Language URI: http://piwigo.org/ext/extension_view.php?eid=969
|
||||||
|
Author: Piwigo team
|
||||||
|
Author URI: http://piwigo.org
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Langage informations
|
||||||
|
$lang_info['language_name'] = 'Հայերեն';
|
||||||
|
$lang_info['country'] = 'Հայաստան';
|
||||||
|
$lang_info['direction'] = 'ltr';
|
||||||
|
$lang_info['code'] = 'hy';
|
||||||
|
$lang_info['zero_plural'] = false;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1 @@
|
|||||||
|
Հայերեն (Hayerēn) [AM]
|
||||||
Reference in New Issue
Block a user