[sysprof] Add --add-comments to XGETTEXT_OPTIONS in Makevars



commit 2f9055bc7ba6b1051008599f696436d620081e6b
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Aug 21 16:57:34 2016 +0200

    Add --add-comments to XGETTEXT_OPTIONS in Makevars
    
    So that comments from .desktop file appear in the .po files.

 po/Makevars |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/po/Makevars b/po/Makevars
index 804beb2..57d7801 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]