diff --git a/var/www/common.php b/var/www/common.php index c2a5629..f389b22 100644 --- a/var/www/common.php +++ b/var/www/common.php @@ -95,6 +95,8 @@ const CLEARNET_ADDRESS = 'hosting.danwin1210.me'; //Domain under which the servi const CLEARNET_SUBDOMAINS = 'danwin1210.me'; //domain of which all subdomains are mapped to this server const DEFAULT_LANG = 'en'; //default language const LANGUAGES = [ //available languages + 'cs' => ['name' => 'Czech', 'locale' => 'cs_CZ', 'dir' => 'ltr'], + 'de' => ['name' => 'Deutsch', 'locale' => 'de_DE', 'dir' => 'ltr'], 'en' => ['name' => 'English', 'locale' => 'en_GB', 'dir' => 'ltr'], ]; diff --git a/var/www/locale/cs/LC_MESSAGES/hosting.mo b/var/www/locale/cs_CZ/LC_MESSAGES/hosting.mo similarity index 100% rename from var/www/locale/cs/LC_MESSAGES/hosting.mo rename to var/www/locale/cs_CZ/LC_MESSAGES/hosting.mo diff --git a/var/www/locale/cs/LC_MESSAGES/hosting.po b/var/www/locale/cs_CZ/LC_MESSAGES/hosting.po similarity index 100% rename from var/www/locale/cs/LC_MESSAGES/hosting.po rename to var/www/locale/cs_CZ/LC_MESSAGES/hosting.po diff --git a/var/www/locale/de/LC_MESSAGES/hosting.mo b/var/www/locale/de_DE/LC_MESSAGES/hosting.mo similarity index 100% rename from var/www/locale/de/LC_MESSAGES/hosting.mo rename to var/www/locale/de_DE/LC_MESSAGES/hosting.mo diff --git a/var/www/locale/de/LC_MESSAGES/hosting.po b/var/www/locale/de_DE/LC_MESSAGES/hosting.po similarity index 100% rename from var/www/locale/de/LC_MESSAGES/hosting.po rename to var/www/locale/de_DE/LC_MESSAGES/hosting.po