Skip to content

Commit

Permalink
Update localization metadata for 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Jun 29, 2023
1 parent 77c80d5 commit 33702d6
Show file tree
Hide file tree
Showing 10 changed files with 7,824 additions and 7,523 deletions.
2 changes: 1 addition & 1 deletion dev-packages/application-package/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
* The default supported API version the framework supports.
* The version should be in the format `x.y.z`.
*/
export const DEFAULT_SUPPORTED_API_VERSION = '1.77.0';
export const DEFAULT_SUPPORTED_API_VERSION = '1.78.0';
4 changes: 2 additions & 2 deletions packages/core/src/browser/common-frontend-contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,12 @@ export namespace CommonCommands {
export const SHOW_MENU_BAR = Command.toDefaultLocalizedCommand({
id: 'window.menuBarVisibility',
category: VIEW_CATEGORY,
label: 'Show Menu Bar'
label: 'Toggle Menu Bar'
});
export const NEW_UNTITLED_FILE = Command.toDefaultLocalizedCommand({
id: 'workbench.action.files.newUntitledFile',
category: FILE_CATEGORY,
label: 'New Untitled File'
label: 'New Untitled Text File'
});
export const SAVE = Command.toDefaultLocalizedCommand({
id: 'core.save',
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/browser/core-preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const windowTitleDescription = [
'`${activeFolderLong}`: the full path of the folder the file is contained in (e.g. /Users/Development/myFolder/myFileFolder).',
'`${folderName}`: name of the workspace folder the file is contained in (e.g. myFolder).',
'`${folderPath}`: file path of the workspace folder the file is contained in (e.g. /Users/Development/myFolder).',
'`${rootName}`: name of the opened workspace or folder (e.g. myFolder or myWorkspace).',
'`${rootName}`: name of the workspace with optional remote name and workspace indicator if applicable (e.g. myFolder, myRemoteFolder [SSH] or myWorkspace (Workspace)).',
'`${rootPath}`: file path of the opened workspace or folder (e.g. /Users/Development/myWorkspace).',
'`${appName}`: e.g. VS Code.',
'`${remoteName}`: e.g. SSH',
Expand Down
Loading

0 comments on commit 33702d6

Please sign in to comment.