diff --git a/common_config.php b/common_config.php index 7c6e8b0..f54a7c6 100644 --- a/common_config.php +++ b/common_config.php @@ -34,6 +34,7 @@ const LANGUAGES = [ 'pl' => ['name' => 'Polski', 'locale' => 'pl_PL', 'flag' => '🇵🇱', 'show_in_menu' => true, 'dir' => 'ltr'], 'ru' => ['name' => 'Русский', 'locale' => 'ru_RU', 'flag' => '🇷🇺', 'show_in_menu' => true, 'dir' => 'ltr'], 'tr' => ['name' => 'Türkçe', 'locale' => 'tr_TR', 'flag' => '🇹🇷', 'show_in_menu' => true, 'dir' => 'ltr'], + 'uk' => ['name' => 'Українська', 'locale' => 'uk_UA', 'flag' => '🇺🇦', 'show_in_menu' => true, 'dir' => 'ltr'], ]; $language = 'en'; $locale = 'en_GB'; diff --git a/locale/uk/LC_MESSAGES/mail-hosting.mo b/locale/uk_UA/LC_MESSAGES/mail-hosting.mo similarity index 100% rename from locale/uk/LC_MESSAGES/mail-hosting.mo rename to locale/uk_UA/LC_MESSAGES/mail-hosting.mo diff --git a/locale/uk/LC_MESSAGES/mail-hosting.po b/locale/uk_UA/LC_MESSAGES/mail-hosting.po similarity index 100% rename from locale/uk/LC_MESSAGES/mail-hosting.po rename to locale/uk_UA/LC_MESSAGES/mail-hosting.po