add translation
添加翻译
This commit is contained in:
@@ -53,6 +53,9 @@ func addChinese() error {
|
|||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "out_dir",
|
ID: "out_dir",
|
||||||
Other: " 输 出 目 录 :",
|
Other: " 输 出 目 录 :",
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "db_type",
|
||||||
|
Other: " 数 据 库 类 型 :",
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "db_host",
|
ID: "db_host",
|
||||||
Other: " 数 据 库 地 址 :",
|
Other: " 数 据 库 地 址 :",
|
||||||
@@ -147,6 +150,9 @@ func addEnglish() error {
|
|||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "out_dir",
|
ID: "out_dir",
|
||||||
Other: "out dir:",
|
Other: "out dir:",
|
||||||
|
}, &i18n.Message{
|
||||||
|
ID: "db_type",
|
||||||
|
Other: " db type:",
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "db_host",
|
ID: "db_host",
|
||||||
Other: "db host:",
|
Other: "db host:",
|
||||||
|
|||||||
Reference in New Issue
Block a user