[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

@@ -921,7 +921,7 @@ function util.unpackArchive(archive, extract_to)
return false, T(_("Couldn't extract archive:\n\n%1\n\nUnrecognized filename extension."), archive)
end
if not ok then
return false, T(_("Extracting archive failed:\n\n%1", archive))
return false, T(_("Extracting archive failed:\n\n%1"), archive)
end
return true
end