Code

sfsnapshotgit: Better handling of remote refs
[nagiosplug.git] / po / Makevars
index c5720e6dab40b899154f6666227eca76f09903cc..152edec23758c0e7e80965518f4e350556531aa6 100644 (file)
@@ -8,7 +8,7 @@ subdir = po
 top_builddir = ..
 
 # These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format
 
 # This is the copyright holder that gets inserted into the header of the
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
@@ -23,3 +23,7 @@ COPYRIGHT_HOLDER = Nagios Plugin Development Group
 # This is the list of locale categories, beyond LC_MESSAGES, for which the
 # message catalogs shall be used.  It is usually empty.
 EXTRA_LOCALE_CATEGORIES =
+
+# Email address were to send bug report for the .po translation files
+PACKAGE_BUGREPORT = nagiosplug-devel@lists.sourceforge.net
+