summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2009-09-05 19:58:43 +0000
committerMark Doliner <markdoliner@pidgin.im>2009-09-05 19:58:43 +0000
commitca565e71fc34f24772c705909900e9063b0f9d8d (patch)
tree84249514f46ed26d8ade681aadd0d5ab89b55275
parent2f45c36e934b399e17d0b3e101656f9f27e6b362 (diff)
downloadpidgin-ca565e71fc34f24772c705909900e9063b0f9d8d.tar.gz
Add a note. This script shows a lot of false warnings for fa.po
-rwxr-xr-xpo/check_po.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/po/check_po.pl b/po/check_po.pl
index 29c43915ab..16819c9c03 100755
--- a/po/check_po.pl
+++ b/po/check_po.pl
@@ -32,6 +32,12 @@
#
# Version: 0.41 (2002-06-06)
+# TODO: This script needs to be able to handle Farsi's %Id flag for
+# number format specifiers. More information on how it works, see
+# http://www.gnu.org/software/hello/manual/gettext/c_002dformat.html
+# It's possible someone has already made this change... look around
+# for an updated version of this script.
+
use strict;
use vars qw($opt_c $opt_n $opt_p $opt_w $opt_W $opt_x $opt_e);
use Getopt::Std;