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', ) );