Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to translate the Y/N answer #18

Open
cardpuncher opened this issue Feb 25, 2023 · 4 comments
Open

Make it possible to translate the Y/N answer #18

cardpuncher opened this issue Feb 25, 2023 · 4 comments

Comments

@cardpuncher
Copy link

Hi,

There's a question the user has to answer with a y or n for the "Delete current volume label (Y/N)?" sentence. On https://github.com/shidel/fd-nls/tree/master/label/nls every single translator has changed the (Y/N) part to the first letters of Yes/No in their language (O/N) in French for instance). The thing is, even in other languages the program expects a Y or a N.

It would be nice if these letters could be localized as well.

@andrewbird
Copy link
Contributor

Hello @cardpuncher , yes this is possible as I already added the code 4c91585. As yet there hasn't been a release since, so unfortunately your latest translations are working with the old code.

@cardpuncher
Copy link
Author

cardpuncher commented Mar 20, 2023 via email

@fritzmueller
Copy link

fritzmueller commented Jun 25, 2023

Hello @cardpuncher , yes this is possible as I already added the code 4c91585. As yet there hasn't been a release since, so unfortunately your latest >translations are working with the old code.

Hi, I just checked FDT2306 and found that label still does not yet support "J/N" (especially j) in german.
So, would it be possible to create an executable for download here - or - make it possible that a new version is compiled for FDT230x versions?
Two reasons:
a) Without this Jim has no chance to upload it (see ibiblio and label, the actual version is not yet present),
b) There is no chance to test if everything works fine now before FD version 1.4.
I hope I have overseen nothing.
Thx.
Fritz

@aitor-sm
Copy link

Strictly speaking, there's a better way of doing such things, rather than purely rely on the NLS messages.
Actually, DOS kernel mandates what should be taken as 'YES' and 'NO', check:

DOS 4.0+ - DETERMINE IF CHARACTER REPRESENTS YES/NO RESPONSE
AX = 6523h

Which should work if this funcions is actually implemented in FreeDOS KERNEL, and if the user has correctly configured the COUNTRY= configuration in CONFIG.SYS.

Aitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants