aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-15 21:23:52 -0300
committerEuAndreh <eu@euandre.org>2022-01-15 21:54:22 -0300
commitc7b8203e7fe5867f4d0406a6d5c7692caac58bcb (patch)
tree8b5ba3a9f2287cc498661c18bf0ef21811f2b4aa /CHANGELOG.md
parentdoc/manpages.sh: Quote variables inside variable expansion (ShellCheck offense) (diff)
downloadgit-permalink-c7b8203e7fe5867f4d0406a6d5c7692caac58bcb.tar.gz
git-permalink-c7b8203e7fe5867f4d0406a6d5c7692caac58bcb.tar.xz
Update translations
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e25edd8..b1c3b88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,7 +26,7 @@ Changelog for [git-permalink](https://euandreh.xyz/git-permalink/en/).
### Translations via external files
Instead of having translation strings hard-coded into `src/git-permalink.in`
-itself, it now uses `src/load-locale-messages.sh.in` to dynamically lookup a
+itself, it now uses `src/locale/load-messages.sh.in` to dynamically lookup a
translation file and load its strings.
## Changed
@@ -39,7 +39,7 @@ Each target directory now has its own configurable Makefile variable:
`install` target, but now one can specifically configure it without having
to change `$(PREFIX)`;
- `$(LIBEXECDIR)` pointing to `$(PREFIX)/libexec` where
- `src/load-locale-messages.sh.in` is put;
+ `src/locale/load-messages.sh.in` is put;
- `$(SHAREDIR)` as the base directory for `$(MANDIR)` and `$(LOCALEDIR)`;
- `$(MANDIR)` in favour of `$(MANPREFIX)`, which uses `$(LOCALEDIR)/man`. So
now the manpages directory can be affected by either changing `$(PREFIX)` or