From 37321d473a71ded2fee06d376d3ccc9ce0c10218 Mon Sep 17 00:00:00 2001 From: xxj <346944475@qq.com> Date: Thu, 19 Nov 2020 17:45:50 +0800 Subject: [PATCH] add translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加翻译 --- data/dlg/i18n.go | 6 ++++++ 1 file changed, 6 insertions(+) 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:",