Re: [PATCH v3 7/7] git-sh-setup: don't mark trees not used in-tree for i18n
From: Johannes Sixt <hidden>
Date: 2022-03-27 10:47:35
From: Johannes Sixt <hidden>
Date: 2022-03-27 10:47:35
Am 26.03.22 um 18:14 schrieb Ævar Arnfjörð Bjarmason:
Partially revert d323c6b6410 (i18n: git-sh-setup.sh: mark strings for translation, 2016-06-17). These strings are no longer used in-tree, and we shouldn't be wasting translator time on them for the benefit of a hypothetical out-of-tree user of git-sh-setup.sh.
There is public documentation for these functions. Hence, you must assume that they are used in scripts outside of Git. Castrating their functionality like this patch does is unacceptable. -- Hannes