diff --git a/application/config/gettext.php b/application/config/gettext.php index bc2af7b02..c17758641 100644 --- a/application/config/gettext.php +++ b/application/config/gettext.php @@ -201,6 +201,16 @@ $config['languages'] = array( 'code' => 'el', 'flag' => 'gr', ), + 'hungarian' => array( + 'name' => 'Magyar', + 'name_en' => 'Hungarian', + 'folder' => 'hungarian', + 'locale' => 'hu', + 'gettext' => 'hu', + 'direction' => 'ltr', + 'code' => 'hu', + 'flag' => 'hu', + ), 'italian' => array( 'name' => 'Italiano', 'name_en' => 'Italian', diff --git a/application/locale/hu/LC_MESSAGES/index.html b/application/locale/hu/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/hu/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/views/debug/index.php b/application/views/debug/index.php index dd1484db7..f4c6232d5 100644 --- a/application/views/debug/index.php +++ b/application/views/debug/index.php @@ -674,6 +674,7 @@ + diff --git a/install/includes/gettext/gettext_conf.php b/install/includes/gettext/gettext_conf.php index ca2ae17c7..bfe61493b 100644 --- a/install/includes/gettext/gettext_conf.php +++ b/install/includes/gettext/gettext_conf.php @@ -156,6 +156,16 @@ $gt_conf['languages'] = array( 'code' => 'el', 'flag' => 'gr', ), + 'hungarian' => array( + 'name' => 'Magyar', + 'name_en' => 'Hungarian', + 'folder' => 'hungarian', + 'locale' => 'hu', + 'gettext' => 'hu', + 'direction' => 'ltr', + 'code' => 'hu', + 'flag' => 'hu', + ), 'italian' => array( 'name' => 'Italiano', 'name_en' => 'Italian', diff --git a/install/includes/gettext/locale/hu/LC_MESSAGES/index.html b/install/includes/gettext/locale/hu/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/install/includes/gettext/locale/hu/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/install/includes/interface_assets/footer.php b/install/includes/interface_assets/footer.php index 964a3b44f..9a07e9130 100644 --- a/install/includes/interface_assets/footer.php +++ b/install/includes/interface_assets/footer.php @@ -68,6 +68,7 @@ +