shidel / FDI

FreeDOS 1.2, 1.3, 1.4+ Installer
Other
33 stars 8 forks source link

Installer bug in freedos 1.3RC2 #7

Closed dandelionred closed 4 years ago

dandelionred commented 4 years ago

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.

LANG_LIST=/r4/c32 'Engels' /e/p/r4/c32 'Spaans' /e/p/r4/c32 'Frans' /e/p/r4/c32 'Duits' /e/p/r4/c32 'Nederlands' /e/p/r4/c32 'Esperanto' /e/p/r4/c32 'Turks' /e/p/r4/c32 'Russisch' /e

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
shidel commented 4 years ago

Thanks, changed order in sources.