Re: [PATCH] Filter out POSIX locale for translation

2021-10-26 Thread Daniel Kiper
On Tue, Oct 26, 2021 at 03:11:00PM +0800, Michael Chang via Grub-devel wrote: > The POSIX locale is default or native operating system's locale > identical to the C locale, so no translation to human speaking languages > provided. > > For this reason we should filter out LANG=POSIX as well as LANG=

[PATCH] Filter out POSIX locale for translation

2021-10-26 Thread Michael Chang via Grub-devel
The POSIX locale is default or native operating system's locale identical to the C locale, so no translation to human speaking languages provided. For this reason we should filter out LANG=POSIX as well as LANG=C upon generating grub.cfg to avoid looking up for it's gettext's message catalogs that