Sha256: 6a5a25c66d6336bd8bd1c101da943f9cb2864ae238ea747574062fdc9e62af9e
Contents?: true
Size: 357 Bytes
Versions: 8
Compression:
Stored size: 357 Bytes
Contents
module Pageflow module PublicI18nHelper def public_i18n_javascript_tag(entry) render('pageflow/public_i18n/javascript_tag', entry_locale: entry.locale, translations: { pageflow: { public: I18n.t('pageflow.public', locale: entry.locale) } }) end end end
Version data entries
8 entries across 8 versions & 1 rubygems