1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

installer: Do not use LatGrkCyr console font for Esperanto.

* gnu/installer/services.scm (system-services->configuration):
Don't match `eo'.

Change-Id: I46ba7dd737141c25ce9a9fcf164ae431e2ed4b33
This commit is contained in:
Florian Pelz
2025-10-22 10:43:02 +02:00
parent 1839efad14
commit a685710058

View File

@@ -197,7 +197,9 @@
'%base-services)))
(native-console-font (match (false-if-exception
(string-take (getenv "LANGUAGE") 2))
((or "be" "bg" "el" "eo" "kk" "ky"
((or "el" ;easier with more complete Greek font
;; These need Cyrillic:
"be" "bg" "kk" "ky"
"mk" "mn" "ru" "sr" "tg" "uk")
"LatGrkCyr-8x16")
(_ #f)))