Merge "Add hyphenation pattern for sv"

This commit is contained in:
Calvin Pan
2022-01-13 06:11:46 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ static void init() {
addHyphenator("sk", 2, 2); // Slovak
addHyphenator("sl", 2, 2); // Slovenian
addHyphenator("sq", 2, 2); // Albanian
addHyphenator("sv", 1, 2); // Swedish
addHyphenator("ta", INDIC_MIN_PREFIX, INDIC_MIN_SUFFIX); // Tamil
addHyphenator("te", INDIC_MIN_PREFIX, INDIC_MIN_SUFFIX); // Telugu
addHyphenator("tk", 2, 2); // Turkmen

View File

@@ -57,6 +57,7 @@ LANG_TO_SCRIPT = {
'sk': 'Latn',
'sl': 'Latn',
'sq': 'Latn',
'sv': 'Latn',
'ta': 'Taml',
'te': 'Telu',
'tk': 'Latn',