Skip to content

Commit

Permalink
Replicate variants list to all derived tagsets
Browse files Browse the repository at this point in the history
  • Loading branch information
mhosken committed May 22, 2024
1 parent a778dd5 commit 68cf829
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/ltdb2alltags
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def process_cldrentry(s, lts, allentries, root='.'):
l.script = n.script
if n.hidescript and l.lang+"-"+l.region not in lts:
l.hidescript = True
l.extra_variants = n.extra_variants
testf = find_file(str(t), root=root)
if testf is not None:
l.parent = t
Expand Down
Loading

0 comments on commit 68cf829

Please sign in to comment.