aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-07-25 12:05:24 -0700
committerJunio C Hamano <gitster@pobox.com>2023-07-25 12:05:24 -0700
commitdd224ce15d926ec4d47a727e0f2ee3dd4cc4d5e5 (patch)
treeb2311f342909abf77316ebed6bc8b088994dfa77
parentMerge branch 'mh/mingw-case-sensitive-build' (diff)
parenti18n: mark more bundle.c strings for translation (diff)
downloadgit-dd224ce15d926ec4d47a727e0f2ee3dd4cc4d5e5.tar.gz
git-dd224ce15d926ec4d47a727e0f2ee3dd4cc4d5e5.zip
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
-rw-r--r--bundle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle.c b/bundle.c
index 8d5936c421..a9744da255 100644
--- a/bundle.c
+++ b/bundle.c
@@ -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: