mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-08 03:46:33 +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,
|
||||
pl: plJson,
|
||||
'pt-br': ptJson,
|
||||
ru: [ruJson],
|
||||
tr: [trJson],
|
||||
ru: ruJson,
|
||||
tr: trJson,
|
||||
uk: ukJson,
|
||||
'zh-cn': zhJson,
|
||||
'zh-tw': zh_HantJson,
|
||||
|
Loading…
x
Reference in New Issue
Block a user