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.
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.
That's a kernel problem that's waiting for a solution. In effect when label or any other program creates a volume name entry, the kernel needs to call the bpb volume name updating function I added. I was able to fix this for FDPP (FreeDOS derivative) because @stsp kindly made changes to the FAT filesystem handling to make it possible, but the changes were extensive and I don't understand them enough to create something similar for FreeDOS itself.