Mercurial > pidgin.yaz
changeset 28577:2046abd60e0a
Add a note. This script shows a lot of false warnings for fa.po
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 05 Sep 2009 19:58:43 +0000 |
parents | f07722ed802d |
children | 52d760530073 |
files | po/check_po.pl |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/po/check_po.pl Sat Sep 05 18:18:04 2009 +0000 +++ b/po/check_po.pl Sat Sep 05 19:58:43 2009 +0000 @@ -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;