File tree 1 file changed +31
-1
lines changed
1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,39 @@ files: [
19
19
{
20
20
" source " : " **/*.i18n.en-us.js" ,
21
21
" 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
+ }
22
38
},
23
39
{
24
40
" 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
+ }
26
55
}
56
+
27
57
]
You can’t perform that action at this time.
0 commit comments