Add new translations

This commit is contained in:
2023-10-27 10:14:02 +02:00
parent bec7028304
commit 613fb66bc3
5 changed files with 2 additions and 0 deletions

View File

@ -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 CLEARNET_SUBDOMAINS = 'danwin1210.me'; //domain of which all subdomains are mapped to this server
const DEFAULT_LANG = 'en'; //default language const DEFAULT_LANG = 'en'; //default language
const LANGUAGES = [ //available languages 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'], 'en' => ['name' => 'English', 'locale' => 'en_GB', 'dir' => 'ltr'],
]; ];