🌐 Add Czech

This commit is contained in:
ajnart
2023-11-01 23:10:28 +01:00
parent 173db1876d
commit 90800e539d
2 changed files with 21 additions and 13 deletions

View File

@@ -5,34 +5,34 @@ module.exports = {
i18n: {
defaultLocale: 'en',
locales: [
'en',
'cn',
'cr',
'cs',
'da',
'he',
'de',
'el',
'en',
'es',
'fr',
'he',
'hr',
'hu',
'it',
'ja',
'ko',
'lv',
'nl',
'no',
'pl',
'pt',
'ru',
'sk',
'sl',
'sv',
'vi',
'uk',
'zh',
'tw',
'cn',
'el',
'sk',
'no',
'tr',
'lv',
'hr',
'hu'
'tw',
'uk',
'vi',
],
localeDetection: false,

View File

@@ -203,6 +203,14 @@ export const languages = [
country: 'HU',
locale: 'hu',
},
// Cezch
{
shortName: 'cs',
originalName: 'Čeština',
translatedName: 'Czech',
country: 'CZ',
locale: 'cs',
},
// Crowdin Live translate
{
shortName: 'cr',