Add four locales that use dotted/dotless i. (#2314)
Co-authored-by: Belleve <belleve@typeof.net>
This commit is contained in:
parent
4835b7ac7a
commit
ce623bc20b
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,10 @@ export : define [buildLOCL gsub para glyphStore] : begin
|
|||
define cyrlBGR : gsub.copyLanguage 'cyrl_BGR ' 'cyrl_DFLT'
|
||||
define latnTRK : gsub.copyLanguage 'latn_TRK ' 'latn_DFLT'
|
||||
define latnAZE : gsub.copyLanguage 'latn_AZE ' 'latn_DFLT'
|
||||
define latnGAG : gsub.copyLanguage 'latn_GAG ' 'latn_DFLT'
|
||||
define latnKAZ : gsub.copyLanguage 'latn_KAZ ' 'latn_DFLT'
|
||||
define latnTAT : gsub.copyLanguage 'latn_TAT ' 'latn_DFLT'
|
||||
define latnCRT : gsub.copyLanguage 'latn_CRT ' 'latn_DFLT'
|
||||
define latnVIT : gsub.copyLanguage 'latn_VIT ' 'latn_DFLT'
|
||||
define grekIPPH : gsub.copyLanguage 'grek_IPPH ' 'grek_DFLT'
|
||||
define grekAPPH : gsub.copyLanguage 'grek_APPH ' 'grek_DFLT'
|
||||
|
@ -36,6 +40,10 @@ export : define [buildLOCL gsub para glyphStore] : begin
|
|||
define loclTRK : gsub.createFeature 'locl'
|
||||
latnTRK.addFeature loclTRK
|
||||
latnAZE.addFeature loclTRK
|
||||
latnGAG.addFeature loclTRK
|
||||
latnKAZ.addFeature loclTRK
|
||||
latnTAT.addFeature loclTRK
|
||||
latnCRT.addFeature loclTRK
|
||||
loclTRK.addLookup : gsub.createLookup
|
||||
.type 'gsub_single'
|
||||
.substitutions : object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue