[fix, CI] Push to Transifex from master, fix multiline strings for xgettext (#5238)

Related to https://github.com/koreader/koreader/pull/5237
This commit is contained in:
Frans de Jonge
2019-08-22 00:12:53 +02:00
committed by GitHub
parent fbd331dd07
commit e2ceace302
25 changed files with 114 additions and 96 deletions

View File

@@ -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 = {
{