Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e966a37 authored by Calvin Pan's avatar Calvin Pan
Browse files

Add hyphenation pattern for sv

Bug: 181262335
Test: atest android.graphics.text.cts.HyphenationTest
Change-Id: I948afae985a30ed81062d830e0c7cf7341d4e09d
parent e2a89a61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ LANG_TO_SCRIPT = {
    'sk': 'Latn',
    'sl': 'Latn',
    'sq': 'Latn',
    'sv': 'Latn',
    'ta': 'Taml',
    'te': 'Telu',
    'tk': 'Latn',