All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.cldrjs.dist.cldr.min.js Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
(function(root,factory){if(typeof define==="function"&&define.amd){define(factory)}else if(typeof module==="object"&&typeof module.exports==="object"){module.exports=factory()}else{root.Cldr=factory()}})(this,function(){var arrayIsArray=Array.isArray||function(obj){return Object.prototype.toString.call(obj)==="[object Array]"};var pathNormalize=function(path,attributes){if(arrayIsArray(path)){path=path.join("/")}if(typeof path!=="string"){throw new Error('invalid path "'+path+'"')}path=path.replace(/^\//,"").replace(/^cldr\//,"");path=path.replace(/{[a-zA-Z]+}/g,function(name){name=name.replace(/^{([^}]*)}$/,"$1");return attributes[name]});return path.split("/")};var arraySome=function(array,callback){var i,length;if(array.some){return array.some(callback)}for(i=0,length=array.length;i




© 2015 - 2024 Weber Informatics LLC | Privacy Policy