diff --git a/docs/Translate.md b/docs/Translate.md index c31f277c..5b4efce3 100644 --- a/docs/Translate.md +++ b/docs/Translate.md @@ -13,7 +13,7 @@ Add your language, make it looks like: "ja": "日本語", "ru": "русский", "vi": "Tiếng Việt", - "zh-Hans": "汉字" + "zh-Hans": "汉语" } ``` diff --git a/localization/supportedLanguages.json b/localization/supportedLanguages.json index 149d082f..04dd2f61 100644 --- a/localization/supportedLanguages.json +++ b/localization/supportedLanguages.json @@ -1,7 +1,7 @@ { "en": "English", - "zh-Hans": "汉字", - "zh-Hant": "漢字", + "zh-Hans": "汉语", + "zh-Hant": "漢語", "ja": "日本語", "fr": "Français", "ru": "Русский" diff --git a/tsconfig.json b/tsconfig.json index acbaf2b6..a92bba40 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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": {