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

am: 330ac1223a

Change-Id: I23f1e0cf7938afbf18611191f12f68779b7c017e
This commit is contained in:
Eric Laurent
2017-02-24 19:49:55 +00:00
committed by android-build-merger
2 changed files with 4 additions and 0 deletions

View File

@@ -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",

View File

@@ -14,7 +14,9 @@ EMOJI_VS = 0xFE0F
LANG_TO_SCRIPT = {
'as': 'Beng',
'bg': 'Cyrl',
'bn': 'Beng',
'cu': 'Cyrl',
'cy': 'Latn',
'da': 'Latn',
'de': 'Latn',