]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-sh-i18n.sh
The seventh batch
[thirdparty/git.git] / git-sh-i18n.sh
index e3d9f4836db14e5834372a8bb61ee3c27c82f34f..a15c0620db6893898152b1c9e363a0af7f1b304e 100644 (file)
@@ -51,12 +51,6 @@ gettext_without_eval_gettext)
                )
        }
 
-       eval_ngettext () {
-               ngettext "$1" "$2" "$3" | (
-                       export PATH $(git sh-i18n--envsubst --variables "$2");
-                       git sh-i18n--envsubst "$2"
-               )
-       }
        ;;
 *)
        gettext () {
@@ -70,12 +64,6 @@ gettext_without_eval_gettext)
                )
        }
 
-       eval_ngettext () {
-               (test "$3" = 1 && printf "%s" "$1" || printf "%s" "$2") | (
-                       export PATH $(git sh-i18n--envsubst --variables "$2");
-                       git sh-i18n--envsubst "$2"
-               )
-       }
        ;;
 esac