🚀 i18n: add internationalization support (#31)

* 🚀  i18n: add internationalization support
This commit is contained in:
openefit
2023-03-17 13:57:26 +08:00
committed by GitHub
parent d4fc651fec
commit 5ae52cd8bb
11 changed files with 116 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"localLanguage": "english",
"commitFix": "fix(server.ts): change port variable case from lowercase port to uppercase PORT",
"commitFeat": "feat(server.ts): add support for process.env.PORT environment variable",
"commitDescription": "The port variable is now named PORT, which improves consistency with the naming conventions as PORT is a constant. Support for an environment variable allows the application to be more flexible as it can now run on any available port specified via the process.env.PORT environment variable."
}