8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UA
1 parent b78c462 commit 06ad7d1Copy full SHA for 06ad7d1
arduino-ide-extension/src/node/i18n/arduino-localization-contribution.ts
@@ -17,7 +17,7 @@ import plJson from '../resources/i18n/pl.json';
17
import ptJson from '../resources/i18n/pt.json';
18
import ruJson from '../resources/i18n/ru.json';
19
import trJson from '../resources/i18n/tr.json';
20
-import uk_UAJson from '../resources/i18n/uk_UA.json';
+import ukJson from '../resources/i18n/uk.json';
21
import zhJson from '../resources/i18n/zh.json';
22
import zh_HantJson from '../resources/i18n/zh-Hant.json';
23
@@ -45,7 +45,7 @@ export class ArduinoLocalizationContribution
45
'pt-br': ptJson,
46
ru: [ruJson],
47
tr: [trJson],
48
- uk: uk_UAJson,
+ uk: ukJson,
49
'zh-cn': zhJson,
50
'zh-tw': zh_HantJson,
51
};
0 commit comments