Comment 6 for bug 537998

Revision history for this message
Gabor Kelemen (kelemeng) wrote :

Well, to me, it seems that nothing is putting ll.mo files to /boot/grub/locale/ - thus, we should do it. Is that so hard? :)

Or, we can patch this line:

  mo_file = grub_xasprintf ("%s/%s.mo", locale_dir, lang);

so that it does not expect ll.mo, but ll/grub.mo files - not difficult either but even then, we should move some mo files there manually(?).