Sha256: de67c328804967866f2cead09ab13aaaf52dee41e7d0f764ade3fc943d33812e

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

<%# encoding: utf-8 %>

;(function(factory) {
  if (typeof module !== 'undefined') {
    // 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

1 entries across 1 versions & 1 rubygems

Version Path
i18n-js-3.0.0.rc8 app/assets/javascripts/i18n/filtered.js.erb