Skip to content

Commit

Permalink
Revert nls content
Browse files Browse the repository at this point in the history
Per review, don't attempt to manually add strings to the nls bundle.

Signed-off-by: Christian W. Damus <[email protected]>
  • Loading branch information
cdamus committed Mar 3, 2025
1 parent 6dc0c58 commit f61560f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/core/i18n/nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,14 +453,7 @@
"tabDefaultSize": "Specifies the default size for tabs.",
"tabMaximize": "Controls whether to maximize tabs on double click.",
"tabMinimumSize": "Specifies the minimum size for tabs.",
"tabShrinkToFit": "Shrink tabs to fit available space.",
"window": {
"tabCloseIconPlacement": {
"description": "Place the close icons on tab titles at the start or end of the tab. The default is the host OS convention.",
"end": "Place the close icon at the end of the label. In left-to-right languages, this is the right side of the tab.",
"start": "Place the close icon at the start of the label. In left-to-right languages, this is the left side of the tab."
}
}
"tabShrinkToFit": "Shrink tabs to fit available space."
},
"debug": {
"addConfigurationPlaceholder": "Select workspace root to add configuration to",
Expand Down

0 comments on commit f61560f

Please sign in to comment.