Update of /cvsroot/audacity/htdocs
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv29836

Modified Files:
        Makefile 
Log Message:
Checking in new updated translations, including a few more warm fuzzies :) and 
a new tool, smartmsgmerge.py, that's better at doing fuzzy matching than 
msgmerge.

Index: Makefile
===================================================================
RCS file: /cvsroot/audacity/htdocs/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile    30 Oct 2006 13:12:24 -0000      1.7
+++ Makefile    31 Oct 2006 09:43:30 -0000      1.8
@@ -16,17 +16,14 @@
        #chmod go+r $@
 
 # Update the PO files (translated message catalogs).
-MSGMERGE=msgmerge
-MSGMERGE_ARGS=-U --backup=none
-
 %/LC_MESSAGES/audacity_website.po: %.po $(POT_FILE)
        mkdir -p $(@:%/audacity_website.po=%)
-       cp -f $< $@
-       $(MSGMERGE) $(MSGMERGE_ARGS) $@ $(POT_FILE)
-       touch $@
+       locale/smartmsgmerge.py $< $(POT_FILE) $@
        cp -f $@ $<
 
 # Compile the PO files into MO files.
+# -f is for fuzzy string matching
+# -v is for verbose
 MSGFMT=msgfmt
 MSGFMT_ARGS=-fv
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to