Linus Torvalds writes: (Summary)
The problem with gettext() is that if you *don't* have the strings
marked for translated at the source, you're going to have a hard time
with anything but the simplest fixed strings.
with anything but the simplest fixed strings.
When the kernel does something like
When the kernel does something like
mntinfo("Option %s can not take value %d", opt->name, opt->value); The system calls will still continue to report the basic error numbers (EINVAL etc), and the extended error strings will be just that: extended error strings.
with anything but the simplest fixed strings.
When the kernel does something like
When the kernel does something like
mntinfo("Option %s can not take value %d", opt->name, opt->value); The system calls will still continue to report the basic error numbers (EINVAL etc), and the extended error strings will be just that: extended error strings.