Skip to content

Commit 91be856

Browse files
coby2023tper1234
authored andcommitted
Add 中文(繁體) ("Chinese (Traditional)") localization
This will add a "中文(繁體)" option to the "Language" menu in the Arduino IDE preferences, which will caused the strings in the IDE UI to be localized for "Chinese (Traditional)". In addition to the translations for the strings that originate from the Eclipse Theia IDE framework, with are provided by the "Chinese (Traditional) Language Pack for Visual Studio Code" language pack, this will also utilize the translations of the Arduino IDE-specific strings contributed by the community.
1 parent f6a4325 commit 91be856

File tree

4 files changed

+500
-486
lines changed

4 files changed

+500
-486
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class ArduinoLocalizationContribution
2323
// ['id'], Does not have Transifex translations, but has a VS Code language pack available on Open VSX.
2424
['it'],
2525
['ja'],
26+
['zh-tw', 'zh-Hant'],
2627
['ko'],
2728
['nl'],
2829
['pl'],

0 commit comments

Comments
 (0)