mbox series

[0/2] i18n: improve translatability of ambiguous object output

Message ID cover-0.2-00000000000-20211004T013611Z-avarab@gmail.com (mailing list archive)
Headers show
Series i18n: improve translatability of ambiguous object output | expand

Message

Ævar Arnfjörð Bjarmason Oct. 4, 2021, 1:42 a.m. UTC
This series improves the translatability of the output we emit when an
ambiguous OID is given by not emitting it a line-at-a-time. This
likely won't matter in practice except for RTL languages (of which we
have no current translations), but it's good to be future-proof!

Ævar Arnfjörð Bjarmason (2):
  object-name tests: tighten up advise() output test
  object-name: make ambiguous object output translatable

 object-name.c                       | 53 ++++++++++++++++++++++++-----
 t/t1512-rev-parse-disambiguation.sh | 16 ++++-----
 2 files changed, 52 insertions(+), 17 deletions(-)