diff --git a/common_config.php b/common_config.php index 850bc6b..c1fd542 100644 --- a/common_config.php +++ b/common_config.php @@ -31,7 +31,9 @@ const LANGUAGES = [ 'cs' => ['name' => 'čeština', 'locale' => 'cs_CZ', 'flag' => '🇨🇿', 'show_in_menu' => true, 'dir' => 'ltr'], 'de' => ['name' => 'Deutsch', 'locale' => 'de_DE', 'flag' => '🇩🇪', 'show_in_menu' => true, 'dir' => 'ltr'], 'en' => ['name' => 'English', 'locale' => 'en_GB', 'flag' => '🇬🇧', 'show_in_menu' => true, 'dir' => 'ltr'], + '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'], ]; $language = 'en'; $locale = 'en_GB'; diff --git a/locale/pl/LC_MESSAGES/mail-hosting.mo b/locale/pl_PL/LC_MESSAGES/mail-hosting.mo similarity index 100% rename from locale/pl/LC_MESSAGES/mail-hosting.mo rename to locale/pl_PL/LC_MESSAGES/mail-hosting.mo diff --git a/locale/pl/LC_MESSAGES/mail-hosting.po b/locale/pl_PL/LC_MESSAGES/mail-hosting.po similarity index 100% rename from locale/pl/LC_MESSAGES/mail-hosting.po rename to locale/pl_PL/LC_MESSAGES/mail-hosting.po diff --git a/locale/tr/LC_MESSAGES/mail-hosting.mo b/locale/tr_TR/LC_MESSAGES/mail-hosting.mo similarity index 100% rename from locale/tr/LC_MESSAGES/mail-hosting.mo rename to locale/tr_TR/LC_MESSAGES/mail-hosting.mo diff --git a/locale/tr/LC_MESSAGES/mail-hosting.po b/locale/tr_TR/LC_MESSAGES/mail-hosting.po similarity index 100% rename from locale/tr/LC_MESSAGES/mail-hosting.po rename to locale/tr_TR/LC_MESSAGES/mail-hosting.po