mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add gettext to inputevent.lua
This commit is contained in:
@@ -14,7 +14,7 @@ require "gettext"
|
||||
HomeMenu = InputContainer:new{
|
||||
item_table = {},
|
||||
key_events = {
|
||||
TapShowMenu = { {_("Home")}, doc = _("Show Home Menu")},
|
||||
TapShowMenu = { {"Home"}, doc = _("Show Home Menu")},
|
||||
},
|
||||
ges_events = {
|
||||
TapShowMenu = {
|
||||
|
||||
Reference in New Issue
Block a user