mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 09:24:03 +00:00
feat: i18n
This commit is contained in:
7
client/public/locales/en/common.json
Normal file
7
client/public/locales/en/common.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"home": {
|
||||
"Quickly build AI question and answer library": "Quickly build AI question and answer library",
|
||||
"Start Now": "Start Now",
|
||||
"Visual AI orchestration": "Visual AI orchestration"
|
||||
}
|
||||
}
|
7
client/public/locales/zh/common.json
Normal file
7
client/public/locales/zh/common.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"home": {
|
||||
"Quickly build AI question and answer library": "快速搭建 AI 问答系统",
|
||||
"Start Now": "立即开始",
|
||||
"Visual AI orchestration": "可视化 AI 编排"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user