Skip to content

Commit

Permalink
nls: update metadata for vscode API 1.84.2 (#13200)
Browse files Browse the repository at this point in the history
The commit updates the `nls.metadata.json` for the `v1.84.2` release.
  • Loading branch information
msujew authored Dec 20, 2023
1 parent 251a565 commit ea0db7a
Show file tree
Hide file tree
Showing 4 changed files with 7,213 additions and 6,928 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/browser/shell/application-shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2101,7 +2101,7 @@ export namespace ApplicationShell {

export const areaLabels: Record<Area, string> = {
main: nls.localizeByDefault('Main'),
top: nls.localize('theia/shell-area/top', 'Top'),
top: nls.localizeByDefault('Top'),
left: nls.localizeByDefault('Left'),
right: nls.localizeByDefault('Right'),
bottom: nls.localizeByDefault('Bottom'),
Expand Down
Loading

0 comments on commit ea0db7a

Please sign in to comment.