aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-04-06 20:06:47 +0200
committerNicolas Peugnet <n.peugnet@free.fr>2022-04-06 20:15:36 +0200
commit90ee3b46ca3cf082c9e44bd5a3f4b336e245bf34 (patch)
tree5ca0b914ecdce9018b3b8ea58a8d2a2b9f5421da /Makefile
parent3053b3e9165d978975ce43e1d1381e212540fccd (diff)
downloadclub1-docs-90ee3b46ca3cf082c9e44bd5a3f4b336e245bf34.tar.gz
club1-docs-90ee3b46ca3cf082c9e44bd5a3f4b336e245bf34.zip
feat: use --previous flag of msgmerge for changes in weblate
and maybe also other editors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b74ac3..364fdf9 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ update-po: $(LOCALEFILES);
.SECONDEXPANSION:
$(LOCALEFILES): locales/%.po: locales/$$(*F).pot
- msgmerge -q --update $@ $< --backup=none -w 79
+ msgmerge -q --previous --update $@ $< --backup=none -w 79
@touch $@
locales/package.pot locales/sphinx.pot: locales/%.pot: $(BUILDDIR)/gettext/%.pot