Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6ae6ba5

Browse files
Add missing Advanced string (#1104)
1 parent 439cdfb commit 6ae6ba5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎arduino-ide-extension/src/browser/contributions/settings.ts‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ export class Settings extends SketchContribution {
4949
) + '...',
5050
order: '0',
5151
});
52-
registry.registerSubmenu(ArduinoMenus.FILE__ADVANCED_SUBMENU, 'Advanced');
52+
registry.registerSubmenu(
53+
ArduinoMenus.FILE__ADVANCED_SUBMENU,
54+
nls.localize('arduino/menu/advanced', 'Advanced')
55+
);
5356
}
5457

5558
override registerKeybindings(registry: KeybindingRegistry): void {

‎i18n/en.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
"zipLibrary": "Library"
238238
},
239239
"menu": {
240+
"advanced": "Advanced",
240241
"sketch": "Sketch",
241242
"tools": "Tools"
242243
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /