Add forgotten polish

This commit is contained in:
jpirnay
2026-05-16 12:25:49 +02:00
parent da4519e427
commit 6eeb225d82
+1 -1
View File
@@ -14,7 +14,7 @@ struct Iso639Mapping {
}; };
static constexpr Iso639Mapping kIso639Mappings[] = {{"eng", "en"}, {"fra", "fr"}, {"fre", "fr"}, {"deu", "de"}, static constexpr Iso639Mapping kIso639Mappings[] = {{"eng", "en"}, {"fra", "fr"}, {"fre", "fr"}, {"deu", "de"},
{"ger", "de"}, {"rus", "ru"}, {"spa", "es"}, {"ita", "it"}, {"ger", "de"}, {"rus", "ru"}, {"spa", "es"}, {"ita", "it"},
{"ukr", "uk"}, {"swe", "sv"}}; {"ukr", "uk"}, {"swe", "sv"}, {"pol", "pl"}};
const LanguageHyphenator* Hyphenator::cachedHyphenator_ = nullptr; const LanguageHyphenator* Hyphenator::cachedHyphenator_ = nullptr;