Skip to content

Commit 10b031a

Browse files
authored
fix(i18n): zh_CN is wrong (#379)
1 parent d63b825 commit 10b031a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/i18n/zh_CN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"localLanguage": "简体中文",
3-
"commitFix": "修复(server.ts):将端口变量从小写port改为大写PORT",
4-
"commitFeat": "功能(server.ts):添加对process.env.PORT环境变量的支持",
3+
"commitFix": "fix(server.ts):将端口变量从小写port改为大写PORT",
4+
"commitFeat": "feat(server.ts):添加对process.env.PORT环境变量的支持",
55
"commitDescription": "现在端口变量被命名为PORT,这提高了命名约定的一致性,因为PORT是一个常量。环境变量的支持使应用程序更加灵活,因为它现在可以通过process.env.PORT环境变量在任何可用端口上运行。"
66
}

0 commit comments

Comments
 (0)