]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'dk/bundle-i18n-more'
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Jul 2023 19:05:24 +0000 (12:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jul 2023 19:05:24 +0000 (12:05 -0700)
Update message mark-up for i18n in "git bundle".

* dk/bundle-i18n-more:
  i18n: mark more bundle.c strings for translation

1  2 
bundle.c

diff --cc bundle.c
index 8d5936c4212da4cfc3162aec8f83f15318ca002c,be7c0dd77b0a03d8437ffd42dc7dafca9dc247a8..a9744da255c6d527e53e65b71c1f4b9a9d6db4bd
+++ b/bundle.c
@@@ -271,13 -278,12 +271,13 @@@ 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:
        return ret;
  }