mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-13 14:26:37 +00:00
fix: name of translation (UA
) module
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
b78c4621fc
commit
06ad7d143c
@ -17,7 +17,7 @@ import plJson from '../resources/i18n/pl.json';
|
|||||||
import ptJson from '../resources/i18n/pt.json';
|
import ptJson from '../resources/i18n/pt.json';
|
||||||
import ruJson from '../resources/i18n/ru.json';
|
import ruJson from '../resources/i18n/ru.json';
|
||||||
import trJson from '../resources/i18n/tr.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 zhJson from '../resources/i18n/zh.json';
|
||||||
import zh_HantJson from '../resources/i18n/zh-Hant.json';
|
import zh_HantJson from '../resources/i18n/zh-Hant.json';
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ export class ArduinoLocalizationContribution
|
|||||||
'pt-br': ptJson,
|
'pt-br': ptJson,
|
||||||
ru: [ruJson],
|
ru: [ruJson],
|
||||||
tr: [trJson],
|
tr: [trJson],
|
||||||
uk: uk_UAJson,
|
uk: ukJson,
|
||||||
'zh-cn': zhJson,
|
'zh-cn': zhJson,
|
||||||
'zh-tw': zh_HantJson,
|
'zh-tw': zh_HantJson,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user