When scrolling through the "What is your preferred language?" list I noticed the Dutch option is buggy
Scroll to Esperanto:
Now scroll one step down (should be Dutch) and notice it says Esperanto again.
It is because of line 18 in FREEDOS/SETUP/NL/FDSETUP.DEF on the install media. Notice below Esperanto comes after Dutch. While in all other FREEDOS/SETUP/*/FDSETUP.DEF files their positions are swapped.
I tried swapping the things on the istall media and it fixed the problem.
Also in FREEDOS/SETUP/NL/FDSETUP.DEF the following lines have Esperanto and Dutch swapped (compared to all other language defs). In case LANG_LIST above is automaticly generated from these lines it might be the problem's source.
LANG_EN=Engels
LANG_ES=Spaans
LANG_FR=Frans
LANG_DE=Duits
LANG_NL=Nederlands <===== these lines should
LANG_EO=Esperanto <===== be swapped
LANG_TR=Turks
LANG_RU=Russisch
When scrolling through the "What is your preferred language?" list I noticed the Dutch option is buggy
Scroll to Esperanto:
Now scroll one step down (should be Dutch) and notice it says Esperanto again.
It is because of line 18 in
FREEDOS/SETUP/NL/FDSETUP.DEF
on the install media. Notice below Esperanto comes after Dutch. While in all otherFREEDOS/SETUP/*/FDSETUP.DEF
files their positions are swapped.I tried swapping the things on the istall media and it fixed the problem.
Also in
FREEDOS/SETUP/NL/FDSETUP.DEF
the following lines have Esperanto and Dutch swapped (compared to all other language defs). In caseLANG_LIST
above is automaticly generated from these lines it might be the problem's source.