Sha256: c37e9cc83ce9e6512ba8e709936af7ea0a614e599d924b702614acab4a44e864
Contents?: true
Size: 259 Bytes
Versions: 4
Compression:
Stored size: 259 Bytes
Contents
module EgovUtils module ApplicationHelper def i18n_js_set_locales_tag s = '' s << "window.I18n.defaultLocale = '#{I18n.default_locale}';" s << "window.I18n.locale = '#{I18n.locale}';" s javascript_tag s end end end
Version data entries
4 entries across 4 versions & 1 rubygems