mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
allow some strings to be translated (#6428)
This commit is contained in:
@@ -572,7 +572,8 @@ function ReaderBookmark:toggleBookmark(pn_or_xp)
|
||||
local notes = self.ui.toc:getTocTitleByPage(pn_or_xp)
|
||||
local chapter_name = notes
|
||||
if notes ~= "" then
|
||||
notes = "in "..notes
|
||||
-- @translators In which chapter title (%1) a note is found.
|
||||
notes = T(_("in %1"), notes)
|
||||
end
|
||||
self:addBookmark({
|
||||
page = pn_or_xp,
|
||||
|
||||
Reference in New Issue
Block a user