mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-08 11:56:36 +00:00
fix(i18n): corrected the module for tr
and ru
Closes arduino/arduino-ide#2201 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
ee97feb42c
commit
1542744f9d
@ -43,8 +43,8 @@ export class ArduinoLocalizationContribution
|
|||||||
nl: nlJson,
|
nl: nlJson,
|
||||||
pl: plJson,
|
pl: plJson,
|
||||||
'pt-br': ptJson,
|
'pt-br': ptJson,
|
||||||
ru: [ruJson],
|
ru: ruJson,
|
||||||
tr: [trJson],
|
tr: trJson,
|
||||||
uk: ukJson,
|
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