From 3e05018ef74aae9ffb9debbbe499908d988fdebf Mon Sep 17 00:00:00 2001 From: int2001 Date: Thu, 26 Dec 2024 07:33:36 +0000 Subject: [PATCH] Altered Flag to show right one --- application/config/gettext.php | 2 +- install/includes/gettext/gettext_conf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/gettext.php b/application/config/gettext.php index 1b062e7f5..8e645fbd2 100644 --- a/application/config/gettext.php +++ b/application/config/gettext.php @@ -309,7 +309,7 @@ $config['languages'] = array( 'gettext' => 'hy', 'direction' => 'ltr', 'code' => 'hy', - 'flag' => 'hy', + 'flag' => 'am', ) ); diff --git a/install/includes/gettext/gettext_conf.php b/install/includes/gettext/gettext_conf.php index c67c490b9..5673c2e88 100644 --- a/install/includes/gettext/gettext_conf.php +++ b/install/includes/gettext/gettext_conf.php @@ -264,6 +264,6 @@ $gt_conf['languages'] = array( 'gettext' => 'hy', 'direction' => 'ltr', 'code' => 'hy', - 'flag' => 'hy', + 'flag' => 'am', ) );