mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-15 13:43:48 +08:00
发布v2.18.6版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -23,6 +23,10 @@ system:
|
||||
switch: true # 日志开关,可选:false|true,默认为true
|
||||
queue: true # 是否启用队列,启用时需要配置队列信息,可选:false|true,默认为true
|
||||
levelFormat: [ "WARN", "ERRO", "FATA", "PANI" ] # 需要记录的等级
|
||||
# 国际化
|
||||
i18n:
|
||||
switch: true # 国际化开关,可选:false|true,默认为true
|
||||
defaultLanguage: "zh-CN" # 默认使用语言,可选:zh-CN|zh-TW|en,默认为zh-CN
|
||||
# 插件资源目录,用于静态文件和模版文件的路径,默认为resource
|
||||
addonsResourcePath: "resource"
|
||||
|
||||
|
||||
5
server/manifest/i18n/en.json
Normal file
5
server/manifest/i18n/en.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"你好,美丽世界": "Hello, Beautiful World",
|
||||
"剩余%v余额": "Remaining %v Balance",
|
||||
"HotGo管理系统": "HotGo Admin"
|
||||
}
|
||||
3
server/manifest/i18n/zh-CN.json
Normal file
3
server/manifest/i18n/zh-CN.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"剩余%v余额": "剩余%v余额"
|
||||
}
|
||||
5
server/manifest/i18n/zh-TW.json
Normal file
5
server/manifest/i18n/zh-TW.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"你好,美丽世界": "你好,美麗世界",
|
||||
"剩余%v余额": "剩餘%v餘額",
|
||||
"HotGo管理系统": "HotGo管理系統"
|
||||
}
|
||||
Reference in New Issue
Block a user