mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[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:
@@ -144,8 +144,8 @@ function HyphenationLimitsWidget:update()
|
||||
CloseButton:new{ window = self, padding_top = Size.margin.title, },
|
||||
}
|
||||
|
||||
local hyph_into_text = _([[
|
||||
Set minimum length before hyphenation occurs.
|
||||
local hyph_into_text = _(
|
||||
[[Set minimum length before hyphenation occurs.
|
||||
These settings will apply to all books with any hyphenation dictionary.
|
||||
'Use language defaults' resets them.]])
|
||||
local hyph_info = FrameContainer:new{
|
||||
|
||||
Reference in New Issue
Block a user