Forgot the other files

This commit is contained in:
int2001
2024-12-26 07:14:56 +00:00
parent f4ac0afbbd
commit 9f11f0ce1b
4 changed files with 16 additions and 4 deletions

View File

@@ -303,10 +303,10 @@ $config['languages'] = array(
),
'armenian' => array(
'name' => 'Հայերեն',
'name_en' => 'armenian',
'name_en' => 'Armenian',
'folder' => 'armenian',
'locale' => 'hy-HY',
'gettext' => 'hy_HY',
'locale' => 'hy',
'gettext' => 'hy',
'direction' => 'ltr',
'code' => 'hy',
'flag' => 'hy',

View File

@@ -680,4 +680,5 @@
<?= __("Spanish"); ?>
<?= __("Swedish"); ?>
<?= __("Turkish"); ?>
<?= __("Armenian"); ?>
</div>

View File

@@ -255,5 +255,15 @@ $gt_conf['languages'] = array(
'direction' => 'ltr',
'code' => 'tr',
'flag' => 'tr',
),
'armenian' => array(
'name' => 'Հայերեն',
'name_en' => 'Armenian',
'folder' => 'armenian',
'locale' => 'hy',
'gettext' => 'hy',
'direction' => 'ltr',
'code' => 'hy',
'flag' => 'hy',
)
);

View File

@@ -75,5 +75,6 @@
<?= __("Spanish"); ?>
<?= __("Swedish"); ?>
<?= __("Turkish"); ?>
<?= __("Armenian"); ?>
</div>
</footer>
</footer>