Documentation WorkbenchThis is a workbench to assist the work of the Documentation group. The extensions includes functionality to add specific words to dictionaries and automatically translating text to designated languages. CommandsSet translation language: Set language for translation purposes. This is repository-specific, which means that translations in a given repository follows the specified language. Translate highlighted text: Translates the currently highlighted text to the specified language. This translation accounts for specific watched words that should be translated to another specific word. Add translation for specific word: Add a word to a watch-list, such that all translations to a specific language consider this word and translate it to another specified word. Code ActionsThis extension provides a set of code actions to help utilize the Code Spell Checker extension. The code actions can whitelist words for different scopes thereby help each different department to tailor the whitelists to their specific needs. Set repository word: Whitelists a word for the repository-specific dictionary, such that any user in this repository no longer receives errors for this word. Set scoped word: Whitelists a word for a specific dictionary, which means that only repositories importing this dictionary no longer receive errors for this word. RequirementsThe extensions requires the Code Spell Checker extension, alongside access to the cspell-config repository. This can be set up by running the install-docs-developer install script. Release Notes1.0.0Initial release of the Documentation Workbench. |