diff options
Diffstat (limited to 'src/git-permalink.in')
-rwxr-xr-x | src/git-permalink.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/git-permalink.in b/src/git-permalink.in index bfe9889..14d40e0 100755 --- a/src/git-permalink.in +++ b/src/git-permalink.in @@ -1,7 +1,6 @@ #!/bin/sh set -eu - # # Translatable strings # @@ -29,6 +28,11 @@ Add an template override to use git-permalink (see MSG_OPEN="$(_G 'Opening %s')" +# +# End translatable strings +# + + if [ -r '@LIBEXECDIR@/@NAME@/load-locale-messages.sh' ]; then . '@LIBEXECDIR@/@NAME@/load-locale-messages.sh' fi |