summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <timar@fsf.hu>2011-01-16 23:26:47 +0100
committerAndras Timar <timar@fsf.hu>2011-01-17 01:04:29 +0100
commit2c4391edd026da79e9de3c3e546cb2dad591a9b0 (patch)
treec1f22ac267476a3035767017e46d99f560a40ca9
parentec0d18909d4fa0ce7b15613c3219af6fc5d85dbd (diff)
--fuzzy introduces wrong translations -> use --nofuzzy
-rwxr-xr-xbin/po2sdf2
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!"