baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
16.51k stars 2.41k forks source link

Code Editor not support i18n #8880

Closed MatsiukMykola closed 6 months ago

MatsiukMykola commented 7 months ago

find in SDK:

        amis.require.loadJs(n("./thirds/monaco-editor/min/vs/loader.js")).onload = function() {
            return function(s, a) {
                var i = {
                    "vs/nls": {
                        availableLanguages: {
                            "*": "zh-cn"
                        }
                    },

Code Editor - cool, but need to change language. I use https://github.com/amisadmin/fastapi-amis-admin/issues/145 (where described issue with picture)

MatsiukMykola commented 7 months ago

can anybody help me please (