File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed arduino-ide-extension/src/node/i18n
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -17,7 +17,7 @@ import plJson from '../resources/i18n/pl.json';
|
17 | 17 | import ptJson from '../resources/i18n/pt.json';
|
18 | 18 | import ruJson from '../resources/i18n/ru.json';
|
19 | 19 | import trJson from '../resources/i18n/tr.json';
|
20 |
| -import uk_UAJson from '../resources/i18n/uk_UA.json'; |
| 20 | +import ukJson from '../resources/i18n/uk.json'; |
21 | 21 | import zhJson from '../resources/i18n/zh.json';
|
22 | 22 | import zh_HantJson from '../resources/i18n/zh-Hant.json';
|
23 | 23 |
|
@@ -45,7 +45,7 @@ export class ArduinoLocalizationContribution
|
45 | 45 | 'pt-br': ptJson,
|
46 | 46 | ru: [ruJson],
|
47 | 47 | tr: [trJson],
|
48 |
| -uk: uk_UAJson, |
| 48 | +uk: ukJson, |
49 | 49 | 'zh-cn': zhJson,
|
50 | 50 | 'zh-tw': zh_HantJson,
|
51 | 51 | };
|
|
You can’t perform that action at this time.
0 commit comments