Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 076a51f

Browse files
author
Akos Kitta
committedAug 30, 2023
fix(i18n): corrected the module for tr and ru
Closes #2201 Signed-off-by: Akos Kitta <[email protected]>
1 parent 95bd2cf commit 076a51f

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)
Please sign in to comment.