mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
[i18n] Add missing bookmark count translation (#6692)
Cf. <https://www.mobileread.com/forums/showpost.php?p=4037153&postcount=8>.
This commit is contained in:
parent
3e063498fc
commit
a5089f0272
@ -716,7 +716,7 @@ function ReaderFooter:textOptionTitles(option)
|
||||
local option_titles = {
|
||||
all_at_once = _("Show all at once"),
|
||||
reclaim_height = _("Reclaim bar height from bottom margin"),
|
||||
bookmark_count = T("Bookmark count (%1)", symbol_prefix[symbol].bookmark_count),
|
||||
bookmark_count = T(_("Bookmark count (%1)"), symbol_prefix[symbol].bookmark_count),
|
||||
page_progress = T(_("Current page (%1)"), "/"),
|
||||
time = symbol_prefix[symbol].time
|
||||
and T(_("Current time (%1)"), symbol_prefix[symbol].time) or _("Current time"),
|
||||
|
Loading…
Reference in New Issue
Block a user