Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
translate(message)
public
Translates the message into locale. If there is no tranlsation
messages for message in locale, message itself is
returned.
# File lib/rdoc/i18n/locale.rb, line 97
def translate(message)
@messages[message] || message
end