diff options
author | David Cantrell <dcantrell@redhat.com> | 2009-10-01 10:43:45 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2009-10-01 10:43:45 -1000 |
commit | c494211d2abf1bc0123446c1ed37ecb88d510e9a (patch) | |
tree | d0d1013eb27ec5df12ea0ef900e9ec4a52466a09 /po/Makevars | |
parent | 576d6d67ded60eac2133f324c20d3484904ea475 (diff) | |
download | anaconda-c494211d2abf1bc0123446c1ed37ecb88d510e9a.tar.gz anaconda-c494211d2abf1bc0123446c1ed37ecb88d510e9a.tar.xz anaconda-c494211d2abf1bc0123446c1ed37ecb88d510e9a.zip |
Add --keyword=P_ to xgettext command arguments.
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index f9796543a..fec4365b2 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=P_ --from-code=UTF-8 # 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 |