rsbuild-plugin-monaco-editor-nls-0.31.0
v0.0.2
Published
rsbuild-plugin-monaco-editor-nls-0.31.0 is a Rsbuild plugin to localize monaco-editor.
Readme
rsbuild-plugin-monaco-editor-nls-0.31.0
rsbuild-plugin-monaco-editor-nls-0.31.0 is a Rsbuild plugin to localize monaco-editor.
Usage
monaco-editor version is 0.31.0
Install:
npm add rsbuild-plugin-monaco-editor-nls-0.31.0 -DAdd plugin to your rsbuild.config.ts:
// rsbuild.config.ts
import { pluginMonacoEditorNls, Languages } from "rsbuild-plugin-monaco-editor-nls";
export default {
plugins: [pluginMonacoEditorNls({
locale: Languages.zh_hans,
})],
};Options
locale
- Type:
string - Default:
undefined - Example:
pluginMonacoEditorNls({
locale: Languages.zh_hans
});License
MIT.
