]> git.saurik.com Git - wxWidgets.git/blobdiff - locale/Makefile
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git] / locale / Makefile
index 28b84eb07874a45c93f3f53dc450ba4f919e5f70..2adfdd9d32fdb59e357c5dd218c5b699a2cce930 100644 (file)
@@ -16,7 +16,7 @@ XGETTEXT=xgettext
 XARGS=xargs
 
 # common xgettext args: C++ syntax, use the specified macro names as markers
-XGETTEXT_ARGS=-C -k_ -kwxGetTranslation -kwxTRANSLATE -s -j
+XGETTEXT_ARGS=-C -k_ -kwxPLURAL:1,2 -kwxTRANSLATE -s -j
 
 # implicit rules
 %.mo: %.po
@@ -42,7 +42,7 @@ allmo:
 force-update:
        $(RM) wxstd.po
 
-# print out the percentage of the trsnalted strings
+# print out the percentage of the translated strings
 stats: FORCE
        @for i in $(WX_LINGUAS); do \
                x=`$(MSGFMT) -o /dev/null "$$i.po" 2>&1 | sed -e 's/[,\.]//g' \