Skip to content

Commit

Permalink
feat(template): add translations for app content (#4961)
Browse files Browse the repository at this point in the history
* feat:add translations for app content

* update
  • Loading branch information
zjy365 authored Aug 13, 2024
1 parent 525b4dd commit 04d823c
Show file tree
Hide file tree
Showing 9 changed files with 389 additions and 365 deletions.
1 change: 0 additions & 1 deletion frontend/providers/template/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts
/public/trainData/
/.vscode/
platform.json
.yalc/
yalc.lock
Expand Down
18 changes: 18 additions & 0 deletions frontend/providers/template/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"i18n-ally.localesPaths": [
"public/locales"
],
"i18n-ally.enabledParsers": [
"json",
"yaml",
"js",
"ts"
],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"i18n-ally.keepFulfilled": false,
"i18n-ally.sourceLanguage": "zh",
"i18n-ally.displayLanguage": "zh",
"i18n-ally.pathMatcher": "{locale}/{namespaces}.json",
"i18n-ally.extract.targetPickingStrategy": "most-similar-by-key"
}
Loading

0 comments on commit 04d823c

Please sign in to comment.