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