From 236f1795e9f56674c330f6c04f2d164a37fd2682 Mon Sep 17 00:00:00 2001 From: Rafael Ferreira Date: Sun, 2 Feb 2014 16:32:55 +1000 Subject: Do not remove source code references in PO/POT files FS#34240. This is useful for translators and has little cost to us since we moved to transifex for translations. Signed-off-by: Allan McRae --- lib/libalpm/po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/po') diff --git a/lib/libalpm/po/Makevars b/lib/libalpm/po/Makevars index 09fb3539..21bc0081 100644 --- a/lib/libalpm/po/Makevars +++ b/lib/libalpm/po/Makevars @@ -8,7 +8,7 @@ subdir = lib/libalpm/po top_builddir = ../../../ # These options get passed to xgettext. -XGETTEXT_OPTIONS = --no-location \ +XGETTEXT_OPTIONS = \ --keyword=_ --flag=_:1:c-format \ --keyword=_n:1,2 --flag=_n:1:c-format --flag=_n:2:c-format -- cgit v1.2.3-24-g4f1b