mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add gettext to all reader widgets
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
require "ui/widget/notification"
|
||||
|
||||
ReaderBookmark = InputContainer:new{
|
||||
bm_menu_title = "Bookmarks",
|
||||
bm_menu_title = _("Bookmarks"),
|
||||
bookmarks = nil,
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ function ReaderBookmark:init()
|
||||
self.key_events = {
|
||||
ShowToc = {
|
||||
{ "B" },
|
||||
doc = "show bookmarks" },
|
||||
doc = _("show bookmarks") },
|
||||
}
|
||||
end
|
||||
self.ui.menu:registerToMainMenu(self)
|
||||
|
||||
Reference in New Issue
Block a user