diff options
author | Richard Laager <rlaager@pidgin.im> | 2011-01-26 18:48:19 +0000 |
---|---|---|
committer | Richard Laager <rlaager@pidgin.im> | 2011-01-26 18:48:19 +0000 |
commit | ae11ba914930fa59b6aacfd076dfb81bf25ee49d (patch) | |
tree | b2b68440bd4f8d66f2030019808c3aef8eb7092d /po/ar.po | |
parent | 05bcb7574c59eb10b3d9b833882deb0560bf6068 (diff) | |
download | pidgin-ae11ba914930fa59b6aacfd076dfb81bf25ee49d.tar.gz |
Suppress msgfmt errors by removing c-format markers
This is unfortunate, but it's the best that I could come up with. The
translator, Khaled Hosny, informed me that C does not allow you to skip
positional format string arguments, and printf(3) on my system agrees.
It does work on glibc, but I'm not sure if gettext guarantees this. It
does make other guarantees about the printf implementation above those
from C, but this involves replacing the printf function if the native one
doesn't provide it. So, even assuming that gettext's printf allows this
like glibc's does, gettext may not replace the printf function if the
native C printf provides positional arguments but does not allow skipping
them.
Finally, intltool-update does not seem to put the c-format marker back,
which actually surprised me. So we'll see how this goes long-term.
Diffstat (limited to 'po/ar.po')
-rw-r--r-- | po/ar.po | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -11604,7 +11604,6 @@ msgstr "" msgid "The text information for a buddy's status" msgstr "غيّر معلومات المستخدم لأجل %s" -#, c-format msgid "You have %d contact named %s. Would you like to merge them?" msgid_plural "" "You currently have %d contacts named %s. Would you like to merge them?" @@ -11948,7 +11947,6 @@ msgstr "/الأدوات/الخصوصيّة" msgid "/Tools/Room List" msgstr "/الأدوات/قائمة الغرف" -#, c-format msgid "%d unread message from %s\n" msgid_plural "%d unread messages from %s\n" msgstr[0] "%0.sلا رسائل غير مقروءة من %s\n" |