Sha256: 3300a3b65261348bbb2a7d302cd7d3b8d109cea80d94ce5fb9e302ce4d7b001c
Contents?: true
Size: 387 Bytes
Versions: 69
Compression:
Stored size: 387 Bytes
Contents
define(['../object/mixIn', './i18n/en-US'], function(mixIn, enUS){ // we also use mixIn to make sure we don't affect the original locale var activeLocale = mixIn({}, enUS, { // we expose a "set" method to allow overriding the global locale set : function(localeData){ mixIn(activeLocale, localeData); } }); return activeLocale; });
Version data entries
69 entries across 69 versions & 2 rubygems