X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=po%2FMakefile;h=30327baea08f07d982ab2a38dfbf2ebf9d889339;hb=20070608;hp=2db7db1d0d2e37877ca6becd7ed8afbeb439bbaa;hpb=ae4260bb64817c11f9a7140324cd3e3ba113e297;p=ion3.git diff --git a/po/Makefile b/po/Makefile index 2db7db1..30327ba 100644 --- a/po/Makefile +++ b/po/Makefile @@ -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) +