The help messages displayed for /nick and /users cannot be localized.

An proposed solution to this problem is as follows (three steps):

Change line 46 of filters/nick.inc from

return 'Type "/nick <em>otine</em>" to change your display name to "otine" (or register/login).';

to

return t('Type "/nick <em>otine</em>" to change your display name to "otine" (or register/login).');

Change line 53 of filters/active_users.inc from

return 'Type "/users" to see a list of users viewing this tribune.'

to

return t('Type "/users" to see a list of users viewing this tribune.')

Add

#: filters/active_users.inc:53
msgid "Type "/users" to see a list of users viewing this tribune."
msgstr ""

to translations/tribune.pot.

Kind regards,

Ole Holst Andersen

Comments

SeeSchloss’s picture

Assigned: Unassigned » SeeSchloss
Status: Active » Fixed

I've done this changes, thanks (even though it's a bit late now).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

style