Page 1 of 1

Some textual oddities

Posted: Thu Mar 31, 2011 5:49 am
by LazyBadger
I know, it's plugin, I know, we can serve all, but...
serendipity_event_gravatar.php (maybe other l10n'able part of s9y affected too)

Code: Select all

echo '<div class="serendipity_commentDirection serendipity_comment_gravatar">' . $supported_methods . ' ' . PLUGIN_EVENT_GRAVATAR_SUPPORTED . '</div>'; 
is ok for English, German, but (in this order) not for most East Europe, where we want see $supported_methods and PLUGIN_EVENT_GRAVATAR_SUPPORTED rotated
Yes, I can change code locally, but think about possibility of more common solution (in lang-file only?)

Re: Some textual oddities

Posted: Thu Mar 31, 2011 1:49 pm
by garvinhicking
Hi1

Sure, you're right! I added '%s' to the language constant in version 1.53 of the plugin now. Thanks for this valuable feedback!

Regards,
Garvin