aMule Forum

English => Translations (i18n) => Topic started by: Gerd78 on September 26, 2006, 07:13:21 AM

Title: gettext warning during "make" from fr.po
Post by: Gerd78 on September 26, 2006, 07:13:21 AM
There is an ugly warning during "make", it comes from fr.po:
Code: [Select]
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
/usr/bin/msgfmt: fr.po: warning: Charset "" is not a portable encoding name.
                                 Message conversion to user's charset might not work.
1453 translated messages, 7 fuzzy translations, 54 untranslated messages.
The attached patch fixes it.