Closed mateuszviste closed 2 months ago
for reference: how the int 24h handler looks like in the PL version of MS-DOS 7.x
Implemented. Demo:
Flagged the German translations as "unsure" since they are unlikely to be correct.
You have to work on the last one. Like it is now, it means something you want to do if no one is watching :D
I will take care of the german translation.
I will take care of the german translation.
Thanks :)
Thanks for your lang fixes. I only modified this one, since the string was 1 byte too long. I hope it's still acceptable/understandable.
# CRITICAL HANDLER (INT 24H) - EACH MESSAGE MUST BE NO LONGER THAN 15 BYTES!
-3.0:KRITISCHER FEHLR
+3.0:KRITISCH FEHLER
Oh, sorry for that. You may better replace it by KRIT. FEHLER
.
You may better replace it by
KRIT. FEHLER
.
Fixed. And then I released SvarCOM 2024.4 so SvarDOS is "EDR-ready" now. :)
The SvarCOM int 24h handler (Abort, Retry, Ignore...) has been implemented in #24, but it is hard-coded to EN-only. This task would be to make it translatable.
It's relatively straight-forward: SvarCOM would need to know the offsets of the "Retry, Ignore..." strings within RMOD and update them accordingly, based on the LANG variable and the content of the SVARCOM.LNG file.