Skip to content

Commit bbb6acd

Browse files
benknoblegitster
authored andcommitted
i18n: mark more bundle.c strings for translation
These two messages were introduced in 8ba221e (bundle: output hash information in 'verify', 2022-03-22) and 105c6f1 (bundle: parse filter capability, 2022-03-09) but never for translation. Signed-off-by: D. Ben Knoble <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ecaa3db commit bbb6acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundle.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,10 @@ int verify_bundle(struct repository *r,
278278
list_refs(r, 0, NULL);
279279
}
280280

281-
printf_ln("The bundle uses this hash algorithm: %s",
281+
printf_ln(_("The bundle uses this hash algorithm: %s"),
282282
header->hash_algo->name);
283283
if (header->filter.choice)
284-
printf_ln("The bundle uses this filter: %s",
284+
printf_ln(_("The bundle uses this filter: %s"),
285285
list_objects_filter_spec(&header->filter));
286286
}
287287
return ret;

0 commit comments

Comments
 (0)