fix(i18n): zh_CN is wrong (#379)

This commit is contained in:
XYCode Kerman
2024-08-13 15:59:48 +08:00
committed by GitHub
parent d63b825ae5
commit 10b031ab36
+2 -2
View File
@@ -1,6 +1,6 @@
{
"localLanguage": "简体中文",
"commitFix": "修复(server.ts):将端口变量从小写port改为大写PORT",
"commitFeat": "功能(server.ts):添加对process.env.PORT环境变量的支持",
"commitFix": "fix(server.ts):将端口变量从小写port改为大写PORT",
"commitFeat": "feat(server.ts):添加对process.env.PORT环境变量的支持",
"commitDescription": "现在端口变量被命名为PORT,这提高了命名约定的一致性,因为PORT是一个常量。环境变量的支持使应用程序更加灵活,因为它现在可以通过process.env.PORT环境变量在任何可用端口上运行。"
}