Include French translations (provided by Nicolas Graziano). MB#5834
[hermes] / package / po / Makefile
index 7ca8641..94daba7 100644 (file)
@@ -17,9 +17,9 @@ MSGFMT = /scratchbox/tools/bin/msgfmt
 XGETTEXT = /scratchbox/tools/bin/xgettext
 MSGMERGE = /scratchbox/tools/bin/msgmerge 
 
-PO_LINGUAS= 
+PO_LINGUAS= fr_FR
 
-USE_LINGUAS= 
+USE_LINGUAS= fr_FR
 
 POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)