From 4b4cb39d613960247a4505dac3158b611e283455 Mon Sep 17 00:00:00 2001
From: Daniel Winzen <daniel@danwin1210.de>
Date: Sat, 4 Feb 2023 13:50:51 +0100
Subject: [PATCH] Add Czech translation

---
 common_config.php                                |   1 +
 locale/{cs => cs_CZ}/LC_MESSAGES/mail-hosting.mo | Bin
 locale/{cs => cs_CZ}/LC_MESSAGES/mail-hosting.po |   0
 3 files changed, 1 insertion(+)
 rename locale/{cs => cs_CZ}/LC_MESSAGES/mail-hosting.mo (100%)
 rename locale/{cs => cs_CZ}/LC_MESSAGES/mail-hosting.po (100%)

diff --git a/common_config.php b/common_config.php
index 8391b5e..850bc6b 100644
--- a/common_config.php
+++ b/common_config.php
@@ -28,6 +28,7 @@ const DBPASS_PROSODY = 'YOUR_PASSWORD'; // Database password
 const DBNAME_PROSODY = 'prosody'; // Database
 
 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/mail-hosting.mo b/locale/cs_CZ/LC_MESSAGES/mail-hosting.mo
similarity index 100%
rename from locale/cs/LC_MESSAGES/mail-hosting.mo
rename to locale/cs_CZ/LC_MESSAGES/mail-hosting.mo
diff --git a/locale/cs/LC_MESSAGES/mail-hosting.po b/locale/cs_CZ/LC_MESSAGES/mail-hosting.po
similarity index 100%
rename from locale/cs/LC_MESSAGES/mail-hosting.po
rename to locale/cs_CZ/LC_MESSAGES/mail-hosting.po