forked from vscode-icons/vscode-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add i18n support for command titles and config descriptions. (vscode-…
- Loading branch information
1 parent
402ae18
commit 0138d9a
Showing
4 changed files
with
74 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"command.regenerateIcons.title": "Apply Icons Customization", | ||
"command.ngPreset.title": "Toggle Angular Preset (Workspace Level)", | ||
"command.jsPreset.title": "Toggle Official JS Preset (User Level)", | ||
"command.tsPreset.title": "Toggle Official TS Preset (User Level)", | ||
"command.jsonPreset.title": "Toggle Official JSON Preset (User Level)", | ||
"command.hideFoldersPreset.title": "Toggle Folder Icons Visibility (User Level)", | ||
"command.restoreIcons.title": "Restore Default Icon Manifest", | ||
"command.resetProjectDetectionDefaults.title": "Reset Project Detection Defaults", | ||
"configuration.title": "vscode-icons configuration", | ||
"configuration.dontShowNewVersionMessage.description": "If set to true, the new version message won't be shown anymore.", | ||
"configuration.projectDetection.autoReload.description": "If set to true, the extension will restart automatically on project detection.", | ||
"configuration.projectDetection.disableDetect.description": "If set to true, the extension will disable the project detection.", | ||
"configuration.presets.angular.description": "If set to true, the extension will match some of the common Angular patterns.", | ||
"configuration.presets.jsOfficial.description": "If set to true, the extension will use the official JS icon.", | ||
"configuration.presets.tsOfficial.description": "If set to true, the extension will use the official TS icon.", | ||
"configuration.presets.jsonOfficial.description": "If set to true, the extension will use the official JSON icon.", | ||
"configuration.presets.hideFolders.description": "If set to true, all folders will be hidden.", | ||
"configuration.associations.files.description": "These custom associations will override the file icon associations defined by default.", | ||
"configuration.associations.folders.description": "These custom associations will override the folder icon associations defined by default.", | ||
"configuration.associations.fileDefault.file.description": "This setting will let you change default dark file icon.", | ||
"configuration.associations.fileDefault.file_light.description": "This setting will let you change default light file icon.", | ||
"configuration.associations.folderDefault.folder.description": "This setting will let you change default dark folder icon.", | ||
"configuration.associations.folderDefault.folder_light.description": "This setting will let you change default light folder icon." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"command.regenerateIcons.title": "", | ||
"command.ngPreset.title": "", | ||
"command.jsPreset.title": "", | ||
"command.tsPreset.title": "", | ||
"command.jsonPreset.title": "", | ||
"command.hideFoldersPreset.title": "", | ||
"command.restoreIcons.title": "", | ||
"command.resetProjectDetectionDefaults.title": "", | ||
"configuration.title": "", | ||
"configuration.dontShowNewVersionMessage.description": "", | ||
"configuration.projectDetection.autoReload.description": "", | ||
"configuration.projectDetection.disableDetect.description": "", | ||
"configuration.presets.angular.description": "", | ||
"configuration.presets.jsOfficial.description": "", | ||
"configuration.presets.tsOfficial.description": "", | ||
"configuration.presets.jsonOfficial.description": "", | ||
"configuration.presets.hideFolders.description": "", | ||
"configuration.associations.files.description": "", | ||
"configuration.associations.folders.description": "", | ||
"configuration.associations.fileDefault.file.description": "", | ||
"configuration.associations.fileDefault.file_light.description": "", | ||
"configuration.associations.folderDefault.folder.description": "", | ||
"configuration.associations.folderDefault.folder_light.description": "" | ||
} |