Mark strings for translation and add remaining ones to exclude list.
This commit is contained in:
parent
ee4450eb6f
commit
636977b089
15 changed files with 257 additions and 34 deletions
|
@ -326,7 +326,7 @@ fetch_key (int *is_break)
|
|||
ret = mapping[keycode];
|
||||
if (ret == 0)
|
||||
{
|
||||
grub_printf ("unknown keycode = %lx\n", (unsigned long) keycode);
|
||||
grub_dprintf ("xenkbd", "unknown keycode = %lx\n", (unsigned long) keycode);
|
||||
continue;
|
||||
}
|
||||
vkbd.kbdpage->in_cons++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue