Merge branch 'dk/bundle-i18n-more'

Update message mark-up for i18n in "git bundle".

* dk/bundle-i18n-more:
  i18n: mark more bundle.c strings for translation
This commit is contained in:
Junio C Hamano 2023-07-25 12:05:24 -07:00
commit dd224ce15d
1 changed files with 2 additions and 2 deletions

View File

@ -271,10 +271,10 @@ int verify_bundle(struct repository *r,
list_refs(r, 0, NULL);
}
printf_ln("The bundle uses this hash algorithm: %s",
printf_ln(_("The bundle uses this hash algorithm: %s"),
header->hash_algo->name);
if (header->filter.choice)
printf_ln("The bundle uses this filter: %s",
printf_ln(_("The bundle uses this filter: %s"),
list_objects_filter_spec(&header->filter));
}
cleanup: