diff options
author | EuAndreh <eu@euandre.org> | 2022-01-15 20:47:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-15 20:55:51 -0300 |
commit | 31a7db5bf25c411c61ded0e9de8bc65e9cd2611e (patch) | |
tree | fd7c5e94449592ce72ca0870eb104387fb21c9f9 /src/locale/en.sh | |
parent | Makefile: Remove makefile.svg (diff) | |
download | git-permalink-31a7db5bf25c411c61ded0e9de8bc65e9cd2611e.tar.gz git-permalink-31a7db5bf25c411c61ded0e9de8bc65e9cd2611e.tar.xz |
Translate and ship strings in src/locale/*.txt
Diffstat (limited to 'src/locale/en.sh')
-rw-r--r-- | src/locale/en.sh | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/locale/en.sh b/src/locale/en.sh deleted file mode 100644 index 64dbe48..0000000 --- a/src/locale/en.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# shellcheck disable=2034 -set -eu - -MSG_USAGE="$(cat <<-'EOF' - Usage: git permalink [-phV] FILE [LINENO] -EOF -)" - -MSG_HELP="$(cat <<-'EOF' - Options: - -p only print the link, don't try to open it - -h, --help show this help message - -V, --version print the version number - - See "man git-permalink" for more information. -EOF -)" - -MSG_MISSING_FILE="$(cat <<-'EOF' - Missing FILE argument. -EOF -)" - -MSG_UNSUPPORTED_ORIGIN="$(cat <<-'EOF' - Unsupported origin: %s. - - Add a template override to use git-permalink (see - "man git-permalink" for instructions). -EOF -)" - -MSG_OPEN="$(cat <<-'EOF' - Opening %s -EOF -)" |