add gettext to all reader widgets

This commit is contained in:
Qingping Hou
2013-04-08 15:21:59 +08:00
parent f36279ed53
commit 3602c61b1f
10 changed files with 64 additions and 58 deletions

View File

@@ -31,7 +31,7 @@ function ReaderMenu:init()
if Device:hasKeyboard() then
self.key_events = {
ShowMenu = { { _("Menu") }, doc = _("show menu") },
ShowMenu = { { "Menu" }, doc = _("show menu") },
}
end
end