I had an issue generating the POT file.

Line 495 replace :

    '#description' => t('Select an image to associate with this badge. Add more images '.l(t('here'), "admin/settings/user_badges/images")),

by :

    '#description' => t('Select an image to associate with this badge. Add more images').' '.l(t('here'), "admin/settings/user_badges/images"),

I took the oportunity to replace the trailling space from the multilingual string by a concatened space. That way it can't be missed in translations.

Attached is the fr.po file. It is up to date with v1.8.2.5 dated 17-08-06 and include the above "space tweaking".

CommentFileSizeAuthor
fr_38.po7.26 KBJérôme

Comments

heine’s picture

Thanks!

I will change the t-calls to something less braindead (then update the .po file).

heine’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)