8000 fix(i18n): corrected the module for `tr` and `ru` · arduino/arduino-ide@1542744 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1542744

Browse files
author
Akos Kitta
committed
fix(i18n): corrected the module for tr and ru
Closes #2201 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent ee97feb commit 1542744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-ide-extension/src/node/i18n/arduino-localization-contribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ export class ArduinoLocalizationContribution
4343
nl: nlJson,
4444
pl: plJson,
4545
'pt-br': ptJson,
46-
ru: [ruJson],
47-
tr: [trJson],
46+
ru: ruJson,
47+
tr: trJson,
4848
uk: ukJson,
4949
'zh-cn': zhJson,
5050
'zh-tw': zh_HantJson,

0 commit comments

Comments
 (0)
0