Skip to content

Commit

Permalink
fix: name of translation (UA) module
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
  • Loading branch information
Akos Kitta committed Aug 29, 2023
1 parent b78c462 commit 06ad7d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import plJson from '../resources/i18n/pl.json';
import ptJson from '../resources/i18n/pt.json';
import ruJson from '../resources/i18n/ru.json';
import trJson from '../resources/i18n/tr.json';
import uk_UAJson from '../resources/i18n/uk_UA.json';
import ukJson from '../resources/i18n/uk.json';
import zhJson from '../resources/i18n/zh.json';
import zh_HantJson from '../resources/i18n/zh-Hant.json';

Expand Down Expand Up @@ -45,7 +45,7 @@ export class ArduinoLocalizationContribution
'pt-br': ptJson,
ru: [ruJson],
tr: [trJson],
uk: uk_UAJson,
uk: ukJson,
'zh-cn': zhJson,
'zh-tw': zh_HantJson,
};
Expand Down

0 comments on commit 06ad7d1

Please sign in to comment.