Skip to content

Commit 0d1365a

Browse files
jimreganzdenop
authored andcommitted
gle_uncial (#1342)
1 parent ce638c4 commit 0d1365a

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

training/language-specific.sh

+28-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ VALID_LANGUAGE_CODES="afr amh ara asm aze aze_cyrl bel ben bih bod bos bul cat
2626
lat_lid lav lit mal mar mkd mlt msa mya nep nld nor ori
2727
pan pol por pus ron rus san sin slk slv snd spa spa_old
2828
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"
3030

3131
# Codes for which we have webtext but no fonts:
3232
UNUSABLE_LANGUAGE_CODES=""
@@ -108,6 +108,32 @@ NEOLATIN_FONTS=(
108108
"IM FELL Great Primer PRO Italic" \
109109
)
110110

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+
111137
EARLY_LATIN_FONTS=(
112138
"${FRAKTUR_FONTS[@]}" \
113139
"${LATIN_FONTS[@]}" \
@@ -931,6 +957,7 @@ set_lang_specific_parameters() {
931957
fin ) ;;
932958
fra ) WORD_DAWG_FACTOR=0.08 ;;
933959
gle ) ;;
960+
gle_uncial ) test -z "$FONTS" && FONTS=( "${IRISH_UNCIAL_FONTS[@]}" );;
934961
glg ) ;;
935962
hat ) ;;
936963
hrv ) ;;

0 commit comments

Comments
 (0)