mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Add --add-comments to XGETTEXT_OPTIONS in Makevars
So that comments from .desktop file appear in the .po files.
This commit is contained in:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user