diff --git a/common.php b/common.php index ff555d8..ee4946b 100644 --- a/common.php +++ b/common.php @@ -43,6 +43,7 @@ header("Cross-Origin-Opener-Policy: same-origin"); header("Cross-Origin-Resource-Policy: same-origin"); 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'], 'ru' => ['name' => 'Русский', 'locale' => 'ru_RU', 'flag' => '🇷🇺', 'show_in_menu' => true, 'dir' => 'ltr'], diff --git a/locale/cs/LC_MESSAGES/main-website.mo b/locale/cs_CZ/LC_MESSAGES/main-website.mo similarity index 100% rename from locale/cs/LC_MESSAGES/main-website.mo rename to locale/cs_CZ/LC_MESSAGES/main-website.mo diff --git a/locale/cs/LC_MESSAGES/main-website.po b/locale/cs_CZ/LC_MESSAGES/main-website.po similarity index 100% rename from locale/cs/LC_MESSAGES/main-website.po rename to locale/cs_CZ/LC_MESSAGES/main-website.po