Skip to content

Commit

Permalink
feat: support ts extension for locale files
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Oct 16, 2023
1 parent f9efa4e commit 73f3c90
Show file tree
Hide file tree
Showing 8 changed files with 488 additions and 488 deletions.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
"cSpell.words": ["Vitesse", "Vite", "unocss", "vitest", "vueuse", "pinia", "demi", "antfu", "iconify", "intlify", "vitejs", "unplugin", "pnpm"],
"i18n-ally.sourceLanguage": "en",
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": "locales",
"i18n-ally.localesPaths": [
"locales"
],
"i18n-ally.sortKeys": true,
"i18n-ally.enabledParsers": [
"yaml",
"ts",
"json",
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"axios": "^1.5.1",
"element-plus": "^2.3.14",
"pinia": "^2.1.6",
"element-plus": "^2.4.0",
"pinia": "^2.1.7",
"universal-cookie": "^4.0.4",
"vue": "^3.3.4",
"vue-i18n": "^9.5.0",
Expand All @@ -35,13 +35,13 @@
"workbox-window": "^7.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@iconify-json/carbon": "^1.1.21",
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@pinia/testing": "^0.1.3",
"@rollup/plugin-replace": "^5.0.3",
"@types/node": "^20.8.4",
"@rollup/plugin-replace": "^5.0.4",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.4.0",
Expand All @@ -64,7 +64,7 @@
"postcss-scss": "^4.0.9",
"prettier": "^2.8.8",
"rollup": "^3.29.4",
"sass": "^1.69.1",
"sass": "^1.69.3",
"standard-version": "^9.5.0",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^33.0.0",
Expand All @@ -79,7 +79,7 @@
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.16.5",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.18"
"vue-tsc": "^1.8.19"
},
"config": {
"commitizen": {
Expand Down
Loading

1 comment on commit 73f3c90

@vercel
Copy link

@vercel vercel bot commented on 73f3c90 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-ts-starter – ./

vue-ts-starter-yugasun.vercel.app
vue-ts-starter.vercel.app
vue-ts-starter-git-main-yugasun.vercel.app

Please sign in to comment.