Closed (fixed)
Project:
Tribune
Version:
6.x-1.9
Component:
Filters
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jan 2012 at 15:58 UTC
Updated:
4 Sep 2012 at 12:21 UTC
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
Comment #1
SeeSchloss commentedI've done this changes, thanks (even though it's a bit late now).
Comment #2.0
(not verified) commentedstyle