i18n/zh_CN: add more UI translation

This commit is contained in:
zhaoweny
2020-06-20 17:42:52 +08:00
parent d28665f172
commit a05e7dbad1
6 changed files with 103 additions and 69 deletions

View File

@@ -340,7 +340,7 @@ class SkillTreeView(wx.Panel):
self.skillBookDirtyImageId = self.imageList.Add(wx.Icon(BitmapLoader.getBitmap("skill_small_red", "gui")))
tree.AppendColumn(_("Skill"))
tree.AppendColumn(_("Level"), align=wx.ALIGN_CENTER)
tree.AppendColumn(_("Level"))
# tree.SetMainColumn(0)
self.root = tree.GetRootItem()