Add --add-comments to XGETTEXT_OPTIONS in Makevars

So that comments from .desktop file appear in the .po files.
This commit is contained in:
Piotr Drąg
2016-08-21 16:57:34 +02:00
parent 24716d7c88
commit 2f9055bc7b

View File

@ -11,7 +11,7 @@ top_builddir = ..
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ \
--keyword=C_:1c,2 --keyword=NC_:1c,2 \
--keyword=g_dngettext:2,3 \
--from-code=utf-8 \
--from-code=utf-8 --add-comments \
--flag=g_dngettext:2:pass-c-format \
--flag=g_strdup_printf:1:c-format \
--flag=g_string_printf:2:c-format \