mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-07-13 07:23:50 +00:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
|
export default {
|
||
|
locales: ['en', 'zh'],
|
||
|
defaultLocale: 'zh',
|
||
|
localeDetection: true
|
||
|
}
|