Sha256: 1d5c07592abbc71dce96ff951d02fdfef2f4dc0c431114daf02ef456c0acd6ae
Contents?: true
Size: 349 Bytes
Versions: 29
Compression:
Stored size: 349 Bytes
Contents
//Katello global object namespace that all others should be attached to var KT = {}; //i18n global variable var katelloI18n = {}; //Setup underscorejs KT.utils = _.noConflict(); _ = KT.utils; function localize(data) { for (var key in data) { if(data.hasOwnProperty(key)) { katelloI18n[key] = data[key]; } } }
Version data entries
29 entries across 29 versions & 1 rubygems