File tree 1 file changed +28
-1
lines changed
1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ VALID_LANGUAGE_CODES="afr amh ara asm aze aze_cyrl bel ben bih bod bos bul cat
26
26
lat_lid lav lit mal mar mkd mlt msa mya nep nld nor ori
27
27
pan pol por pus ron rus san sin slk slv snd spa spa_old
28
28
sqi srp srp_latn swa swe syr tam tel tgk tgl tha tir tur
29
- uig ukr urd uzb uzb_cyrl vie yid"
29
+ uig ukr urd uzb uzb_cyrl vie yid gle_uncial "
30
30
31
31
# Codes for which we have webtext but no fonts:
32
32
UNUSABLE_LANGUAGE_CODES=" "
@@ -108,6 +108,32 @@ NEOLATIN_FONTS=(
108
108
" IM FELL Great Primer PRO Italic" \
109
109
)
110
110
111
+ IRISH_UNCIAL_FONTS=(
112
+ " Bunchlo Arsa Dubh GC" \
113
+ " Bunchlo Arsa GC" \
114
+ " Bunchlo Arsa GC Bold" \
115
+ " Bunchlo Dubh GC" \
116
+ " Bunchlo GC" \
117
+ " Bunchlo GC Bold" \
118
+ " Bunchlo Nua GC Bold" \
119
+ " Bunchló na Nod GC" \
120
+ " Gadelica" \
121
+ " Glanchlo Dubh GC" \
122
+ " Glanchlo GC" \
123
+ " Glanchlo GC Bold" \
124
+ " Seanchló Dubh GC" \
125
+ " Seanchló GC" \
126
+ " Seanchló GC Bold" \
127
+ " Seanchló na Nod GC" \
128
+ " Seanchló Ársa Dubh GC" \
129
+ " Seanchló Ársa GC" \
130
+ " Seanchló Ársa GC Bold" \
131
+ " Tromchlo Beag GC" \
132
+ " Tromchlo Mor GC" \
133
+ " Urchlo GC" \
134
+ " Urchlo GC Bold" \
135
+ )
136
+
111
137
EARLY_LATIN_FONTS=(
112
138
" ${FRAKTUR_FONTS[@]} " \
113
139
" ${LATIN_FONTS[@]} " \
@@ -931,6 +957,7 @@ set_lang_specific_parameters() {
931
957
fin ) ;;
932
958
fra ) WORD_DAWG_FACTOR=0.08 ;;
933
959
gle ) ;;
960
+ gle_uncial ) test -z " $FONTS " && FONTS=( " ${IRISH_UNCIAL_FONTS[@]} " );;
934
961
glg ) ;;
935
962
hat ) ;;
936
963
hrv ) ;;
You can’t perform that action at this time.
0 commit comments