]> git.ipfire.org Git - thirdparty/git.git/commit
fast-export: mark strings for translation
authorChristian Couder <christian.couder@gmail.com>
Thu, 30 Oct 2025 12:33:30 +0000 (13:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Oct 2025 14:06:58 +0000 (07:06 -0700)
commitd53287b734cd24d40b1509d77741a59eb5564764
tree608a8a2e8d1e71a10534b885475445c7e416fbe9
parent2d7cc86b3b099dfae26ea61ee88d7ca0d24f9f08
fast-export: mark strings for translation

Some error or warning messages in "builtin/fast-export.c" are marked
for translation, but many are not.

To be more consistent and provide a better experience to people using a
translated version, let's mark all the remaining error or warning
messages for translation.

While at it:

  - improve how some arguments to some error functions are indented,
  - remove "Error:" at the start of an error message,
  - downcase error and warning messages that start with an uppercase.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fast-export.c