@@ -1,3 +1,5 @@
|
||||
project_id: "534422"
|
||||
api_token_env: "CROWDIN_PERSONAL_TOKEN"
|
||||
files:
|
||||
- source: /public/locales/en/**/*.json
|
||||
translation: /public/locales/%two_letters_code%/**/%original_file_name%
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user