From 16b37b5605480dfd767cfc92436daec329cc387b Mon Sep 17 00:00:00 2001 From: jperon Date: Thu, 26 Nov 2020 16:06:46 +0100 Subject: [PATCH] bump base (thirdparty, crengine), add Latin hyphenation (#6910) Includes: - Resync libue w/ KoboUSBMS - Update to FBInk v1.23.0 - Update to KoboUSBMS v1.0.0 - Revert "blitbuffer: Always enable JIT workaround" (6705c028) - BB: Ensure consistent types are being used in writePNG - bump crengine: hyphenation: add Latin, update Esperanto --- base | 2 +- frontend/apps/reader/modules/readertypography.lua | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/base b/base index 514ac803f..ef93cf4b4 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 514ac803f17b8fd2db9c85e32fd4118ab15ed85b +Subproject commit ef93cf4b413ae0cdc0f91d03769d98f3648fbe26 diff --git a/frontend/apps/reader/modules/readertypography.lua b/frontend/apps/reader/modules/readertypography.lua index e4da40dd0..5fac9e345 100644 --- a/frontend/apps/reader/modules/readertypography.lua +++ b/frontend/apps/reader/modules/readertypography.lua @@ -66,6 +66,8 @@ local LANGUAGES = { { "it", {"ita"}, "H ", _("Italian"), "Italian.pattern" }, { "ja", {}, " ", _("Japanese") }, { "ko", {}, " ", _("Korean") }, + { "la-lit", {"lat-lit"}, "H ", _("Latin (liturgical)"), "Latin.pattern" }, + { "la", {"lat"}, "H ", _("Latin"), "Latin.pattern" }, { "lv", {"lav"}, "H ", _("Latvian"), "Latvian.pattern" }, { "lt", {"lit"}, "H ", _("Lithuanian"), "Lithuanian.pattern" }, { "mk", {""}, "H ", _("Macedonian"), "Macedonian.pattern" },