Some textual oddities

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
LazyBadger
Regular
Posts: 176
Joined: Mon Aug 25, 2008 12:25 pm
Location: Russia
Contact:

Some textual oddities

Post 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?)
Quis custodiet ipsos custodes?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Some textual oddities

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply