mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-24 19:56:40 +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,
|
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