|
136 | 136 | "live autocompletion": "Live autocompletion", |
137 | 137 | "local word completion": "Local word completion", |
138 | 138 | "language package completion": "Language package completion", |
| 139 | + "recommend extensions": "Recommend extensions", |
139 | 140 | "auto close tags": "Auto close tags", |
140 | 141 | "auto rename tags": "Auto rename tags", |
141 | 142 | "file properties": "File properties", |
|
689 | 690 | "settings-info-editor-live-autocomplete": "Show suggestions while you type.", |
690 | 691 | "settings-info-editor-local-word-completion": "Suggest words from the current file.", |
691 | 692 | "settings-info-editor-language-completion": "Suggest keywords, snippets, and other completions from CodeMirror language packages.", |
| 693 | + "settings-info-editor-recommend-extensions": "Suggest plugins when a file opens as plain text because no language mode is available.", |
| 694 | + "extension recommendation title": "Extensions available for {extension}", |
| 695 | + "extension recommendation message": "No syntax mode is installed for {extension}. Search plugins for \"{keyword}\".", |
| 696 | + "extension request title": "No extension found for {extension}", |
| 697 | + "extension request message": "Ask for a plugin so Acode can highlight this file type.", |
| 698 | + "search plugins": "Search plugins", |
| 699 | + "request plugin": "Request plugin", |
692 | 700 | "settings-info-editor-auto-close-tags": "Automatically insert closing tags in HTML, XML, Vue, Angular, and PHP template files.", |
693 | 701 | "settings-info-editor-auto-rename-tags": "Rename the matching opening or closing tag while editing HTML-like tags.", |
694 | 702 | "settings-info-editor-rainbow-brackets": "Color matching brackets by nesting depth.", |
|
0 commit comments