Sha256: 5a16a76481986f16bf37cf18a224f5f8cc8fabebed5c6ca0e14a4486700bc9b1
Contents?: true
Size: 427 Bytes
Versions: 7
Compression:
Stored size: 427 Bytes
Contents
<%# encoding: utf-8 %> ;(function(factory) { if (typeof module !== 'undefined' && module.exports) { // Node/CommonJS factory(require('i18n')); } else if (typeof define === 'function' && define.amd) { // AMD define(['i18n'], factory); } else { // Browser globals factory(this.I18n); } }(function(I18n) { "use strict"; I18n.translations = <%= I18n::JS.filtered_translations.to_json %>; }));
Version data entries
7 entries across 7 versions & 1 rubygems