Re: [RFC PATCH 3/5] git-sh-i18n: work with external scripts

2019-08-26 Thread Derrick Stolee
On 8/26/2019 7:52 PM, Elijah Newren wrote: > Scripts external to git could source $(git --exec-path)/git-sh-setup (as > we document in Documentation/git-sh-setup.txt). This will in turn > source git-sh-i18n, which will setup some handy internationalization > infrastructure. However, git-sh-i18n h

[RFC PATCH 3/5] git-sh-i18n: work with external scripts

2019-08-26 Thread Elijah Newren
Scripts external to git could source $(git --exec-path)/git-sh-setup (as we document in Documentation/git-sh-setup.txt). This will in turn source git-sh-i18n, which will setup some handy internationalization infrastructure. However, git-sh-i18n hardcodes the TEXTDOMAIN, meaning that anyone using