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

Commit 38a7f7f1 authored by Eric Laurent's avatar Eric Laurent Committed by android-build-merger
Browse files

Merge "Load hyphenation patterns for Bulgarian and Church Slavonic" am: 70bc4a80

am: 330ac122

Change-Id: I23f1e0cf7938afbf18611191f12f68779b7c017e
parents 313604b4 330ac122
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -189,7 +189,9 @@ public class Hyphenator {
        // TODO: replace this with a discovery-based method that looks into /system/usr/hyphen-data
        String[] availableLanguages = {
            "as",
            "bg",
            "bn",
            "cu",
            "cy",
            "da",
            "de-1901", "de-1996", "de-CH-1901",
+2 −0
Original line number Diff line number Diff line
@@ -14,7 +14,9 @@ EMOJI_VS = 0xFE0F

LANG_TO_SCRIPT = {
    'as': 'Beng',
    'bg': 'Cyrl',
    'bn': 'Beng',
    'cu': 'Cyrl',
    'cy': 'Latn',
    'da': 'Latn',
    'de': 'Latn',