class FastGettext::Storage::NoTextDomainConfigured
Public Instance Methods
to_s()
click to toggle source
# File lib/fast_gettext/storage.rb, line 11 def to_s "Current textdomain (#{FastGettext.text_domain.inspect}) was not added, use FastGettext.add_text_domain !" end