summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-11-21 04:27:28 +0100
committerDan McGee <dan@archlinux.org>2011-11-21 04:29:46 +0100
commit507a2d15e65aba93a20ee99d90345917866407dc (patch)
tree117441ecc2b3fb63b3ef571e6a33bb72c18499c9 /scripts
parentb8ef22312b4e5fb6b44b39c290303b2b77a68ea9 (diff)
downloadpacman-507a2d15e65aba93a20ee99d90345917866407dc.tar.gz
pacman-507a2d15e65aba93a20ee99d90345917866407dc.tar.xz
Final changes before 4.0.1 releasev4.0.1
* Add last-minute changes to NEWS * Don't treat '_' or '_n' special in scripts when finding translatable strings; this breaks with one use of `read` and a dummy _ variable Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/po/Makevars4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/po/Makevars b/scripts/po/Makevars
index 178b4dc7..494da1d7 100644
--- a/scripts/po/Makevars
+++ b/scripts/po/Makevars
@@ -8,9 +8,7 @@ subdir = scripts/po
top_builddir = ../../
# These options get passed to xgettext.
-XGETTEXT_OPTIONS = --no-location \
- --keyword=_ --flag=_:1:c-format \
- --keyword=_n:1,2 --flag=_n:1:c-format --flag=_n:2:c-format
+XGETTEXT_OPTIONS = --no-location
# 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