From 6eeb225d8238868f6df5433cc14ed1826893b9fc Mon Sep 17 00:00:00 2001 From: jpirnay Date: Sat, 16 May 2026 12:25:49 +0200 Subject: [PATCH] Add forgotten polish --- lib/Epub/Epub/hyphenation/Hyphenator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Epub/Epub/hyphenation/Hyphenator.cpp b/lib/Epub/Epub/hyphenation/Hyphenator.cpp index 0f2e666c..05e8cd5f 100644 --- a/lib/Epub/Epub/hyphenation/Hyphenator.cpp +++ b/lib/Epub/Epub/hyphenation/Hyphenator.cpp @@ -14,7 +14,7 @@ struct Iso639Mapping { }; static constexpr Iso639Mapping kIso639Mappings[] = {{"eng", "en"}, {"fra", "fr"}, {"fre", "fr"}, {"deu", "de"}, {"ger", "de"}, {"rus", "ru"}, {"spa", "es"}, {"ita", "it"}, - {"ukr", "uk"}, {"swe", "sv"}}; + {"ukr", "uk"}, {"swe", "sv"}, {"pol", "pl"}}; const LanguageHyphenator* Hyphenator::cachedHyphenator_ = nullptr;