Skip to content

Commit f0704b6

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
fix(i18n): corrected the module for tr and ru
Closes #2201 Signed-off-by: Akos Kitta <[email protected]>
1 parent 95bd2cf commit f0704b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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)