diff --git a/data/dlg/i18n.go b/data/dlg/i18n.go index 8896b57..fe679ae 100644 --- a/data/dlg/i18n.go +++ b/data/dlg/i18n.go @@ -53,6 +53,9 @@ func addChinese() error { }, &i18n.Message{ ID: "out_dir", Other: " 输 出 目 录 :", + }, &i18n.Message{ + ID: "db_type", + Other: " 数 据 库 类 型 :", }, &i18n.Message{ ID: "db_host", Other: " 数 据 库 地 址 :", @@ -147,6 +150,9 @@ func addEnglish() error { }, &i18n.Message{ ID: "out_dir", Other: "out dir:", + }, &i18n.Message{ + ID: "db_type", + Other: " db type:", }, &i18n.Message{ ID: "db_host", Other: "db host:",