diff options
author | Andras Timar <timar@fsf.hu> | 2011-01-16 23:26:47 +0100 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2011-01-17 01:04:29 +0100 |
commit | 2c4391edd026da79e9de3c3e546cb2dad591a9b0 (patch) | |
tree | c1f22ac267476a3035767017e46d99f560a40ca9 | |
parent | ec0d18909d4fa0ce7b15613c3219af6fc5d85dbd (diff) |
--fuzzy introduces wrong translations -> use --nofuzzy
-rwxr-xr-x | bin/po2sdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/po2sdf b/bin/po2sdf index b1c08ebaf..cafcca1a9 100755 --- a/bin/po2sdf +++ b/bin/po2sdf @@ -64,7 +64,7 @@ rm -rf $pot_topdir # finally, generate the sdf file # there are many error messages because of the copied .po files but it somewhat works sdf_unsorted=`mktemp /tmp/po2sdf-sdf.XXXXXX` -po2oo --fuzzy --multifile=toplevel -l $lang -t $sdf_template -i $po_in_topdir -o $sdf_unsorted 2>/dev/null +po2oo --nofuzzy --multifile=toplevel -l $lang -t $sdf_template -i $po_in_topdir -o $sdf_unsorted 2>/dev/null if test ! -s $sdf_unsorted ; then echo "Error: The generated SDF file is empty!" |