Merge branch 'dk/bundle-i18n-more' into next
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:
4
bundle.c
4
bundle.c
@ -271,10 +271,10 @@ int verify_bundle(struct repository *r,
|
|||||||
list_refs(r, 0, NULL);
|
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);
|
header->hash_algo->name);
|
||||||
if (header->filter.choice)
|
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));
|
list_objects_filter_spec(&header->filter));
|
||||||
}
|
}
|
||||||
cleanup:
|
cleanup:
|
||||||
|
Reference in New Issue
Block a user