Skip to content

Commit

Permalink
feat(projects): new i18n function $t & login page and setting drawer …
Browse files Browse the repository at this point in the history
…config i18n
  • Loading branch information
honghuangdc committed Jul 23, 2023
1 parent 458e387 commit 854d0bc
Show file tree
Hide file tree
Showing 49 changed files with 1,166 additions and 533 deletions.
29 changes: 28 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
{
"cSpell.ignorePaths": [
"package.json",
"package-lock.json",
"yarn.lock",
"pnpm-lock.yaml",
"node_modules",
"vscode-extension",
".git/objects",
".vscode",
".vscode-insiders",
"CHANGELOG.md",
"dist",
"public",
"styles"
],
"cSpell.words": [
"AMAP",
"antv",
"bmapgl",
"colord",
"echarts",
"gitee",
"gridicons",
"iconify",
"jsapi",
"naiveui",
"Sider",
"tauri",
"unocss",
"unplugin",
"vditor",
Expand All @@ -29,7 +50,13 @@
"*.svg": "html"
},
"files.eol": "\n",
"i18n-ally.localesPaths": ["src/locales", "src/locales/lang"],
"i18n-ally.displayLanguage": "zh-CN",
"i18n-ally.enabledParsers": ["ts"],
"i18n-ally.enabledFrameworks": ["vue"],
"i18n-ally.editor.preferEditor": true,
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["src/locales/lang"],
"material-icon-theme.activeIconPack": "vue",
"[html][css][less][scss][sass][markdown][yaml][yml][jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
Expand Down
Loading

0 comments on commit 854d0bc

Please sign in to comment.