-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
找到了更改为中文的方法,也就花了亿点点时间而已 #24
Comments
上号给你点个赞 |
可以修改:
改为
然后把文件 angular.module('kityminderEditor').filter('lang', [
'config',
'lang.en',
function(config, lang) { 改为 angular.module('kityminderEditor').filter('lang', [
'config',
'lang.zh-cn',
function(config, lang) { 搜索: // 默认语言
defaultLang: 'en', 改为 // 默认语言
defaultLang: 'zh-cn', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
打开文件
windows:%USERPROFILE%.vscode\extensions\souche.vscode-mindmap-0.0.5\webui\dist\kityminder.editor.min.js
Linux和macOS:~/.vscode/extensions\souche.vscode-mindmap-0.0.5\webui\dist\kityminder.editor.min.js
搜索
替换为
搜索
替换为
保存,ok。
The text was updated successfully, but these errors were encountered: