Skip to content

Commit

Permalink
feat: 国际化支持,新增法语和日语
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jan 16, 2024
1 parent 884462b commit f30939e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"files.associations": {
"*.vue": "html"
Expand Down
3 changes: 3 additions & 0 deletions src/docs/InternationalAndTheme.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Locale.add({
| Traditional Chinese | zh-TW | `v1.0.0` |
| Indonesian | id-ID | `v1.0.0` |
| Thai | th-TH | `v1.0.0` |
| Japanese | ja-JP | `v1.0.0` |
| French | fr-FR | `v1.0.0` |


<br>
<br>
Expand Down
3 changes: 3 additions & 0 deletions src/docs/internationalAndTheme.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Locale.add({
| 繁體中文 | zh-TW | `v1.0.0` |
| 印度尼西亚语 | id-ID | `v1.0.0` |
| 泰语 | th-TH | `v1.0.0` |
| 日语 | ja-JP | `v1.0.0` |
| 法语 | fr-FR | `v1.0.0` |


## 内置的变量

Expand Down

0 comments on commit f30939e

Please sign in to comment.