Skip to content

Commit

Permalink
fix(i18n): corrected the module for tr and ru
Browse files Browse the repository at this point in the history
Closes #2201

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
  • Loading branch information
Akos Kitta authored and kittaakos committed Aug 31, 2023
1 parent 95bd2cf commit f0704b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f0704b6

Please sign in to comment.