+2006-09-06 Bruno Haible <bruno@clisp.org>
+
+ * msgfmt-12: Update expected output.
+ * format-c-3: Likewise.
+ * format-c-4: Likewise.
+ * format-c-5: Likewise.
+
2006-08-28 Bruno Haible <bruno@clisp.org>
* xgettext-scheme-2: New file.
: ${MSGUNFMT=msgunfmt}
${MSGUNFMT} -o de.po.tmp de/LC_MESSAGES/fc3.mo
-tmpfiles="$tmpfiles de.po.strip"
-sed 1d < de.po > de.po.strip
-
: ${DIFF=diff}
-${DIFF} de.po.strip de.po.tmp || exit 1
+${DIFF} de.po de.po.tmp || exit 1
LANGUAGE= ./fc3 de_DE
result=$?
: ${MSGUNFMT=msgunfmt}
${MSGUNFMT} -o de.po.tmp de/LC_MESSAGES/fc4.mo
-tmpfiles="$tmpfiles de.po.strip"
-sed 1d < de.po > de.po.strip
-
: ${DIFF=diff}
-${DIFF} de.po.strip de.po.tmp || exit 1
+${DIFF} de.po de.po.tmp || exit 1
LANGUAGE= ./fc4 de_DE
result=$?
: ${MSGUNFMT=msgunfmt}
${MSGUNFMT} -o fa.po.tmp fa/LC_MESSAGES/fc5.mo
-tmpfiles="$tmpfiles fa.po.strip"
-sed 1d < fa.po > fa.po.strip
-
: ${DIFF=diff}
-${DIFF} fa.po.strip fa.po.tmp || exit 1
+${DIFF} fa.po fa.po.tmp || exit 1
LANGUAGE= ./fc5 fa_IR
case $? in
msgid "<PRIXFAST16> errors"
msgstr "<PRIXFAST16> Fehler"
+#, c-format
msgid "File size is: %<PRId64>"
msgstr "Dateigröße ist: %<PRId64>"
+#, c-format
msgid "File age is %10<PRIdMAX> microseconds"
msgstr "Datei ist %10<PRIdMAX> Mikrosekunden alt."
EOF