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
pull/6913/head
jperon 3 years ago committed by GitHub
parent cb2314d11b
commit 16b37b5605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
Subproject commit 514ac803f17b8fd2db9c85e32fd4118ab15ed85b
Subproject commit ef93cf4b413ae0cdc0f91d03769d98f3648fbe26

@ -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" },

Loading…
Cancel
Save