Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 06ad7d1

Browse files
author
Akos Kitta
committed
fix: name of translation (UA) module
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /