Skip to content

Commit bd26875

Browse files
committed
Trim trailing whitespace
1 parent 1cba4a1 commit bd26875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +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'],
26+
['zh-tw', 'zh-Hant'],
2727
['ko'],
2828
['nl'],
2929
['pl'],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"vscode-language-pack-ru": "https://open-vsx.org/api/MS-CEINTL/vscode-language-pack-ru/1.70.0/file/MS-CEINTL.vscode-language-pack-ru-1.70.0.vsix",
9191
"vscode-language-pack-tr": "https://open-vsx.org/api/MS-CEINTL/vscode-language-pack-tr/1.70.0/file/MS-CEINTL.vscode-language-pack-tr-1.70.0.vsix",
9292
"vscode-language-pack-uk": "https://open-vsx.org/api/MS-CEINTL/vscode-language-pack-uk/1.48.3/file/MS-CEINTL.vscode-language-pack-uk-1.48.3.vsix",
93-
"vscode-language-pack-zh-hant": "https://open-vsx.org/api/MS-CEINTL/vscode-language-pack-zh-hant/1.70.0/file/MS-CEINTL.vscode-language-pack-zh-hant-1.70.0.vsix",
93+
"vscode-language-pack-zh-hant": "https://open-vsx.org/api/MS-CEINTL/vscode-language-pack-zh-hant/1.70.0/file/MS-CEINTL.vscode-language-pack-zh-hant-1.70.0.vsix",
9494
"vscode-language-pack-zh-hans": "https://open-vsx.org/api/MS-CEINTL/vscode-language-pack-zh-hans/1.70.0/file/MS-CEINTL.vscode-language-pack-zh-hans-1.70.0.vsix"
9595
}
9696
}

0 commit comments

Comments
 (0)