Skip to content

Commit 06ad7d1

Browse files
author
Akos Kitta
committed
fix: name of translation (UA) module
Signed-off-by: Akos Kitta <[email protected]>
1 parent b78c462 commit 06ad7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-ide-extension/src/node/i18n/arduino-localization-contribution.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import plJson from '../resources/i18n/pl.json';
1717
import ptJson from '../resources/i18n/pt.json';
1818
import ruJson from '../resources/i18n/ru.json';
1919
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';
2121
import zhJson from '../resources/i18n/zh.json';
2222
import zh_HantJson from '../resources/i18n/zh-Hant.json';
2323

@@ -45,7 +45,7 @@ export class ArduinoLocalizationContribution
4545
'pt-br': ptJson,
4646
ru: [ruJson],
4747
tr: [trJson],
48-
uk: uk_UAJson,
48+
uk: ukJson,
4949
'zh-cn': zhJson,
5050
'zh-tw': zh_HantJson,
5151
};

0 commit comments

Comments
 (0)