[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

@@ -78,8 +78,8 @@ function optionsutil.showValuesHMargins(configurable, option)
local current = configurable[option.name]
if not default then
UIManager:show(InfoMessage:new{
text = T(_([[
Current margins:
text = T(_(
[[Current margins:
left: %1
right: %2
Default margins: not set]]),
@@ -87,8 +87,8 @@ Default margins: not set]]),
})
else
UIManager:show(InfoMessage:new{
text = T(_([[
Current margins:
text = T(_(
[[Current margins:
left: %1
right: %2
Default margins: