]> git.decadent.org.uk Git - ion3.git/blobdiff - po/Makefile
[svn-upgrade] Integrating new upstream version, ion3 (20070608)
[ion3.git] / po / Makefile
index 2db7db1d0d2e37877ca6becd7ed8afbeb439bbaa..30327baea08f07d982ab2a38dfbf2ebf9d889339 100644 (file)
@@ -13,7 +13,7 @@ MSGMERGE = msgmerge
 MSGCAT = msgcat
 LXGETTEXT = lua-xgettext
 
-TRANSLATIONS := fi cs
+TRANSLATIONS := fi cs fr
 MO_FILES := $(patsubst %,%.mo, $(TRANSLATIONS))
 PO_FILES := $(patsubst %,%.po, $(TRANSLATIONS))
 
@@ -89,3 +89,6 @@ update_fi: pot
 update_cs: pot
        $(MSGMERGE) -U cs.po $(POTFILE)
 
+update_fr: pot
+       $(MSGMERGE) -U fr.po $(POTFILE)
+