In running `make distcheck' in preparation for textutils-2.0.19,
I just got this error:
fr.po:2410: number of format specifications in `msgid' and `msgstr' does not match
found 1 fatal error
make[3]: *** [fr.gmo] Error 1
Shouldn't the .po file have a patch like the following?
* use %d in place of literal 10
* s/premières/dernières/
--- po/fr.po.~7~ Tue Dec 4 22:40:33 2001
+++ po/fr.po Tue Dec 4 22:57:40 2001
@@ -2410,13 +2410,13 @@ msgstr "Le séparateur ne peut être vide.
msgid ""
"Print the last %d lines of each FILE to standard output.\n"
"With more than one FILE, precede each with a header giving the file name.\n"
"With no FILE, or when FILE is -, read standard input.\n"
"\n"
msgstr ""
-"Afficher les 10 premières lignes de chaque FICHIER sur la sortie standard.\n"
+"Afficher les %d dernières lignes de chaque FICHIER sur la sortie standard.\n"
"Avec plus d'un fichier FICHIER, précéder chacun d'une en-tête donnant le "
"nom.\n"
"Sans FICHIER, ou quand FICHIER est -, lire de l'entrée standard.\n"
"\n"
# src/tail.c:250 MRO