iamayushdas commented on a change in pull request #1957: URL: https://github.com/apache/apisix-dashboard/pull/1957#discussion_r659187160
########## File path: web/src/global.tsx ########## @@ -25,8 +25,8 @@ import defaultSettings from '../config/defaultSettings'; // see https://github.com/suren-atoyan/monaco-react/issues/168 loader.config({ paths: { vs: '/monaco-editor/min/vs' } }); -if (getLocale() === 'zh-CN'){ - loader.config({ "vs/nls": { availableLanguages: { "*": 'zh-cn' } } }); +if (getLocale() === 'zh-CN') { Review comment: staged this file to check the husky -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
