diff --git a/common.php b/common.php index 5a18699..26ddbae 100644 --- a/common.php +++ b/common.php @@ -57,6 +57,7 @@ const LANGUAGES = [ 'pt-BR' => ['name' => 'Brazilian Portuguese', 'locale' => 'pt_BR', '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'], 'zh-Hans' => ['name' => '简体中文', 'locale' => 'zh_CN', 'flag' => '🇨🇳', 'show_in_menu' => true, 'dir' => 'ltr'], ]; $language = 'en'; diff --git a/locale/uk/LC_MESSAGES/main-website.mo b/locale/uk_UA/LC_MESSAGES/main-website.mo similarity index 100% rename from locale/uk/LC_MESSAGES/main-website.mo rename to locale/uk_UA/LC_MESSAGES/main-website.mo diff --git a/locale/uk/LC_MESSAGES/main-website.po b/locale/uk_UA/LC_MESSAGES/main-website.po similarity index 100% rename from locale/uk/LC_MESSAGES/main-website.po rename to locale/uk_UA/LC_MESSAGES/main-website.po