After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 595881 - string format error in gdl
string format error in gdl
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Azerbaijani [az]
git master
Other Linux
: Normal normal
: ---
Assigned To: Metin Amiroff
Metin Amiroff
Depends on:
Blocks:
 
 
Reported: 2009-09-21 21:42 UTC by Frederic Peters
Modified: 2012-09-06 23:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frederic Peters 2009-09-21 21:42:48 UTC
msgid "Something weird happened while getting the child placement for %p from parent %p"
 msgstr "%2$p valideynindən %2$p üçün törəmə yerləşdirilməsi alınarkən dəlicə bir şey baş verdi"

 * msgfmt -c po/az.po 
po/az.po:289: 'msgstr' is not a valid C format string, unlike 'msgid'. Reason: The string refers to argument number 2 but ignores argument number 1.

There is a duplicated %2$p, and no %1$p.
Comment 1 Piotr Drąg 2012-09-06 23:10:08 UTC
az.po now successfully passes msgfmt -c.