mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-05-09 18:02:52 +08:00
feat(undo): 在 Lua 配置中添加撤销/重做按钮文本
This commit is contained in:
+3
-1
@@ -40,7 +40,9 @@ local config = {
|
||||
export = "Export",
|
||||
ok = "OK",
|
||||
cancel = "Cancel",
|
||||
help = "Help"
|
||||
help = "Help",
|
||||
undo = "Undo",
|
||||
redo = "Redo",
|
||||
},
|
||||
|
||||
-- 标签文本(使用英文原文,供 gettext 翻译)
|
||||
|
||||
Reference in New Issue
Block a user