Sha256: 7d9013f32b7589f3c2c52db2fe8768904d7649c4023f1954416bf9f26f09dd79
Contents?: true
Size: 274 Bytes
Versions: 37
Compression:
Stored size: 274 Bytes
Contents
<%# encoding: utf-8 %> <% SimplesIdeias::I18n.assert_usable_configuration! %> var I18n = I18n || {}; I18n.translations = <%= SimplesIdeias::I18n.translation_segments.each_with_object({}) do |(name, segment),translations| translations.merge!(segment) end.to_json %>;
Version data entries
37 entries across 37 versions & 2 rubygems