fix: use 汉语 和 漢語

This commit is contained in:
linonetwo 2025-10-11 17:20:20 +08:00
parent 9ca23e4394
commit 3c1beab24c
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ Add your language, make it looks like:
"ja": "日本語",
"ru": "русский",
"vi": "Tiếng Việt",
"zh-Hans": "汉"
"zh-Hans": "汉"
}
```

View file

@ -1,7 +1,7 @@
{
"en": "English",
"zh-Hans": "汉",
"zh-Hant": "漢",
"zh-Hans": "汉",
"zh-Hant": "漢",
"ja": "日本語",
"fr": "Français",
"ru": "Русский"

View file

@ -1,6 +1,6 @@
{
"exclude": ["template/**/*.js", "features/cucumber.config.js", "**/__mocks__/**/*.js"],
"include": ["src", "features", "test", "./*.*.ts", "./*.*.js"],
"include": ["src", "features", "test", "./*.*.ts", "./*.*.js", "forge.config.ts"],
"ts-node": {
"files": true,
"compilerOptions": {