Skip to content

Commit c8aa080

Browse files
committed
Added di/tri-graphs to Czech and Hungarian orthographies and fixed their order, as per #116
1 parent 2d8ad7d commit c8aa080

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.6.4 (WIP)
44
- FIX: Fixed an issue where trying to log missing shaping glyphs would crash in `FontChecker`
5+
- DATA: Added di/tri-graphs to Czech and Hungarian orthographies and fixed their order
56

67
## 0.6.3 (08.04.2024)
78
- FIX: Set correct default values for `Language.status` and `Orthography.preferred_as_group` and provide validation and tests for these.

lib/hyperglot/data/ces.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Czech
22
orthographies:
33
- autonym: Čeština
4-
base: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Á É Í Ó Ú Ý Č Ď Ě Ň Ř Š Ť Ů Ž a b c d e f g h i j k l m n o p q r s t u v w x y z á é í ó ú ý č ď ě ň ř š ť ů ž
4+
base: A Á B C Č D Ď E É Ě F G H Ch I Í J K L M N Ň O Ó P Q R Ř S Š T Ť U Ú Ů V W X Y Ý Z Ž a á b c č d ď e é ě f g h ch i í j k l m n ň o ó p q r ř s š t ť u ú ů v w x y ý z ž
55
marks: ◌́ ◌̊ ◌̌
66
script: Latin
77
status: primary

lib/hyperglot/data/hun.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Hungarian
22
orthographies:
33
- autonym: Magyar
4-
base: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Á É Í Ó Ö Ú Ü Ő Ű a b c d e f g h i j k l m n o p q r s t u v w x y z á é í ó ö ú ü ő ű
4+
base: A Á B C CS D Dz Dzs E É F G Gy H I Í J K L Ly M N Ny O Ó Ö Ő P Q R S Sz T Ty U Ú Ü Ű V W X Y Z Zs a á b c cs d dz dzs e é f g gy h i í j k l ly m n ny o ó ö ő p q r s sz t ty u ú ü ű v w x y z zs
55
marks: ◌́ ◌̈ ◌̋
66
script: Latin
77
status: primary

0 commit comments

Comments
 (0)