Some textual oddities
Posted: Thu Mar 31, 2011 5:49 am
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)
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?)
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>'; Yes, I can change code locally, but think about possibility of more common solution (in lang-file only?)