mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[CI] Switch to custom xgettext build to extract multiline strings (#5242)
Because let's face it, it just looks much better this way. Docker image update in https://github.com/koreader/virdevenv/pull/43 Discussion in https://github.com/koreader/koreader/pull/5238#issuecomment-523675211 and https://github.com/koreader/koreader/pull/4524
This commit is contained in:
@@ -346,8 +346,8 @@ function ReaderRolling:addToMainMenu(menu_items)
|
||||
-- FIXME: repeated code with page overlap menu for readerpaging
|
||||
-- needs to keep only one copy of the logic as for the DRY principle.
|
||||
-- The difference between the two menus is only the enabled func.
|
||||
local overlap_lines_help_text = _(
|
||||
[[When page overlap is enabled, some lines from the previous page will be displayed on the next page.
|
||||
local overlap_lines_help_text = _([[
|
||||
When page overlap is enabled, some lines from the previous page will be displayed on the next page.
|
||||
You can set how many lines are shown.]])
|
||||
local page_overlap_menu = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user