Fix language codes in the kernel

git-svn-id: svn://kolibrios.org@10073 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2024-06-01 01:37:18 +00:00
parent f9693d139b
commit d470cce4d8
8 changed files with 30 additions and 30 deletions

View File

@@ -865,9 +865,9 @@ iglobal
fontSmoothing db 2 ; = 0, 1 or 2
fontSize db 0 ; user mode setting
font1:
if lang eq sp
if lang eq es_ES
file 'gui/char_sp.mt'
else if lang eq et
else if lang eq et_EE
file 'gui/char_et.mt'
else
file 'gui/char.mt'