X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=po%2FMakefile;h=30327baea08f07d982ab2a38dfbf2ebf9d889339;hb=7c392448b0d2efcc6bb959063dcaa8b2c5ea0964;hp=23397381d2b27277af5936816afc511fe775e860;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/po/Makefile b/po/Makefile index 2339738..30327ba 100644 --- a/po/Makefile +++ b/po/Makefile @@ -13,7 +13,7 @@ MSGMERGE = msgmerge MSGCAT = msgcat LXGETTEXT = lua-xgettext -TRANSLATIONS := fi cs de ru +TRANSLATIONS := fi cs fr MO_FILES := $(patsubst %,%.mo, $(TRANSLATIONS)) PO_FILES := $(patsubst %,%.po, $(TRANSLATIONS)) @@ -89,8 +89,6 @@ update_fi: pot update_cs: pot $(MSGMERGE) -U cs.po $(POTFILE) -update_ru: pot - $(MSGMERGE) -U ru.po $(POTFILE) +update_fr: pot + $(MSGMERGE) -U fr.po $(POTFILE) -update_de: pot - $(MSGMERGE) -U de.po $(POTFILE)