aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-03-29 14:57:14 +0200
committern-peugnet <n.peugnet@free.fr>2022-03-29 14:57:14 +0200
commiteb12173361d41321296b8c8ee7514dfc8f94932c (patch)
tree1e2de3e357c0a65e92c858442589212972e06585 /Makefile
parentf9b511e710c907acf44165624a0081ed70fee593 (diff)
downloadclub1-docs-eb12173361d41321296b8c8ee7514dfc8f94932c.tar.gz
club1-docs-eb12173361d41321296b8c8ee7514dfc8f94932c.zip
fix: gettext width 77 of weblate is in fact 79
This should reduce friction with weblate to a minimum
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7a4613c..08eda4f 100644
--- a/Makefile
+++ b/Makefile
@@ -39,11 +39,11 @@ update-po: $(LOCALEFILES);
.SECONDEXPANSION:
$(LOCALEFILES): locales/%.po: locales/$$(*F).pot
- msgmerge -q --update $@ $< --backup=none -w 77
+ msgmerge -q --update $@ $< --backup=none -w 79
@touch $@
locales/package.pot locales/sphinx.pot: locales/%.pot: $(BUILDDIR)/gettext/%.pot
- xgettext $< -o $@ -w 77 \
+ xgettext $< -o $@ -w 79 \
--copyright-holder='$(AUTHORS)' --package-name='$(PACKAGE)' \
--package-version='$(VERSION)' --msgid-bugs-address='$(EMAIL)'