mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +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
95bd2cf2e7
commit
f0704b678c
@ -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