aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-04-06 20:06:47 +0200
committern-peugnet <n.peugnet@free.fr>2022-04-06 20:09:07 +0200
commit02477acff21fc8e9f5b03b84278d54ab8f3a2234 (patch)
tree5ca0b914ecdce9018b3b8ea58a8d2a2b9f5421da
parent98d9ae6bc83c6b57fa4d868a2da1992d051f7606 (diff)
downloadclub1-docs-02477acff21fc8e9f5b03b84278d54ab8f3a2234.tar.gz
club1-docs-02477acff21fc8e9f5b03b84278d54ab8f3a2234.zip
feat: use --previous flag of msgmerge for changes in weblate
and maybe also other editors
-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