Skip to content

Commit

Permalink
Create nl_Latn.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Dec 6, 2023
1 parent f41bb5c commit 35e8a11
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
@@ -0,0 +1,42 @@
- check: shaping_differs
inputs:
- text: ij
language: NLD
- text: íj
language: NLD
rationale: 'Dutch ij with acute on the i'
- check: shaping_differs
inputs:
- text: ij
language: NLD
- text: íj́
language: NLD
rationale: 'Dutch ij with acute on both i and j'
- check: shaping_differs
inputs:
- text: íj
language: NLD
- text: íj́
language: NLD
rationale: 'Dutch íj being different from íj́'
- check: shaping_differs
inputs:
- text: IJ
language: NLD
- text: ÍJ
language: NLD
rationale: 'Dutch IJ with acute on the I'
- check: shaping_differs
inputs:
- text: IJ
language: NLD
- text: ÍJ́
language: NLD
rationale: 'Dutch IJ with acute on both I and J'
- check: shaping_differs
inputs:
- text: ÍJ
language: NLD
- text: ÍJ́
language: NLD
rationale: 'Dutch ÍJ being different from ÍJ́'

0 comments on commit 35e8a11

Please sign in to comment.