Skip to content

Commit 728ed90

Browse files
committed
fix: adjust translation file
1 parent be6ecfb commit 728ed90

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

crowdin.yml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,39 @@ files: [
1919
{
2020
"source": "**/*.i18n.en-us.js",
2121
"translation": "%original_path%/%file_name%.i18n.%locale%.js",
22+
'languages_mapping': {
23+
'locale':
24+
{
25+
'cs-CZ': 'cs-cz',
26+
'de-DE': 'de-de',
27+
'fr-FR': 'fr-fr',
28+
'hu-HU': 'hu-hu',
29+
'it-IT': 'it-it',
30+
'pt-BR': 'pt-br',
31+
'ro-RO': 'ro-ro',
32+
'es-ES': 'es-es',
33+
},
34+
},
35+
"translation_replace": {
36+
".i18n.en-us": ""
37+
}
2238
},
2339
{
2440
"source": "/src/i18n/translations/en-us/global.js",
25-
"translation": "/src/i18n/translations/%locale%/global.js"
41+
"translation": "/src/i18n/translations/%locale%/global.js",
42+
'languages_mapping': {
43+
'locale':
44+
{
45+
'cs-CZ': 'cs-cz',
46+
'de-DE': 'de-de',
47+
'fr-FR': 'fr-fr',
48+
'hu-HU': 'hu-hu',
49+
'it-IT': 'it-it',
50+
'pt-BR': 'pt-br',
51+
'ro-RO': 'ro-ro',
52+
'es-ES': 'es-es',
53+
},
54+
}
2655
}
56+
2757
]

0 commit comments

Comments
 (0)