From eb12173361d41321296b8c8ee7514dfc8f94932c Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Tue, 29 Mar 2022 14:57:14 +0200 Subject: fix: gettext width 77 of weblate is in fact 79 This should reduce friction with weblate to a minimum --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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)' -- cgit v1.2.3