Object
# File lib/gettext_i18n_rails/i18n_hacks.rb, line 5 def locale FastGettext.locale.gsub("_","-").to_sym end
# File lib/gettext_i18n_rails/i18n_hacks.rb, line 9 def locale=(new_locale) FastGettext.locale=(new_locale) end