ExtJs6.5.1本地化Locale设置

找到如下代码:

    "classic": {
        "js": [
            // Remove this entry to individually load sources from the framework.
            {
                "path": "${framework.dir}/build/ext-all-rtl-debug.js"
            }
        ]
    },

修改为

 1     "classic": {
 2         "js": [
 3             // Remove this entry to individually load sources from the framework.
 4             {
 5                 "path": "${framework.dir}/build/ext-all-rtl-debug.js"
 6             }
 7         ],
 8         "requires": [
 9             "locale"
10         ],
11         "locale": "zh_CN"
12     },

 

posted @ 2020-08-09 11:23  疯狗强尼  阅读(277)  评论(0编辑  收藏  举报