From 9f11f0ce1bb0dde2ed2da89442df91b2b0630586 Mon Sep 17 00:00:00 2001 From: int2001 Date: Thu, 26 Dec 2024 07:14:56 +0000 Subject: [PATCH] Forgot the other files --- application/config/gettext.php | 6 +++--- application/views/debug/index.php | 1 + install/includes/gettext/gettext_conf.php | 10 ++++++++++ install/includes/interface_assets/footer.php | 3 ++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/application/config/gettext.php b/application/config/gettext.php index 94f85ed60..1b062e7f5 100644 --- a/application/config/gettext.php +++ b/application/config/gettext.php @@ -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', diff --git a/application/views/debug/index.php b/application/views/debug/index.php index 3f3d17018..790256adb 100644 --- a/application/views/debug/index.php +++ b/application/views/debug/index.php @@ -680,4 +680,5 @@ + diff --git a/install/includes/gettext/gettext_conf.php b/install/includes/gettext/gettext_conf.php index 25e16f339..c67c490b9 100644 --- a/install/includes/gettext/gettext_conf.php +++ b/install/includes/gettext/gettext_conf.php @@ -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', ) ); diff --git a/install/includes/interface_assets/footer.php b/install/includes/interface_assets/footer.php index 42cea6608..48e9a63e4 100644 --- a/install/includes/interface_assets/footer.php +++ b/install/includes/interface_assets/footer.php @@ -75,5 +75,6 @@ + - \ No newline at end of file +