diff options
author | Roozbeh Pournader <roozbeh@google.com> | 2017-02-22 18:53:39 -0800 |
---|---|---|
committer | Roozbeh Pournader <roozbeh@google.com> | 2017-02-22 23:39:24 -0800 |
commit | 033b2226babcaeeb28cc08de6e2c2304a581bd9f (patch) | |
tree | 5c41f448173e51a1d57f275373cff9250230c0aa /tools | |
parent | 3b264fa2afdeb7c01753eb6879e0f7f2461267e4 (diff) |
Load hyphenation patterns for Bulgarian and Church Slavonic
Patterns for Bulgarian (bg) and Church Slavonic (cu) are now loaded
too.
Also make changes to fontchain_lint.py, so it knows the script for Bulgarian
and Church Slavonic is Cyrillic.
Test: make -j works and creates .hyb files for bg and cu
Change-Id: I0586f6c49380279ef88fe952b5cfd2d3594c5524
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/fonts/fontchain_lint.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/fonts/fontchain_lint.py b/tools/fonts/fontchain_lint.py index f193ea41dff9..eb8a1ccd0d9e 100755 --- a/tools/fonts/fontchain_lint.py +++ b/tools/fonts/fontchain_lint.py @@ -14,7 +14,9 @@ EMOJI_VS = 0xFE0F LANG_TO_SCRIPT = { 'as': 'Beng', + 'bg': 'Cyrl', 'bn': 'Beng', + 'cu': 'Cyrl', 'cy': 'Latn', 'da': 'Latn', 'de': 'Latn', |