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
|
@ -134,7 +134,7 @@ process_input_dir (const char *input_dir, enum grub_install_plat platform)
|
|||
|
||||
prefix = xasprintf ("/%s", subdir);
|
||||
if (!targets[platform].mkimage_target)
|
||||
grub_util_error ("unsupported platform %s\n", platsub);
|
||||
grub_util_error (_("unsupported platform %s\n"), platsub);
|
||||
|
||||
grub_cfg = grub_util_path_concat (2, grubdir, "grub.cfg");
|
||||
cfg = grub_util_fopen (grub_cfg, "wb");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue