mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 09:21:53 -05:00
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 <allan@archlinux.org>
This commit is contained in:
parent
47a4741a3c
commit
236f1795e9
@ -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
|
||||
|
||||
|
@ -8,7 +8,7 @@ subdir = scripts/po
|
||||
top_builddir = ../../
|
||||
|
||||
# These options get passed to xgettext.
|
||||
XGETTEXT_OPTIONS = --no-location
|
||||
XGETTEXT_OPTIONS =
|
||||
|
||||
# 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
|
||||
|
@ -8,7 +8,7 @@ subdir = src/pacman/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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user