Skip to content

Commit

Permalink
Added small caps defs
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Dec 6, 2023
1 parent 35e8a11 commit 73328e0
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions shaperglot/languages/nl_Latn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,45 @@
- text: ÍJ́
language: NLD
rationale: 'Dutch ÍJ being different from ÍJ́'
- check: shaping_differs
inputs:
- text: ij
language: NLD
features:
smcp: true
- text: íj
language: NLD
features:
smcp: true
conditions:
features:
- smcp
rationale: 'Dutch small caps ij with acute on the i'
- check: shaping_differs
inputs:
- text: ij
language: NLD
features:
smcp: true
- text: íj́
language: NLD
features:
smcp: true
conditions:
features:
- smcp
rationale: 'Dutch small caps ij with acute on both i and j'
- check: shaping_differs
inputs:
- text: íj
language: NLD
features:
smcp: true
- text: íj́
language: NLD
features:
smcp: true
conditions:
features:
- smcp
rationale: 'Dutch small caps íj being different from íj́'

0 comments on commit 73328e0

Please sign in to comment.