Socket
Socket
Sign inDemoInstall

react-intl

Package Overview
Dependencies
Maintainers
4
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-intl - npm Package Compare versions

Comparing version 1.0.0-rc-1 to 1.0.0-rc-2

dist/locale-data/af.js

2

bower.json
{
"name": "react-intl",
"version": "1.0.0-rc-1",
"version": "1.0.0-rc-2",
"main": [

@@ -5,0 +5,0 @@ "dist/react-intl.js",

@@ -1,2 +0,2 @@

(function(){"use strict";function a(a){var b,c,d,e,f=Array.prototype.slice.call(arguments,1);for(b=0,c=f.length;c>b;b+=1)if(d=f[b])for(e in d)m.call(d,e)&&(a[e]=d[e]);return a}function b(a,b,c){this.locales=a,this.formats=b,this.pluralFn=c}function c(a){this.id=a}function d(a,b,c,d){this.id=a,this.offset=b,this.options=c,this.pluralFn=d}function e(a,b,c,d){this.id=a,this.offset=b,this.numberFormat=c,this.string=d}function f(a,b){this.id=a,this.options=b}function g(a,b,c){var d="string"==typeof a?g.__parse(a):a;if(!d||"messageFormatPattern"!==d.type)throw new TypeError("A message must be provided as a String or AST.");c=this._mergeFormats(g.FORMATS,c),o(this,"_locale",{value:this._resolveLocale(b)});var e=g.__localeData__[this._locale].pluralFunction,f=this._compilePattern(d,b,c,e);o(this,"_pattern",{value:f}),this.format=q.call(this.format,this)}function h(a,b){b||(b={});var c=k([a,b]),d=w.dateTimeFormats[c];return d||(d=new Intl.DateTimeFormat(a,b),c&&(w.dateTimeFormats[c]=d)),d}function i(a,b){b||(b={});var c=k([a,b]),d=w.numberFormats[c];return d||(d=new Intl.NumberFormat(a,b),c&&(w.numberFormats[c]=d)),d}function j(a,b,c){c||(c={});var d=k([a,b,c]),e=w.messageFormats[d];return e||(e=new v(a,b,c),d&&(w.messageFormats[d]=e)),e}function k(a){if(JSON){var b,c,d,e=[];for(b=0,c=a.length;c>b;b+=1)d=a[b],e.push(d&&"object"==typeof d?l(d):d);return JSON.stringify(e)}}function l(a){var b,c,d,e,f=[],g=[];for(b in a)a.hasOwnProperty(b)&&g.push(b);var h=g.sort();for(c=0,d=h.length;d>c;c+=1)b=h[c],e={},e[b]=a[b],f[c]=e;return f}var m=Object.prototype.hasOwnProperty,n=function(){try{return!!Object.defineProperty({},"a",{})}catch(a){return!1}}(),o=(!n&&!Object.prototype.__defineGetter__,n?Object.defineProperty:function(a,b,c){"get"in c&&a.__defineGetter__?a.__defineGetter__(b,c.get):(!m.call(a,b)||"value"in c)&&(a[b]=c.value)}),p=Object.create||function(a,b){function c(){}var d,e;c.prototype=a,d=new c;for(e in b)m.call(b,e)&&o(d,e,b[e]);return d},q=Function.prototype.bind||function(a){var b=this,c=[].slice.call(arguments,1);return function(){b.apply(a,c.concat([].slice.call(arguments)))}},r=b;b.prototype.compile=function(a){return this.pluralStack=[],this.currentPlural=null,this.pluralNumberFormat=null,this.compileMessage(a)},b.prototype.compileMessage=function(a){if(!a||"messageFormatPattern"!==a.type)throw new Error('Message AST is not of type: "messageFormatPattern"');var b,c,d,e=a.elements,f=[];for(b=0,c=e.length;c>b;b+=1)switch(d=e[b],d.type){case"messageTextElement":f.push(this.compileMessageText(d));break;case"argumentElement":f.push(this.compileArgument(d));break;default:throw new Error("Message element does not have a valid type")}return f},b.prototype.compileMessageText=function(a){return this.currentPlural&&/(^|[^\\])#/g.test(a.value)?(this.pluralNumberFormat||(this.pluralNumberFormat=new Intl.NumberFormat(this.locales)),new e(this.currentPlural.id,this.currentPlural.format.offset,this.pluralNumberFormat,a.value)):a.value.replace(/\\#/g,"#")},b.prototype.compileArgument=function(a){var b,e=a.format,g=this.formats,h=this.locales,i=this.pluralFn;if(!e)return new c(a.id);switch(e.type){case"numberFormat":return b=g.number[e.style],{id:a.id,format:new Intl.NumberFormat(h,b).format};case"dateFormat":return b=g.date[e.style],{id:a.id,format:new Intl.DateTimeFormat(h,b).format};case"timeFormat":return b=g.time[e.style],{id:a.id,format:new Intl.DateTimeFormat(h,b).format};case"pluralFormat":return b=this.compileOptions(a),new d(a.id,e.offset,b,i);case"selectFormat":return b=this.compileOptions(a),new f(a.id,b);default:throw new Error("Message element does not have a valid format type")}},b.prototype.compileOptions=function(a){var b=a.format,c=b.options,d={};this.pluralStack.push(this.currentPlural),this.currentPlural="pluralFormat"===b.type?a:null;var e,f,g;for(e=0,f=c.length;f>e;e+=1)g=c[e],d[g.selector]=this.compileMessage(g.value);return this.currentPlural=this.pluralStack.pop(),d},c.prototype.format=function(a){return a?"string"==typeof a?a:String(a):""},d.prototype.getOption=function(a){var b=this.options,c=b["="+a]||b[this.pluralFn(a-this.offset)];return c||b.other},e.prototype.format=function(a){var b=this.numberFormat.format(a-this.offset);return this.string.replace(/(^|[^\\])#/g,"$1"+b).replace(/\\#/g,"#")},f.prototype.getOption=function(a){var b=this.options;return b[a]||b.other};var s=function(){function a(a,b){function c(){this.constructor=a}c.prototype=b.prototype,a.prototype=new c}function b(a,b,c,d,e,f){this.message=a,this.expected=b,this.found=c,this.offset=d,this.line=e,this.column=f,this.name="SyntaxError"}function c(a){function c(b){function c(b,c,d){var e,f;for(e=c;d>e;e++)f=a.charAt(e),"\n"===f?(b.seenCR||b.line++,b.column=1,b.seenCR=!1):"\r"===f||"\u2028"===f||"\u2029"===f?(b.line++,b.column=1,b.seenCR=!0):(b.column++,b.seenCR=!1)}return Ob!==b&&(Ob>b&&(Ob=0,Pb={line:1,column:1,seenCR:!1}),c(Pb,Ob,b),Ob=b),Pb}function d(a){Qb>Mb||(Mb>Qb&&(Qb=Mb,Rb=[]),Rb.push(a))}function e(d,e,f){function g(a){var b=1;for(a.sort(function(a,b){return a.description<b.description?-1:a.description>b.description?1:0});b<a.length;)a[b-1]===a[b]?a.splice(b,1):b++}function h(a,b){function c(a){function b(a){return a.charCodeAt(0).toString(16).toUpperCase()}return a.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\x08/g,"\\b").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\f/g,"\\f").replace(/\r/g,"\\r").replace(/[\x00-\x07\x0B\x0E\x0F]/g,function(a){return"\\x0"+b(a)}).replace(/[\x10-\x1F\x80-\xFF]/g,function(a){return"\\x"+b(a)}).replace(/[\u0180-\u0FFF]/g,function(a){return"\\u0"+b(a)}).replace(/[\u1080-\uFFFF]/g,function(a){return"\\u"+b(a)})}var d,e,f,g=new Array(a.length);for(f=0;f<a.length;f++)g[f]=a[f].description;return d=a.length>1?g.slice(0,-1).join(", ")+" or "+g[a.length-1]:g[0],e=b?'"'+c(b)+'"':"end of input","Expected "+d+" but "+e+" found."}var i=c(f),j=f<a.length?a.charAt(f):null;return null!==e&&g(e),new b(null!==d?d:h(e,j),e,j,f,i.line,i.column)}function f(){var a;return a=g()}function g(){var a,b,c;for(a=Mb,b=[],c=h();c!==C;)b.push(c),c=h();return b!==C&&(Nb=a,b=F(b)),a=b}function h(){var a;return a=j(),a===C&&(a=l()),a}function i(){var b,c,d,e,f,g;if(b=Mb,c=[],d=Mb,e=u(),e!==C?(f=z(),f!==C?(g=u(),g!==C?(e=[e,f,g],d=e):(Mb=d,d=G)):(Mb=d,d=G)):(Mb=d,d=G),d!==C)for(;d!==C;)c.push(d),d=Mb,e=u(),e!==C?(f=z(),f!==C?(g=u(),g!==C?(e=[e,f,g],d=e):(Mb=d,d=G)):(Mb=d,d=G)):(Mb=d,d=G);else c=G;return c!==C&&(Nb=b,c=H(c)),b=c,b===C&&(b=Mb,c=t(),c!==C&&(c=a.substring(b,Mb)),b=c),b}function j(){var a,b;return a=Mb,b=i(),b!==C&&(Nb=a,b=I(b)),a=b}function k(){var b,c,e;if(b=x(),b===C){if(b=Mb,c=[],J.test(a.charAt(Mb))?(e=a.charAt(Mb),Mb++):(e=C,0===Sb&&d(K)),e!==C)for(;e!==C;)c.push(e),J.test(a.charAt(Mb))?(e=a.charAt(Mb),Mb++):(e=C,0===Sb&&d(K));else c=G;c!==C&&(c=a.substring(b,Mb)),b=c}return b}function l(){var b,c,e,f,g,h,i,j,l;return b=Mb,123===a.charCodeAt(Mb)?(c=L,Mb++):(c=C,0===Sb&&d(M)),c!==C?(e=u(),e!==C?(f=k(),f!==C?(g=u(),g!==C?(h=Mb,44===a.charCodeAt(Mb)?(i=O,Mb++):(i=C,0===Sb&&d(P)),i!==C?(j=u(),j!==C?(l=m(),l!==C?(i=[i,j,l],h=i):(Mb=h,h=G)):(Mb=h,h=G)):(Mb=h,h=G),h===C&&(h=N),h!==C?(i=u(),i!==C?(125===a.charCodeAt(Mb)?(j=Q,Mb++):(j=C,0===Sb&&d(R)),j!==C?(Nb=b,c=S(f,h),b=c):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G),b}function m(){var a;return a=n(),a===C&&(a=o(),a===C&&(a=p())),a}function n(){var b,c,e,f,g,h,i;return b=Mb,a.substr(Mb,6)===T?(c=T,Mb+=6):(c=C,0===Sb&&d(U)),c===C&&(a.substr(Mb,4)===V?(c=V,Mb+=4):(c=C,0===Sb&&d(W)),c===C&&(a.substr(Mb,4)===X?(c=X,Mb+=4):(c=C,0===Sb&&d(Y)))),c!==C?(e=u(),e!==C?(f=Mb,44===a.charCodeAt(Mb)?(g=O,Mb++):(g=C,0===Sb&&d(P)),g!==C?(h=u(),h!==C?(i=z(),i!==C?(g=[g,h,i],f=g):(Mb=f,f=G)):(Mb=f,f=G)):(Mb=f,f=G),f===C&&(f=N),f!==C?(Nb=b,c=Z(c,f),b=c):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G),b}function o(){var b,c,e,f,g,h,i,j,k;if(b=Mb,a.substr(Mb,6)===$?(c=$,Mb+=6):(c=C,0===Sb&&d(_)),c!==C)if(e=u(),e!==C)if(44===a.charCodeAt(Mb)?(f=O,Mb++):(f=C,0===Sb&&d(P)),f!==C)if(g=u(),g!==C)if(h=s(),h===C&&(h=N),h!==C)if(i=u(),i!==C){if(j=[],k=r(),k!==C)for(;k!==C;)j.push(k),k=r();else j=G;j!==C?(Nb=b,c=ab(h,j),b=c):(Mb=b,b=G)}else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;return b}function p(){var b,c,e,f,g,h,i;if(b=Mb,a.substr(Mb,6)===bb?(c=bb,Mb+=6):(c=C,0===Sb&&d(cb)),c!==C)if(e=u(),e!==C)if(44===a.charCodeAt(Mb)?(f=O,Mb++):(f=C,0===Sb&&d(P)),f!==C)if(g=u(),g!==C){if(h=[],i=r(),i!==C)for(;i!==C;)h.push(i),i=r();else h=G;h!==C?(Nb=b,c=db(h),b=c):(Mb=b,b=G)}else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;return b}function q(){var b,c,e,f;return b=Mb,c=Mb,61===a.charCodeAt(Mb)?(e=eb,Mb++):(e=C,0===Sb&&d(fb)),e!==C?(f=x(),f!==C?(e=[e,f],c=e):(Mb=c,c=G)):(Mb=c,c=G),c!==C&&(c=a.substring(b,Mb)),b=c,b===C&&(b=z()),b}function r(){var b,c,e,f,h,i,j,k,l;return b=Mb,c=u(),c!==C?(e=q(),e!==C?(f=u(),f!==C?(123===a.charCodeAt(Mb)?(h=L,Mb++):(h=C,0===Sb&&d(M)),h!==C?(i=u(),i!==C?(j=g(),j!==C?(k=u(),k!==C?(125===a.charCodeAt(Mb)?(l=Q,Mb++):(l=C,0===Sb&&d(R)),l!==C?(Nb=b,c=gb(e,j),b=c):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G),b}function s(){var b,c,e,f;return b=Mb,a.substr(Mb,7)===hb?(c=hb,Mb+=7):(c=C,0===Sb&&d(ib)),c!==C?(e=u(),e!==C?(f=x(),f!==C?(Nb=b,c=jb(f),b=c):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G),b}function t(){var b,c;if(Sb++,b=[],lb.test(a.charAt(Mb))?(c=a.charAt(Mb),Mb++):(c=C,0===Sb&&d(mb)),c!==C)for(;c!==C;)b.push(c),lb.test(a.charAt(Mb))?(c=a.charAt(Mb),Mb++):(c=C,0===Sb&&d(mb));else b=G;return Sb--,b===C&&(c=C,0===Sb&&d(kb)),b}function u(){var b,c,e;for(Sb++,b=Mb,c=[],e=t();e!==C;)c.push(e),e=t();return c!==C&&(c=a.substring(b,Mb)),b=c,Sb--,b===C&&(c=C,0===Sb&&d(nb)),b}function v(){var b;return ob.test(a.charAt(Mb))?(b=a.charAt(Mb),Mb++):(b=C,0===Sb&&d(pb)),b}function w(){var b;return qb.test(a.charAt(Mb))?(b=a.charAt(Mb),Mb++):(b=C,0===Sb&&d(rb)),b}function x(){var b,c,e,f,g,h;if(b=Mb,48===a.charCodeAt(Mb)?(c=sb,Mb++):(c=C,0===Sb&&d(tb)),c===C){if(c=Mb,e=Mb,ub.test(a.charAt(Mb))?(f=a.charAt(Mb),Mb++):(f=C,0===Sb&&d(vb)),f!==C){for(g=[],h=v();h!==C;)g.push(h),h=v();g!==C?(f=[f,g],e=f):(Mb=e,e=G)}else Mb=e,e=G;e!==C&&(e=a.substring(c,Mb)),c=e}return c!==C&&(Nb=b,c=wb(c)),b=c}function y(){var b,c,e,f,g,h,i,j;return xb.test(a.charAt(Mb))?(b=a.charAt(Mb),Mb++):(b=C,0===Sb&&d(yb)),b===C&&(b=Mb,a.substr(Mb,2)===zb?(c=zb,Mb+=2):(c=C,0===Sb&&d(Ab)),c!==C&&(Nb=b,c=Bb()),b=c,b===C&&(b=Mb,a.substr(Mb,2)===Cb?(c=Cb,Mb+=2):(c=C,0===Sb&&d(Db)),c!==C&&(Nb=b,c=Eb()),b=c,b===C&&(b=Mb,a.substr(Mb,2)===Fb?(c=Fb,Mb+=2):(c=C,0===Sb&&d(Gb)),c!==C&&(Nb=b,c=Hb()),b=c,b===C&&(b=Mb,a.substr(Mb,2)===Ib?(c=Ib,Mb+=2):(c=C,0===Sb&&d(Jb)),c!==C?(e=Mb,f=Mb,g=w(),g!==C?(h=w(),h!==C?(i=w(),i!==C?(j=w(),j!==C?(g=[g,h,i,j],f=g):(Mb=f,f=G)):(Mb=f,f=G)):(Mb=f,f=G)):(Mb=f,f=G),f!==C&&(f=a.substring(e,Mb)),e=f,e!==C?(Nb=b,c=Kb(e),b=c):(Mb=b,b=G)):(Mb=b,b=G))))),b}function z(){var a,b,c;if(a=Mb,b=[],c=y(),c!==C)for(;c!==C;)b.push(c),c=y();else b=G;return b!==C&&(Nb=a,b=Lb(b)),a=b}var A,B=arguments.length>1?arguments[1]:{},C={},D={start:f},E=f,F=function(a){return{type:"messageFormatPattern",elements:a}},G=C,H=function(a){var b,c,d,e,f,g="";for(b=0,d=a.length;d>b;b+=1)for(e=a[b],c=0,f=e.length;f>c;c+=1)g+=e[c];return g},I=function(a){return{type:"messageTextElement",value:a}},J=/^[^ \t\n\r,.+={}#]/,K={type:"class",value:"[^ \\t\\n\\r,.+={}#]",description:"[^ \\t\\n\\r,.+={}#]"},L="{",M={type:"literal",value:"{",description:'"{"'},N=null,O=",",P={type:"literal",value:",",description:'","'},Q="}",R={type:"literal",value:"}",description:'"}"'},S=function(a,b){return{type:"argumentElement",id:a,format:b&&b[2]}},T="number",U={type:"literal",value:"number",description:'"number"'},V="date",W={type:"literal",value:"date",description:'"date"'},X="time",Y={type:"literal",value:"time",description:'"time"'},Z=function(a,b){return{type:a+"Format",style:b&&b[2]}},$="plural",_={type:"literal",value:"plural",description:'"plural"'},ab=function(a,b){return{type:"pluralFormat",offset:a||0,options:b}},bb="select",cb={type:"literal",value:"select",description:'"select"'},db=function(a){return{type:"selectFormat",options:a}},eb="=",fb={type:"literal",value:"=",description:'"="'},gb=function(a,b){return{type:"optionalFormatPattern",selector:a,value:b}},hb="offset:",ib={type:"literal",value:"offset:",description:'"offset:"'},jb=function(a){return a},kb={type:"other",description:"whitespace"},lb=/^[ \t\n\r]/,mb={type:"class",value:"[ \\t\\n\\r]",description:"[ \\t\\n\\r]"},nb={type:"other",description:"optionalWhitespace"},ob=/^[0-9]/,pb={type:"class",value:"[0-9]",description:"[0-9]"},qb=/^[0-9a-f]/i,rb={type:"class",value:"[0-9a-f]i",description:"[0-9a-f]i"},sb="0",tb={type:"literal",value:"0",description:'"0"'},ub=/^[1-9]/,vb={type:"class",value:"[1-9]",description:"[1-9]"},wb=function(a){return parseInt(a,10)},xb=/^[^{}\\\0-\x1F \t\n\r]/,yb={type:"class",value:"[^{}\\\\\\0-\\x1F \\t\\n\\r]",description:"[^{}\\\\\\0-\\x1F \\t\\n\\r]"},zb="\\#",Ab={type:"literal",value:"\\#",description:'"\\\\#"'},Bb=function(){return"\\#"},Cb="\\{",Db={type:"literal",value:"\\{",description:'"\\\\{"'},Eb=function(){return"{"},Fb="\\}",Gb={type:"literal",value:"\\}",description:'"\\\\}"'},Hb=function(){return"}"},Ib="\\u",Jb={type:"literal",value:"\\u",description:'"\\\\u"'},Kb=function(a){return String.fromCharCode(parseInt(a,16))},Lb=function(a){return a.join("")},Mb=0,Nb=0,Ob=0,Pb={line:1,column:1,seenCR:!1},Qb=0,Rb=[],Sb=0;if("startRule"in B){if(!(B.startRule in D))throw new Error("Can't start parsing from rule \""+B.startRule+'".');E=D[B.startRule]}if(A=E(),A!==C&&Mb===a.length)return A;throw A!==C&&Mb<a.length&&d({type:"end",description:"end of input"}),e(null,Rb,Qb)}return a(b,Error),{SyntaxError:b,parse:c}}(),t=g;o(g,"FORMATS",{enumerable:!0,value:{number:{currency:{style:"currency"},percent:{style:"percent"}},date:{"short":{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},"long":{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{"short":{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},"long":{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}}}),o(g,"__availableLocales__",{value:[]}),o(g,"__localeData__",{value:p(null)}),o(g,"__addLocaleData",{value:function(a){if(!a||!a.locale)throw new Error("Object passed does not identify itself with a valid language tag");if(!a.messageformat)throw new Error("Object passed does not contain locale data for IntlMessageFormat");var b=g.__availableLocales__,c=g.__localeData__,d=a.locale.toLowerCase().split("-")[0];b.push(d),c[d]=a.messageformat}}),o(g,"__parse",{value:s.parse}),o(g,"defaultLocale",{enumerable:!0,writable:!0,value:"en"}),g.prototype.format=function(a){return this._format(this._pattern,a)},g.prototype.resolvedOptions=function(){return{locale:this._locale}},g.prototype._compilePattern=function(a,b,c,d){var e=new r(b,c,d);return e.compile(a)},g.prototype._format=function(a,b){var c,d,e,f,g,h="";for(c=0,d=a.length;d>c;c+=1)if(e=a[c],"string"!=typeof e){if(f=e.id,!b||!m.call(b,f))throw new Error("A value must be provided for: "+f);g=b[f],h+=e.options?this._format(e.getOption(g),b):e.format(g)}else h+=e;return h},g.prototype._mergeFormats=function(b,c){var d,e,f={};for(d in b)m.call(b,d)&&(f[d]=e=p(b[d]),c&&m.call(c,d)&&a(e,c[d]));return f},g.prototype._resolveLocale=function(a){var b,c,d,e=g.__availableLocales__;if(0===e.length)throw new Error("No locale data has been provided for IntlMessageFormat yet");if("string"==typeof a&&(a=[a]),a&&a.length)for(c=0,d=a.length;d>c;c+=1){if(b=a[c].toLowerCase().split("-")[0],!/[a-z]{2,3}/i.test(b))throw new RangeError('"'+a[c]+'" is not a structurally valid language tag');if(e.indexOf(b)>=0)break}return b||g.defaultLocale};var u=[function(){},function(a){return a=Math.floor(a),1===a?"one":"other"},function(a){return a=Math.floor(a),a>=0&&1>=a?"one":"other"},function(a){var b=Math.floor(Math.abs(a));return a=Math.floor(a),0===b||1===a?"one":"other"},function(a){return a=Math.floor(a),0===a?"zero":1===a?"one":2===a?"two":a%100>=3&&10>=a%100?"few":a%100>=11&&99>=a%100?"many":"other"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length;return a=Math.floor(a),1===b&&0===c?"one":"other"},function(a){return a=Math.floor(a),a%10===1&&a%100!==11?"one":a%10>=2&&4>=a%10&&!(a%100>=12&&14>=a%100)?"few":a%10===0||a%10>=5&&9>=a%10||a%100>=11&&14>=a%100?"many":"other"},function(){return"other"},function(a){return a=Math.floor(a),a%10===1&&a%100!==11&&a%100!==71&&a%100!==91?"one":a%10===2&&a%100!==12&&a%100!==72&&a%100!==92?"two":(a%10>=3&&4>=a%10||a%10===9)&&!(a%100>=10&&19>=a%100||a%100>=70&&79>=a%100||a%100>=90&&99>=a%100)?"few":0!==a&&a%1e6===0?"many":"other"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length,d=parseInt(a.toString().replace(/^[^.]*\.?/,""),10);return a=Math.floor(a),0===c&&b%10===1&&(b%100!==11||d%10===1&&d%100!==11)?"one":0===c&&b%10>=2&&4>=b%10&&(!(b%100>=12&&14>=b%100)||d%10>=2&&4>=d%10&&!(d%100>=12&&14>=d%100))?"few":"other"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length;return a=Math.floor(a),1===b&&0===c?"one":b>=2&&4>=b&&0===c?"few":0!==c?"many":"other"},function(a){return a=Math.floor(a),0===a?"zero":1===a?"one":2===a?"two":3===a?"few":6===a?"many":"other"},function(a){var b=Math.floor(Math.abs(a)),c=parseInt(a.toString().replace(/^[^.]*\.?|0+$/g,""),10);return a=Math.floor(a),1===a||0!==c&&(0===b||1===b)?"one":"other"},function(a){var b=Math.floor(Math.abs(a));return a=Math.floor(a),0===b||1===b?"one":"other"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length,d=parseInt(a.toString().replace(/^[^.]*\.?/,""),10);return a=Math.floor(a),0===c&&(1===b||2===b||3===b||0===c&&(b%10!==4&&b%10!==6&&b%10!==9||0!==c&&d%10!==4&&d%10!==6&&d%10!==9))?"one":"other"},function(a){return a=Math.floor(a),1===a?"one":2===a?"two":a>=3&&6>=a?"few":a>=7&&10>=a?"many":"other"},function(a){return a=Math.floor(a),1===a||11===a?"one":2===a||12===a?"two":a>=3&&10>=a||a>=13&&19>=a?"few":"other"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length;return a=Math.floor(a),0===c&&b%10===1?"one":0===c&&b%10===2?"two":0!==c||b%100!==0&&b%100!==20&&b%100!==40&&b%100!==60&&b%100!==80?0!==c?"many":"other":"few"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length;return a=Math.floor(a),1===b&&0===c?"one":2===b&&0===c?"two":0!==c||a>=0&&10>=a||a%10!==0?"other":"many"},function(a){var b=Math.floor(Math.abs(a)),c=parseInt(a.toString().replace(/^[^.]*\.?|0+$/g,""),10);return a=Math.floor(a),0!==c||b%10!==1||b%100===11&&0===c?"other":"one"},function(a){return a=Math.floor(a),0===a?"zero":1===a?"one":"other"},function(a){return a=Math.floor(a),1===a?"one":2===a?"two":"other"},function(a){var b=Math.floor(Math.abs(a));return a=Math.floor(a),0===a?"zero":0!==b&&1!==b||0===a?"other":"one"},function(a){var b=parseInt(a.toString().replace(/^[^.]*\.?/,""),10);return a=Math.floor(a),a%10!==1||a%100>=11&&19>=a%100?a%10>=2&&9>=a%10&&!(a%100>=11&&19>=a%100)?"few":0!==b?"many":"other":"one"},function(a){var b=a.toString().replace(/^[^.]*\.?/,"").length,c=parseInt(a.toString().replace(/^[^.]*\.?/,""),10);return a=Math.floor(a),a%10===0||a%100>=11&&19>=a%100||2===b&&c%100>=11&&19>=c%100?"zero":a%10===1&&(a%100!==11||2===b&&c%10===1&&(c%100!==11||2!==b&&c%10===1))?"one":"other"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length,d=parseInt(a.toString().replace(/^[^.]*\.?/,""),10);return a=Math.floor(a),0!==c||b%10!==1&&d%10!==1?"other":"one"},function(a){return a=Math.floor(a),1===a?"one":0===a||a%100>=2&&10>=a%100?"few":a%100>=11&&19>=a%100?"many":"other"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length;return a=Math.floor(a),1===b&&0===c?"one":0===c&&b%10>=2&&4>=b%10&&!(b%100>=12&&14>=b%100)?"few":0===c&&1!==b&&(b%10>=0&&1>=b%10||0===c&&(b%10>=5&&9>=b%10||0===c&&b%100>=12&&14>=b%100))?"many":"other"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length,d=parseInt(a.toString().replace(/^[^.]*\.?|0+$/g,""),10);return a=Math.floor(a),1===b&&(0===c||0===b&&1===d)?"one":"other"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length;return a=Math.floor(a),1===b&&0===c?"one":0!==c||0===a||1!==a&&a%100>=1&&19>=a%100?"few":"other"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length;return a=Math.floor(a),0===c&&b%10===1&&b%100!==11?"one":0===c&&b%10>=2&&4>=b%10&&!(b%100>=12&&14>=b%100)?"few":0===c&&(b%10===0||0===c&&(b%10>=5&&9>=b%10||0===c&&b%100>=11&&14>=b%100))?"many":"other"},function(a){var b=Math.floor(Math.abs(a));return a=Math.floor(a),0===b||1===a?"one":a>=2&&10>=a?"few":"other"},function(a){var b=Math.floor(Math.abs(a)),c=parseInt(a.toString().replace(/^[^.]*\.?/,""),10);return a=Math.floor(a),0===a||1===a||0===b&&1===c?"one":"other"},function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length;return a=Math.floor(a),0===c&&b%100===1?"one":0===c&&b%100===2?"two":0===c&&(b%100>=3&&4>=b%100||0!==c)?"few":"other"},function(a){return a=Math.floor(a),a>=0&&1>=a||a>=11&&99>=a?"one":"other"}];t.__addLocaleData({locale:"aa",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"af",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"agq",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"ak",messageformat:{pluralFunction:u[2]}}),t.__addLocaleData({locale:"am",messageformat:{pluralFunction:u[3]}}),t.__addLocaleData({locale:"ar",messageformat:{pluralFunction:u[4]}}),t.__addLocaleData({locale:"as",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"asa",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"ast",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"az",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"bas",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"be",messageformat:{pluralFunction:u[6]}}),t.__addLocaleData({locale:"bem",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"bez",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"bg",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"bm",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"bn",messageformat:{pluralFunction:u[3]}}),t.__addLocaleData({locale:"bo",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"br",messageformat:{pluralFunction:u[8]}}),t.__addLocaleData({locale:"brx",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"bs",messageformat:{pluralFunction:u[9]}}),t.__addLocaleData({locale:"byn",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"ca",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"cgg",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"chr",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"cs",messageformat:{pluralFunction:u[10]}}),t.__addLocaleData({locale:"cy",messageformat:{pluralFunction:u[11]}}),t.__addLocaleData({locale:"da",messageformat:{pluralFunction:u[12]}}),t.__addLocaleData({locale:"dav",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"de",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"dje",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"dua",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"dyo",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"dz",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"ebu",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"ee",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"el",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"en",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"eo",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"es",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"et",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"eu",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"ewo",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"fa",messageformat:{pluralFunction:u[3]}}),t.__addLocaleData({locale:"ff",messageformat:{pluralFunction:u[13]}}),t.__addLocaleData({locale:"fi",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"fil",messageformat:{pluralFunction:u[14]}}),t.__addLocaleData({locale:"fo",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"fr",messageformat:{pluralFunction:u[13]}}),t.__addLocaleData({locale:"fur",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"fy",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"ga",messageformat:{pluralFunction:u[15]}}),t.__addLocaleData({locale:"gd",messageformat:{pluralFunction:u[16]}}),t.__addLocaleData({locale:"gl",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"gsw",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"gu",messageformat:{pluralFunction:u[3]}}),t.__addLocaleData({locale:"guz",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"gv",messageformat:{pluralFunction:u[17]}}),t.__addLocaleData({locale:"ha",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"haw",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"he",messageformat:{pluralFunction:u[18]}}),t.__addLocaleData({locale:"hi",messageformat:{pluralFunction:u[3]}}),t.__addLocaleData({locale:"hr",messageformat:{pluralFunction:u[9]}}),t.__addLocaleData({locale:"hu",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"hy",messageformat:{pluralFunction:u[13]}}),t.__addLocaleData({locale:"ia",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"id",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"ig",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"ii",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"is",messageformat:{pluralFunction:u[19]}}),t.__addLocaleData({locale:"it",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"ja",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"jgo",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"jmc",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"ka",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"kab",messageformat:{pluralFunction:u[13]}}),t.__addLocaleData({locale:"kam",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"kde",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"kea",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"khq",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"ki",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"kk",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"kkj",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"kl",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"kln",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"km",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"kn",messageformat:{pluralFunction:u[3]}}),t.__addLocaleData({locale:"ko",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"kok",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"ks",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"ksb",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"ksf",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"ksh",messageformat:{pluralFunction:u[20]}}),t.__addLocaleData({locale:"kw",messageformat:{pluralFunction:u[21]}}),t.__addLocaleData({locale:"ky",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"lag",messageformat:{pluralFunction:u[22]}}),t.__addLocaleData({locale:"lg",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"lkt",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"ln",messageformat:{pluralFunction:u[2]}}),t.__addLocaleData({locale:"lo",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"lt",messageformat:{pluralFunction:u[23]}}),t.__addLocaleData({locale:"lu",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"luo",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"luy",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"lv",messageformat:{pluralFunction:u[24]}}),t.__addLocaleData({locale:"mas",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"mer",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"mfe",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"mg",messageformat:{pluralFunction:u[2]}}),t.__addLocaleData({locale:"mgh",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"mgo",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"mk",messageformat:{pluralFunction:u[25]}}),t.__addLocaleData({locale:"ml",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"mn",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"mr",messageformat:{pluralFunction:u[3]}}),t.__addLocaleData({locale:"ms",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"mt",messageformat:{pluralFunction:u[26]}}),t.__addLocaleData({locale:"mua",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"my",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"naq",messageformat:{pluralFunction:u[21]}}),t.__addLocaleData({locale:"nb",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"nd",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"ne",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"nl",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"nmg",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"nn",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"nnh",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"nr",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"nso",messageformat:{pluralFunction:u[2]}}),t.__addLocaleData({locale:"nus",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"nyn",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"om",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"or",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"os",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"pa",messageformat:{pluralFunction:u[2]}}),t.__addLocaleData({locale:"pl",messageformat:{pluralFunction:u[27]}}),t.__addLocaleData({locale:"ps",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"pt",messageformat:{pluralFunction:u[28]}}),t.__addLocaleData({locale:"rm",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"rn",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"ro",messageformat:{pluralFunction:u[29]}}),t.__addLocaleData({locale:"rof",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"ru",messageformat:{pluralFunction:u[30]}}),t.__addLocaleData({locale:"rw",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"rwk",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"sah",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"saq",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"sbp",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"se",messageformat:{pluralFunction:u[21]}}),t.__addLocaleData({locale:"seh",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"ses",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"sg",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"shi",messageformat:{pluralFunction:u[31]}}),t.__addLocaleData({locale:"si",messageformat:{pluralFunction:u[32]}}),t.__addLocaleData({locale:"sk",messageformat:{pluralFunction:u[10]}}),t.__addLocaleData({locale:"sl",messageformat:{pluralFunction:u[33]}}),t.__addLocaleData({locale:"sn",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"so",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"sq",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"sr",messageformat:{pluralFunction:u[9]}}),t.__addLocaleData({locale:"ss",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"ssy",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"st",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"sv",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"sw",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"swc",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"ta",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"te",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"teo",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"tg",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"th",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"ti",messageformat:{pluralFunction:u[2]}}),t.__addLocaleData({locale:"tig",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"tn",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"to",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"tr",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"ts",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"twq",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"tzm",messageformat:{pluralFunction:u[34]}}),t.__addLocaleData({locale:"ug",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"uk",messageformat:{pluralFunction:u[30]}}),t.__addLocaleData({locale:"ur",messageformat:{pluralFunction:u[5]}}),t.__addLocaleData({locale:"uz",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"vai",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"ve",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"vi",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"vo",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"vun",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"wae",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"wal",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"xh",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"xog",messageformat:{pluralFunction:u[1]}}),t.__addLocaleData({locale:"yav",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"yo",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"zgh",messageformat:{pluralFunction:u[0]}}),t.__addLocaleData({locale:"zh",messageformat:{pluralFunction:u[7]}}),t.__addLocaleData({locale:"zu",messageformat:{pluralFunction:u[3]}});
var v=t,w={dateTimeFormats:{},numberFormats:{},messageFormats:{}},x={locales:React.PropTypes.oneOfType([React.PropTypes.string,React.PropTypes.array]),formats:React.PropTypes.object,messages:React.PropTypes.object},y={propsTypes:x,contextTypes:x,childContextTypes:x,getChildContext:function(){var a=Object.create(this.context);return this.props.locales&&(a.locales=this.props.locales),this.props.formats&&(a.formats=this.props.formats),this.props.messages&&(a.messages=this.props.messages),a},formatDate:function(a,b){var c=this.props.locales||this.context.locales,d=this.props.formats||this.context.formats;if(a=new Date(a),!a||!a.getTime())throw new TypeError("A date must be provided.");if(b&&"string"==typeof b)try{b=d.date[b]}catch(e){throw new ReferenceError("No date format named: "+b)}return h(c,b).format(a)},formatTime:function(a,b){var c=this.props.formats||this.context.formats;if(b&&"string"==typeof b)try{b=c.time[b]}catch(d){throw new ReferenceError("No time format named: "+b)}return this.formatDate(a,b)},formatNumber:function(a,b){var c=this.props.locales||this.context.locales,d=this.props.formats||this.context.formats;if("number"!=typeof a)throw new TypeError("A number must be provided.");if(b&&"string"==typeof b)try{b=d.number[b]}catch(e){throw new ReferenceError("No number format named: "+b)}return i(c,b).format(a)},formatMessage:function(a,b){var c=this.props.locales||this.context.locales,d=this.props.formats||this.context.formats;return"function"==typeof a?a(b):("string"==typeof a&&(a=j(a,c,d)),a.format(b))},getIntlMessage:function(a){var b,c=this.props.messages||this.context.messages,d=a.split(".");try{b=d.reduce(function(a,b){return a[b]},c)}finally{if(void 0===b)throw new ReferenceError("Could not find Intl message: "+a)}return b}};this.ReactIntlMixin=y}).call(this);
(function(){"use strict";function a(a){var b,c,d,e,f=Array.prototype.slice.call(arguments,1);for(b=0,c=f.length;c>b;b+=1)if(d=f[b])for(e in d)m.call(d,e)&&(a[e]=d[e]);return a}function b(a,b,c){this.locales=a,this.formats=b,this.pluralFn=c}function c(a){this.id=a}function d(a,b,c,d){this.id=a,this.offset=b,this.options=c,this.pluralFn=d}function e(a,b,c,d){this.id=a,this.offset=b,this.numberFormat=c,this.string=d}function f(a,b){this.id=a,this.options=b}function g(a,b,c){var d="string"==typeof a?g.__parse(a):a;if(!d||"messageFormatPattern"!==d.type)throw new TypeError("A message must be provided as a String or AST.");c=this._mergeFormats(g.formats,c),o(this,"_locale",{value:this._resolveLocale(b)});var e=g.__localeData__[this._locale].pluralRuleFunction,f=this._compilePattern(d,b,c,e),h=this;this.format=function(a){return h._format(f,a)}}function h(a){return 400*a/146097}function i(a,b){b=b||{},x(this,"_locale",{value:this._resolveLocale(a)}),x(this,"_options",{value:{style:this._resolveStyle(b.style),units:this._isValidUnits(b.units)&&b.units}}),x(this,"_messages",{value:y(null)});var c=this;this.format=function(a){return c._format(a)}}function j(a){var b=J(null);return function(){var c=Array.prototype.slice.call(arguments),d=k(c),e=d&&b[d];return e||(e=J(a.prototype),a.apply(e,c),d&&(b[d]=e)),e}}function k(a){if("undefined"!=typeof JSON){var b,c,d,e=[];for(b=0,c=a.length;c>b;b+=1)d=a[b],e.push(d&&"object"==typeof d?l(d):d);return JSON.stringify(e)}}function l(a){var b,c,d,e,f=[],g=[];for(b in a)a.hasOwnProperty(b)&&g.push(b);var h=g.sort();for(c=0,d=h.length;d>c;c+=1)b=h[c],e={},e[b]=a[b],f[c]=e;return f}var m=Object.prototype.hasOwnProperty,n=function(){try{return!!Object.defineProperty({},"a",{})}catch(a){return!1}}(),o=(!n&&!Object.prototype.__defineGetter__,n?Object.defineProperty:function(a,b,c){"get"in c&&a.__defineGetter__?a.__defineGetter__(b,c.get):(!m.call(a,b)||"value"in c)&&(a[b]=c.value)}),p=Object.create||function(a,b){function c(){}var d,e;c.prototype=a,d=new c;for(e in b)m.call(b,e)&&o(d,e,b[e]);return d},q=b;b.prototype.compile=function(a){return this.pluralStack=[],this.currentPlural=null,this.pluralNumberFormat=null,this.compileMessage(a)},b.prototype.compileMessage=function(a){if(!a||"messageFormatPattern"!==a.type)throw new Error('Message AST is not of type: "messageFormatPattern"');var b,c,d,e=a.elements,f=[];for(b=0,c=e.length;c>b;b+=1)switch(d=e[b],d.type){case"messageTextElement":f.push(this.compileMessageText(d));break;case"argumentElement":f.push(this.compileArgument(d));break;default:throw new Error("Message element does not have a valid type")}return f},b.prototype.compileMessageText=function(a){return this.currentPlural&&/(^|[^\\])#/g.test(a.value)?(this.pluralNumberFormat||(this.pluralNumberFormat=new Intl.NumberFormat(this.locales)),new e(this.currentPlural.id,this.currentPlural.format.offset,this.pluralNumberFormat,a.value)):a.value.replace(/\\#/g,"#")},b.prototype.compileArgument=function(a){var b=a.format;if(!b)return new c(a.id);var e,g=this.formats,h=this.locales,i=this.pluralFn;switch(b.type){case"numberFormat":return e=g.number[b.style],{id:a.id,format:new Intl.NumberFormat(h,e).format};case"dateFormat":return e=g.date[b.style],{id:a.id,format:new Intl.DateTimeFormat(h,e).format};case"timeFormat":return e=g.time[b.style],{id:a.id,format:new Intl.DateTimeFormat(h,e).format};case"pluralFormat":return e=this.compileOptions(a),new d(a.id,b.offset,e,i);case"selectFormat":return e=this.compileOptions(a),new f(a.id,e);default:throw new Error("Message element does not have a valid format type")}},b.prototype.compileOptions=function(a){var b=a.format,c=b.options,d={};this.pluralStack.push(this.currentPlural),this.currentPlural="pluralFormat"===b.type?a:null;var e,f,g;for(e=0,f=c.length;f>e;e+=1)g=c[e],d[g.selector]=this.compileMessage(g.value);return this.currentPlural=this.pluralStack.pop(),d},c.prototype.format=function(a){return a?"string"==typeof a?a:String(a):""},d.prototype.getOption=function(a){var b=this.options,c=b["="+a]||b[this.pluralFn(a-this.offset)];return c||b.other},e.prototype.format=function(a){var b=this.numberFormat.format(a-this.offset);return this.string.replace(/(^|[^\\])#/g,"$1"+b).replace(/\\#/g,"#")},f.prototype.getOption=function(a){var b=this.options;return b[a]||b.other};var r=function(){function a(a,b){function c(){this.constructor=a}c.prototype=b.prototype,a.prototype=new c}function b(a,b,c,d,e,f){this.message=a,this.expected=b,this.found=c,this.offset=d,this.line=e,this.column=f,this.name="SyntaxError"}function c(a){function c(b){function c(b,c,d){var e,f;for(e=c;d>e;e++)f=a.charAt(e),"\n"===f?(b.seenCR||b.line++,b.column=1,b.seenCR=!1):"\r"===f||"\u2028"===f||"\u2029"===f?(b.line++,b.column=1,b.seenCR=!0):(b.column++,b.seenCR=!1)}return Ob!==b&&(Ob>b&&(Ob=0,Pb={line:1,column:1,seenCR:!1}),c(Pb,Ob,b),Ob=b),Pb}function d(a){Qb>Mb||(Mb>Qb&&(Qb=Mb,Rb=[]),Rb.push(a))}function e(d,e,f){function g(a){var b=1;for(a.sort(function(a,b){return a.description<b.description?-1:a.description>b.description?1:0});b<a.length;)a[b-1]===a[b]?a.splice(b,1):b++}function h(a,b){function c(a){function b(a){return a.charCodeAt(0).toString(16).toUpperCase()}return a.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\x08/g,"\\b").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\f/g,"\\f").replace(/\r/g,"\\r").replace(/[\x00-\x07\x0B\x0E\x0F]/g,function(a){return"\\x0"+b(a)}).replace(/[\x10-\x1F\x80-\xFF]/g,function(a){return"\\x"+b(a)}).replace(/[\u0180-\u0FFF]/g,function(a){return"\\u0"+b(a)}).replace(/[\u1080-\uFFFF]/g,function(a){return"\\u"+b(a)})}var d,e,f,g=new Array(a.length);for(f=0;f<a.length;f++)g[f]=a[f].description;return d=a.length>1?g.slice(0,-1).join(", ")+" or "+g[a.length-1]:g[0],e=b?'"'+c(b)+'"':"end of input","Expected "+d+" but "+e+" found."}var i=c(f),j=f<a.length?a.charAt(f):null;return null!==e&&g(e),new b(null!==d?d:h(e,j),e,j,f,i.line,i.column)}function f(){var a;return a=g()}function g(){var a,b,c;for(a=Mb,b=[],c=h();c!==C;)b.push(c),c=h();return b!==C&&(Nb=a,b=F(b)),a=b}function h(){var a;return a=j(),a===C&&(a=l()),a}function i(){var b,c,d,e,f,g;if(b=Mb,c=[],d=Mb,e=u(),e!==C?(f=z(),f!==C?(g=u(),g!==C?(e=[e,f,g],d=e):(Mb=d,d=G)):(Mb=d,d=G)):(Mb=d,d=G),d!==C)for(;d!==C;)c.push(d),d=Mb,e=u(),e!==C?(f=z(),f!==C?(g=u(),g!==C?(e=[e,f,g],d=e):(Mb=d,d=G)):(Mb=d,d=G)):(Mb=d,d=G);else c=G;return c!==C&&(Nb=b,c=H(c)),b=c,b===C&&(b=Mb,c=t(),c!==C&&(c=a.substring(b,Mb)),b=c),b}function j(){var a,b;return a=Mb,b=i(),b!==C&&(Nb=a,b=I(b)),a=b}function k(){var b,c,e;if(b=x(),b===C){if(b=Mb,c=[],J.test(a.charAt(Mb))?(e=a.charAt(Mb),Mb++):(e=C,0===Sb&&d(K)),e!==C)for(;e!==C;)c.push(e),J.test(a.charAt(Mb))?(e=a.charAt(Mb),Mb++):(e=C,0===Sb&&d(K));else c=G;c!==C&&(c=a.substring(b,Mb)),b=c}return b}function l(){var b,c,e,f,g,h,i,j,l;return b=Mb,123===a.charCodeAt(Mb)?(c=L,Mb++):(c=C,0===Sb&&d(M)),c!==C?(e=u(),e!==C?(f=k(),f!==C?(g=u(),g!==C?(h=Mb,44===a.charCodeAt(Mb)?(i=O,Mb++):(i=C,0===Sb&&d(P)),i!==C?(j=u(),j!==C?(l=m(),l!==C?(i=[i,j,l],h=i):(Mb=h,h=G)):(Mb=h,h=G)):(Mb=h,h=G),h===C&&(h=N),h!==C?(i=u(),i!==C?(125===a.charCodeAt(Mb)?(j=Q,Mb++):(j=C,0===Sb&&d(R)),j!==C?(Nb=b,c=S(f,h),b=c):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G),b}function m(){var a;return a=n(),a===C&&(a=o(),a===C&&(a=p())),a}function n(){var b,c,e,f,g,h,i;return b=Mb,a.substr(Mb,6)===T?(c=T,Mb+=6):(c=C,0===Sb&&d(U)),c===C&&(a.substr(Mb,4)===V?(c=V,Mb+=4):(c=C,0===Sb&&d(W)),c===C&&(a.substr(Mb,4)===X?(c=X,Mb+=4):(c=C,0===Sb&&d(Y)))),c!==C?(e=u(),e!==C?(f=Mb,44===a.charCodeAt(Mb)?(g=O,Mb++):(g=C,0===Sb&&d(P)),g!==C?(h=u(),h!==C?(i=z(),i!==C?(g=[g,h,i],f=g):(Mb=f,f=G)):(Mb=f,f=G)):(Mb=f,f=G),f===C&&(f=N),f!==C?(Nb=b,c=Z(c,f),b=c):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G),b}function o(){var b,c,e,f,g,h,i,j,k;if(b=Mb,a.substr(Mb,6)===$?(c=$,Mb+=6):(c=C,0===Sb&&d(_)),c!==C)if(e=u(),e!==C)if(44===a.charCodeAt(Mb)?(f=O,Mb++):(f=C,0===Sb&&d(P)),f!==C)if(g=u(),g!==C)if(h=s(),h===C&&(h=N),h!==C)if(i=u(),i!==C){if(j=[],k=r(),k!==C)for(;k!==C;)j.push(k),k=r();else j=G;j!==C?(Nb=b,c=ab(h,j),b=c):(Mb=b,b=G)}else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;return b}function p(){var b,c,e,f,g,h,i;if(b=Mb,a.substr(Mb,6)===bb?(c=bb,Mb+=6):(c=C,0===Sb&&d(cb)),c!==C)if(e=u(),e!==C)if(44===a.charCodeAt(Mb)?(f=O,Mb++):(f=C,0===Sb&&d(P)),f!==C)if(g=u(),g!==C){if(h=[],i=r(),i!==C)for(;i!==C;)h.push(i),i=r();else h=G;h!==C?(Nb=b,c=db(h),b=c):(Mb=b,b=G)}else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;else Mb=b,b=G;return b}function q(){var b,c,e,f;return b=Mb,c=Mb,61===a.charCodeAt(Mb)?(e=eb,Mb++):(e=C,0===Sb&&d(fb)),e!==C?(f=x(),f!==C?(e=[e,f],c=e):(Mb=c,c=G)):(Mb=c,c=G),c!==C&&(c=a.substring(b,Mb)),b=c,b===C&&(b=z()),b}function r(){var b,c,e,f,h,i,j,k,l;return b=Mb,c=u(),c!==C?(e=q(),e!==C?(f=u(),f!==C?(123===a.charCodeAt(Mb)?(h=L,Mb++):(h=C,0===Sb&&d(M)),h!==C?(i=u(),i!==C?(j=g(),j!==C?(k=u(),k!==C?(125===a.charCodeAt(Mb)?(l=Q,Mb++):(l=C,0===Sb&&d(R)),l!==C?(Nb=b,c=gb(e,j),b=c):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G),b}function s(){var b,c,e,f;return b=Mb,a.substr(Mb,7)===hb?(c=hb,Mb+=7):(c=C,0===Sb&&d(ib)),c!==C?(e=u(),e!==C?(f=x(),f!==C?(Nb=b,c=jb(f),b=c):(Mb=b,b=G)):(Mb=b,b=G)):(Mb=b,b=G),b}function t(){var b,c;if(Sb++,b=[],lb.test(a.charAt(Mb))?(c=a.charAt(Mb),Mb++):(c=C,0===Sb&&d(mb)),c!==C)for(;c!==C;)b.push(c),lb.test(a.charAt(Mb))?(c=a.charAt(Mb),Mb++):(c=C,0===Sb&&d(mb));else b=G;return Sb--,b===C&&(c=C,0===Sb&&d(kb)),b}function u(){var b,c,e;for(Sb++,b=Mb,c=[],e=t();e!==C;)c.push(e),e=t();return c!==C&&(c=a.substring(b,Mb)),b=c,Sb--,b===C&&(c=C,0===Sb&&d(nb)),b}function v(){var b;return ob.test(a.charAt(Mb))?(b=a.charAt(Mb),Mb++):(b=C,0===Sb&&d(pb)),b}function w(){var b;return qb.test(a.charAt(Mb))?(b=a.charAt(Mb),Mb++):(b=C,0===Sb&&d(rb)),b}function x(){var b,c,e,f,g,h;if(b=Mb,48===a.charCodeAt(Mb)?(c=sb,Mb++):(c=C,0===Sb&&d(tb)),c===C){if(c=Mb,e=Mb,ub.test(a.charAt(Mb))?(f=a.charAt(Mb),Mb++):(f=C,0===Sb&&d(vb)),f!==C){for(g=[],h=v();h!==C;)g.push(h),h=v();g!==C?(f=[f,g],e=f):(Mb=e,e=G)}else Mb=e,e=G;e!==C&&(e=a.substring(c,Mb)),c=e}return c!==C&&(Nb=b,c=wb(c)),b=c}function y(){var b,c,e,f,g,h,i,j;return xb.test(a.charAt(Mb))?(b=a.charAt(Mb),Mb++):(b=C,0===Sb&&d(yb)),b===C&&(b=Mb,a.substr(Mb,2)===zb?(c=zb,Mb+=2):(c=C,0===Sb&&d(Ab)),c!==C&&(Nb=b,c=Bb()),b=c,b===C&&(b=Mb,a.substr(Mb,2)===Cb?(c=Cb,Mb+=2):(c=C,0===Sb&&d(Db)),c!==C&&(Nb=b,c=Eb()),b=c,b===C&&(b=Mb,a.substr(Mb,2)===Fb?(c=Fb,Mb+=2):(c=C,0===Sb&&d(Gb)),c!==C&&(Nb=b,c=Hb()),b=c,b===C&&(b=Mb,a.substr(Mb,2)===Ib?(c=Ib,Mb+=2):(c=C,0===Sb&&d(Jb)),c!==C?(e=Mb,f=Mb,g=w(),g!==C?(h=w(),h!==C?(i=w(),i!==C?(j=w(),j!==C?(g=[g,h,i,j],f=g):(Mb=f,f=G)):(Mb=f,f=G)):(Mb=f,f=G)):(Mb=f,f=G),f!==C&&(f=a.substring(e,Mb)),e=f,e!==C?(Nb=b,c=Kb(e),b=c):(Mb=b,b=G)):(Mb=b,b=G))))),b}function z(){var a,b,c;if(a=Mb,b=[],c=y(),c!==C)for(;c!==C;)b.push(c),c=y();else b=G;return b!==C&&(Nb=a,b=Lb(b)),a=b}var A,B=arguments.length>1?arguments[1]:{},C={},D={start:f},E=f,F=function(a){return{type:"messageFormatPattern",elements:a}},G=C,H=function(a){var b,c,d,e,f,g="";for(b=0,d=a.length;d>b;b+=1)for(e=a[b],c=0,f=e.length;f>c;c+=1)g+=e[c];return g},I=function(a){return{type:"messageTextElement",value:a}},J=/^[^ \t\n\r,.+={}#]/,K={type:"class",value:"[^ \\t\\n\\r,.+={}#]",description:"[^ \\t\\n\\r,.+={}#]"},L="{",M={type:"literal",value:"{",description:'"{"'},N=null,O=",",P={type:"literal",value:",",description:'","'},Q="}",R={type:"literal",value:"}",description:'"}"'},S=function(a,b){return{type:"argumentElement",id:a,format:b&&b[2]}},T="number",U={type:"literal",value:"number",description:'"number"'},V="date",W={type:"literal",value:"date",description:'"date"'},X="time",Y={type:"literal",value:"time",description:'"time"'},Z=function(a,b){return{type:a+"Format",style:b&&b[2]}},$="plural",_={type:"literal",value:"plural",description:'"plural"'},ab=function(a,b){return{type:"pluralFormat",offset:a||0,options:b}},bb="select",cb={type:"literal",value:"select",description:'"select"'},db=function(a){return{type:"selectFormat",options:a}},eb="=",fb={type:"literal",value:"=",description:'"="'},gb=function(a,b){return{type:"optionalFormatPattern",selector:a,value:b}},hb="offset:",ib={type:"literal",value:"offset:",description:'"offset:"'},jb=function(a){return a},kb={type:"other",description:"whitespace"},lb=/^[ \t\n\r]/,mb={type:"class",value:"[ \\t\\n\\r]",description:"[ \\t\\n\\r]"},nb={type:"other",description:"optionalWhitespace"},ob=/^[0-9]/,pb={type:"class",value:"[0-9]",description:"[0-9]"},qb=/^[0-9a-f]/i,rb={type:"class",value:"[0-9a-f]i",description:"[0-9a-f]i"},sb="0",tb={type:"literal",value:"0",description:'"0"'},ub=/^[1-9]/,vb={type:"class",value:"[1-9]",description:"[1-9]"},wb=function(a){return parseInt(a,10)},xb=/^[^{}\\\0-\x1F \t\n\r]/,yb={type:"class",value:"[^{}\\\\\\0-\\x1F \\t\\n\\r]",description:"[^{}\\\\\\0-\\x1F \\t\\n\\r]"},zb="\\#",Ab={type:"literal",value:"\\#",description:'"\\\\#"'},Bb=function(){return"\\#"},Cb="\\{",Db={type:"literal",value:"\\{",description:'"\\\\{"'},Eb=function(){return"{"},Fb="\\}",Gb={type:"literal",value:"\\}",description:'"\\\\}"'},Hb=function(){return"}"},Ib="\\u",Jb={type:"literal",value:"\\u",description:'"\\\\u"'},Kb=function(a){return String.fromCharCode(parseInt(a,16))},Lb=function(a){return a.join("")},Mb=0,Nb=0,Ob=0,Pb={line:1,column:1,seenCR:!1},Qb=0,Rb=[],Sb=0;if("startRule"in B){if(!(B.startRule in D))throw new Error("Can't start parsing from rule \""+B.startRule+'".');E=D[B.startRule]}if(A=E(),A!==C&&Mb===a.length)return A;throw A!==C&&Mb<a.length&&d({type:"end",description:"end of input"}),e(null,Rb,Qb)}return a(b,Error),{SyntaxError:b,parse:c}}(),s=g;o(g,"formats",{enumerable:!0,value:{number:{currency:{style:"currency"},percent:{style:"percent"}},date:{"short":{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},"long":{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{"short":{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},"long":{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}}}),o(g,"__availableLocales__",{value:[]}),o(g,"__localeData__",{value:p(null)}),o(g,"__addLocaleData",{value:function(a){if(!a||!a.locale)throw new Error("Locale data does not contain a `locale` property");if(!a.pluralRuleFunction)throw new Error("Locale data does not contain a `pluralRuleFunction` property");var b=g.__availableLocales__,c=g.__localeData__;b.push(a.locale),c[a.locale]=a}}),o(g,"__parse",{value:r.parse}),o(g,"defaultLocale",{enumerable:!0,writable:!0,value:void 0}),g.prototype.resolvedOptions=function(){return{locale:this._locale}},g.prototype._compilePattern=function(a,b,c,d){var e=new q(b,c,d);return e.compile(a)},g.prototype._format=function(a,b){var c,d,e,f,g,h="";for(c=0,d=a.length;d>c;c+=1)if(e=a[c],"string"!=typeof e){if(f=e.id,!b||!m.call(b,f))throw new Error("A value must be provided for: "+f);g=b[f],h+=e.options?this._format(e.getOption(g),b):e.format(g)}else h+=e;return h},g.prototype._mergeFormats=function(b,c){var d,e,f={};for(d in b)m.call(b,d)&&(f[d]=e=p(b[d]),c&&m.call(c,d)&&a(e,c[d]));return f},g.prototype._resolveLocale=function(a){var b,c,d,e=g.__availableLocales__;if(0===e.length)throw new Error("No locale data has been provided for IntlMessageFormat yet");if("string"==typeof a&&(a=[a]),a&&a.length)for(c=0,d=a.length;d>c;c+=1){if(b=a[c].toLowerCase().split("-")[0],!/[a-z]{2,3}/i.test(b))throw new RangeError('"'+a[c]+'" is not a structurally valid language tag');if(e.indexOf(b)>=0)break}return b||g.defaultLocale.split("-")[0]};var t={locale:"en",pluralRuleFunction:function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length;return a=Math.floor(a),1===b&&0===c?"one":"other"}};s.__addLocaleData(t),s.defaultLocale="en";var u=s,v=Object.prototype.hasOwnProperty,w=function(){try{return!!Object.defineProperty({},"a",{})}catch(a){return!1}}(),x=(!w&&!Object.prototype.__defineGetter__,w?Object.defineProperty:function(a,b,c){"get"in c&&a.__defineGetter__?a.__defineGetter__(b,c.get):(!v.call(a,b)||"value"in c)&&(a[b]=c.value)}),y=Object.create||function(a,b){function c(){}var d,e;c.prototype=a,d=new c;for(e in b)v.call(b,e)&&x(d,e,b[e]);return d},z=Math.round,A=function(a,b){var c=z(b.getTime()-a.getTime()),d=z(c/1e3),e=z(d/60),f=z(e/60),g=z(f/24),i=z(g/7),j=h(g),k=z(12*j),l=z(j);return{millisecond:c,second:d,minute:e,hour:f,day:g,week:i,month:k,year:l}},B=i,C=["second","minute","hour","day","month","year"],D=["best fit","numeric"];x(i,"__availableLocales__",{value:[]}),x(i,"__localeData__",{value:y(null)}),x(i,"__addLocaleData",{value:function(a){if(!a||!a.locale)throw new Error("Locale data provided to IntlRelativeFormat does not contain a `locale` property");if(!a.fields)throw new Error("Locale data provided to IntlRelativeFormat does not contain a `fields` property");u.__addLocaleData(a);var b=i.__availableLocales__,c=i.__localeData__,d=a.locale.toLowerCase().split("-")[0];b.push(d),c[d]=a}}),x(i,"defaultLocale",{enumerable:!0,writable:!0,value:void 0}),x(i,"thresholds",{enumerable:!0,value:{second:45,minute:45,hour:22,day:26,month:11}}),i.prototype.resolvedOptions=function(){return{locale:this._locale,style:this._options.style,units:this._options.units}},i.prototype._format=function(a){if(a=new Date(a),!a||!a.getTime())throw new TypeError("A Date must be provided to a IntlRelativeFormat instance's `format()` function");var b=A(new Date,a),c=this._options.units||this._selectUnits(b),d=b[c];if("numeric"!==this._options.style){var e=this._resolveRelativeUnits(d,c);if(e)return e}return this._resolveMessage(c).format({0:Math.abs(d),when:0>d?"past":"future"})},i.prototype._isValidUnits=function(a){if(!a||C.indexOf(a)>=0)return!0;if("string"==typeof a){var b=/s$/.test(a)&&a.substr(0,a.length-1);if(b&&C.indexOf(b)>=0)throw new Error('"'+a+'" is not a valid IntlRelativeFormat `units` value, did you mean: '+b)}throw new Error('"'+a+'" is not a valid IntlRelativeFormat `units` value, it must be one of: "'+C.join('", "')+'"')},i.prototype._resolveLocale=function(a){a||(a=i.defaultLocale),"string"==typeof a&&(a=[a]);var b,c,d,e=i.__availableLocales__;for(b=0,c=a.length;c>b;b+=1){if(d=a[b].split("-")[0].toLowerCase(),!/[a-z]{2,3}/.test(d))throw new Error("Language tag provided to IntlRelativeFormat is not structrually valid: "+d);if(e.indexOf(d)>=0)return d}throw new Error("No locale data has been added to IntlRelativeFormat for: "+a.join(", "))},i.prototype._resolveMessage=function(a){var b,c,d,e,f,g,h=this._messages;if(!h[a]){b=i.__localeData__[this._locale].fields[a],c=b.relativeTime,e="",f="";for(d in c.future)c.future.hasOwnProperty(d)&&(e+=" "+d+" {"+c.future[d].replace("{0}","#")+"}");for(d in c.past)c.past.hasOwnProperty(d)&&(f+=" "+d+" {"+c.past[d].replace("{0}","#")+"}");g="{when, select, future {{0, plural, "+e+"}}past {{0, plural, "+f+"}}}",h[a]=new u(g,this._locale)}return h[a]},i.prototype._resolveRelativeUnits=function(a,b){var c=i.__localeData__[this._locale].fields[b];return c.relative?c.relative[a]:void 0},i.prototype._resolveStyle=function(a){if(!a)return D[0];if(D.indexOf(a)>=0)return a;throw new Error('"'+a+'" is not a valid IntlRelativeFormat `style` value, it must be one of: "'+D.join('", "')+'"')},i.prototype._selectUnits=function(a){var b,c,d;for(b=0,c=C.length;c>b&&(d=C[b],!(Math.abs(a[d])<i.thresholds[d]));b+=1);return d};var E={locale:"en",pluralRuleFunction:function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length;return a=Math.floor(a),1===b&&0===c?"one":"other"},fields:{second:{displayName:"Second",relative:{0:"now"},relativeTime:{future:{one:"in {0} second",other:"in {0} seconds"},past:{one:"{0} second ago",other:"{0} seconds ago"}}},minute:{displayName:"Minute",relativeTime:{future:{one:"in {0} minute",other:"in {0} minutes"},past:{one:"{0} minute ago",other:"{0} minutes ago"}}},hour:{displayName:"Hour",relativeTime:{future:{one:"in {0} hour",other:"in {0} hours"},past:{one:"{0} hour ago",other:"{0} hours ago"}}},day:{displayName:"Day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},month:{displayName:"Month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{one:"in {0} month",other:"in {0} months"},past:{one:"{0} month ago",other:"{0} months ago"}}},year:{displayName:"Year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{one:"in {0} year",other:"in {0} years"},past:{one:"{0} year ago",other:"{0} years ago"}}}}};B.__addLocaleData(E),B.defaultLocale="en";var F=B,G=Object.prototype.hasOwnProperty,H=function(){try{return!!Object.defineProperty({},"a",{})}catch(a){return!1}}(),I=(!H&&!Object.prototype.__defineGetter__,H?Object.defineProperty:function(a,b,c){"get"in c&&a.__defineGetter__?a.__defineGetter__(b,c.get):(!G.call(a,b)||"value"in c)&&(a[b]=c.value)}),J=Object.create||function(a,b){function c(){}var d,e;c.prototype=a,d=new c;for(e in b)G.call(b,e)&&I(d,e,b[e]);return d},K=j,L={locales:React.PropTypes.oneOfType([React.PropTypes.string,React.PropTypes.array]),formats:React.PropTypes.object,messages:React.PropTypes.object},M={propsTypes:L,contextTypes:L,childContextTypes:L,getNumberFormat:K(Intl.NumberFormat),getDateTimeFormat:K(Intl.DateTimeFormat),getMessageFormat:K(u),getRelativeFormat:K(F),getChildContext:function(){var a=Object.create(this.context);return this.props.locales&&(a.locales=this.props.locales),this.props.formats&&(a.formats=this.props.formats),this.props.messages&&(a.messages=this.props.messages),a},formatDate:function(a,b){var c=this.props.locales||this.context.locales,d=this.props.formats||this.context.formats;if(a=new Date(a),!a||!a.getTime())throw new TypeError("A date must be provided.");if(b&&"string"==typeof b)try{b=d.date[b]}catch(e){throw new ReferenceError("No date format named: "+b)}return this.getDateTimeFormat(c,b).format(a)},formatTime:function(a,b){var c=this.props.formats||this.context.formats;if(b&&"string"==typeof b)try{b=c.time[b]}catch(d){throw new ReferenceError("No time format named: "+b)}return this.formatDate(a,b)},formatNumber:function(a,b){var c=this.props.locales||this.context.locales,d=this.props.formats||this.context.formats;if("number"!=typeof a)throw new TypeError("A number must be provided.");if(b&&"string"==typeof b)try{b=d.number[b]}catch(e){throw new ReferenceError("No number format named: "+b)}return this.getNumberFormat(c,b).format(a)},formatMessage:function(a,b){var c=this.props.locales||this.context.locales,d=this.props.formats||this.context.formats;return"function"==typeof a?a(b):("string"==typeof a&&(a=this.getMessageFormat(a,c,d)),a.format(b))},formatRelative:function(a,b){var c=this.props.locales||this.context.locales,d=this.props.formats||this.context.formats;if(a=new Date(a),!a||!a.getTime())throw new TypeError("A date must be provided.");if(b&&"string"==typeof b)try{b=d.relative[b]}catch(e){throw new ReferenceError("No relative format named: "+b)}return this.getRelativeFormat(c,b).format(a)},getIntlMessage:function(a){var b,c=this.props.messages||this.context.messages,d=a.split(".");try{b=d.reduce(function(a,b){return a[b]},c)}finally{if(void 0===b)throw new ReferenceError("Could not find Intl message: "+a)}return b},__addLocaleData:function(a){u.__addLocaleData(a),F.__addLocaleData(a)}},N={locale:"en",pluralRuleFunction:function(a){var b=Math.floor(Math.abs(a)),c=a.toString().replace(/^[^.]*\.?/,"").length;return a=Math.floor(a),1===b&&0===c?"one":"other"},fields:{second:{displayName:"Second",relative:{0:"now"},relativeTime:{future:{one:"in {0} second",other:"in {0} seconds"},past:{one:"{0} second ago",other:"{0} seconds ago"}}},minute:{displayName:"Minute",relativeTime:{future:{one:"in {0} minute",other:"in {0} minutes"},past:{one:"{0} minute ago",other:"{0} minutes ago"}}},hour:{displayName:"Hour",relativeTime:{future:{one:"in {0} hour",other:"in {0} hours"},past:{one:"{0} hour ago",other:"{0} hours ago"}}},day:{displayName:"Day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},month:{displayName:"Month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{one:"in {0} month",other:"in {0} months"},past:{one:"{0} month ago",other:"{0} months ago"}}},year:{displayName:"Year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{one:"in {0} year",other:"in {0} years"},past:{one:"{0} year ago",other:"{0} years ago"}}}}};M.__addLocaleData(N);var O=M;this.ReactIntlMixin=O}).call(this);
//# sourceMappingURL=react-intl.min.js.map

@@ -0,1 +1,2 @@

/* jshint node:true */
'use strict';

@@ -7,2 +8,5 @@

// Add all locale data to `ReactIntlMixin`;
require('./lib/locales');
exports = module.exports = require('./lib/mixin').default;

@@ -9,0 +13,0 @@ Object.defineProperty(exports, 'default', {value: exports});

@@ -13,3 +13,3 @@ "use strict";

var intl$format$cache$$ = require("intl-format-cache");
var intl$messageformat$$ = require("intl-messageformat"), intl$relativeformat$$ = require("intl-relativeformat"), intl$format$cache$$ = require("intl-format-cache");

@@ -33,2 +33,7 @@ // -----------------------------------------------------------------------------

getNumberFormat : intl$format$cache$$.default(Intl.NumberFormat),
getDateTimeFormat: intl$format$cache$$.default(Intl.DateTimeFormat),
getMessageFormat : intl$format$cache$$.default(intl$messageformat$$.default),
getRelativeFormat: intl$format$cache$$.default(intl$relativeformat$$.default),
getChildContext: function () {

@@ -71,3 +76,3 @@ var childContext = Object.create(this.context);

return intl$format$cache$$.getDateTimeFormat(locales, options).format(date);
return this.getDateTimeFormat(locales, options).format(date);
},

@@ -107,3 +112,3 @@

return intl$format$cache$$.getNumberFormat(locales, options).format(num);
return this.getNumberFormat(locales, options).format(num);
},

@@ -123,3 +128,3 @@

if (typeof message === 'string') {
message = intl$format$cache$$.getMessageFormat(message, locales, formats);
message = this.getMessageFormat(message, locales, formats);
}

@@ -130,2 +135,24 @@

formatRelative: function (date, options) {
var locales = this.props.locales || this.context.locales,
formats = this.props.formats || this.context.formats;
date = new Date(date);
// Determine if the `date` is valid.
if (!(date && date.getTime())) {
throw new TypeError('A date must be provided.');
}
if (options && typeof options === 'string') {
try {
options = formats.relative[options];
} catch (e) {
throw new ReferenceError('No relative format named: ' + options);
}
}
return this.getRelativeFormat(locales, options).format(date);
},
getIntlMessage: function (path) {

@@ -148,2 +175,7 @@ var messages = this.props.messages || this.context.messages,

return message;
},
__addLocaleData: function (data) {
intl$messageformat$$.default.__addLocaleData(data);
intl$relativeformat$$.default.__addLocaleData(data);
}

@@ -150,0 +182,0 @@ };

{
"name": "react-intl",
"version": "1.0.0-rc-1",
"version": "1.0.0-rc-2",
"description": "React mixin for internationalization.",

@@ -24,6 +24,8 @@ "keywords": [

"main": "index.js",
"jsnext:main": "src/mixin.js",
"jsnext:main": "src/main.js",
"dependencies": {
"intl-format-cache": "^1.0.0",
"react": "^0.11.1"
"intl-format-cache": "^2.0.0",
"intl-messageformat": "^1.0.0-rc-5",
"intl-relativeformat": "^1.0.0-beta-2",
"react": "^0.11.2"
},

@@ -35,5 +37,7 @@ "devDependencies": {

"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-extract-cldr-data": "^1.0.0",
"intl": "^0.1.4"

@@ -40,0 +44,0 @@ },

@@ -17,2 +17,3 @@ React Intl Mixin

* `formatTime()` to format a date value with `time` formats
* `formatRelative()` to format a date relative to now; e.g. "3 hours ago"
* `formatNumber()` to format a numeric value

@@ -23,3 +24,3 @@ * `formatMessage()` to format a complex message

Similarly, `formatMessage()` is a sugar layer on top of [intl-messageformat][], a library to support more advanced translation patterns that include complex pluralization and gender support. This library is based on a [Strawman Draft][] proposing to evolve [ECMAScript 402][] to provide a standard way to format message strings with localization support in JavaScript.
`formatMessage()` is a sugar layer on top of [intl-messageformat][], a library to support more advanced translation patterns that include complex pluralization and gender support. This library is based on a [Strawman Draft][] proposing to evolve [ECMAScript 402][] to provide a standard way to format message strings with localization support in JavaScript.

@@ -30,3 +31,5 @@ The `formatMessage()` method accepts a string message and values to format it with. It too uses an internal cache to improve runtime performance by reusing `IntlMessageFormat` instances.

`formatRelative()` is similar to `formatMessage()` in that it's a sugar layer on top of a non-started library, [intl-relativeformat][], which takes a JavaScript date or timestamp, compares it with "now", and returns the formatted string; e.g., "3 hours ago".
Installation

@@ -41,4 +44,4 @@ ------------

```html
<script src="path/to/react.js"></script>
<script src="path/to/react-intl.js"></script>
<script src="react/react.min.js"></script>
<script src="react-intl/react-intl.min.js"></script>
```

@@ -48,2 +51,10 @@

Be default, React Intl ships with the locale data for English built-in. When you need to format data in another locale, include its data; e.g., for French:
```html
<script src="react-intl/locale-data/fr.js"></script>
```
_Note: All 150+ locales supported use their root BCP 47 language tag; i.e., the part before the first hyphen (if any)._
3. Creating a React component with the Intl Mixin:

@@ -96,2 +107,4 @@

_Note: in Node.js, the data for all locales is pre-loaded._
Advanced Options

@@ -273,3 +286,3 @@ ----------------

name="John" manager="Mike" />,
document.getElementById('example')
document.getElementById("example")
);

@@ -282,3 +295,3 @@ // - English output: "John reports to Mike."

name="John" manager="Mike" />,
document.getElementById('example')
document.getElementById("example")
);

@@ -288,2 +301,42 @@ // - German output: "John berichtet an Mike."

### Example #1: Simple String Replacement with Relative Time
```javascript
var MyComponent = React.createClass({
mixins: [ReactIntlMixin],
render: function () {
return <p>{this.formatMessage(this.getIntlMessage("posted"), {
relativeTime: this.formatRelative(this.props.postDate),
})}</p>;
}
});
var messages = {
"en": {
reporting: "posted {relativeTime}"
},
"es": {
reporting: "publicado {relativeTime}"
}
};
// Render in English:
React.renderComponent(
<MyComponent locales={["en"]} messages={messages["en"]}
postDate="2014-05-11" />,
document.getElementById('example')
);
// - English output: "posted 4 months ago"
// Render in Spanish:
React.renderComponent(
<MyComponent locales={["es"]} messages={messages["es"]}
postDate="2014-05-11" />,
document.getElementById('example')
);
// - German output: "publicado hace 4 meses"
```
### Example #2: String Replacement with Pluralization

@@ -419,2 +472,3 @@

[intl-messageformat]: https://github.com/yahoo/intl-messageformat
[intl-relativeformat]: https://github.com/yahoo/intl-relativeformat
[Intl.NumberFormat]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat

@@ -421,0 +475,0 @@ [Intl.DateTimeFormat]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat

/* global React */
/* jslint esnext:true */
import {
getDateTimeFormat,
getNumberFormat,
getMessageFormat
} from 'intl-format-cache';
import IntlMessageFormat from 'intl-messageformat';
import IntlRelativeFormat from 'intl-relativeformat';
import createFormatCache from 'intl-format-cache';

@@ -27,2 +25,7 @@ // -----------------------------------------------------------------------------

getNumberFormat : createFormatCache(Intl.NumberFormat),
getDateTimeFormat: createFormatCache(Intl.DateTimeFormat),
getMessageFormat : createFormatCache(IntlMessageFormat),
getRelativeFormat: createFormatCache(IntlRelativeFormat),
getChildContext: function () {

@@ -65,3 +68,3 @@ var childContext = Object.create(this.context);

return getDateTimeFormat(locales, options).format(date);
return this.getDateTimeFormat(locales, options).format(date);
},

@@ -101,3 +104,3 @@

return getNumberFormat(locales, options).format(num);
return this.getNumberFormat(locales, options).format(num);
},

@@ -117,3 +120,3 @@

if (typeof message === 'string') {
message = getMessageFormat(message, locales, formats);
message = this.getMessageFormat(message, locales, formats);
}

@@ -124,2 +127,24 @@

formatRelative: function (date, options) {
var locales = this.props.locales || this.context.locales,
formats = this.props.formats || this.context.formats;
date = new Date(date);
// Determine if the `date` is valid.
if (!(date && date.getTime())) {
throw new TypeError('A date must be provided.');
}
if (options && typeof options === 'string') {
try {
options = formats.relative[options];
} catch (e) {
throw new ReferenceError('No relative format named: ' + options);
}
}
return this.getRelativeFormat(locales, options).format(date);
},
getIntlMessage: function (path) {

@@ -142,3 +167,8 @@ var messages = this.props.messages || this.context.messages,

return message;
},
__addLocaleData: function (data) {
IntlMessageFormat.__addLocaleData(data);
IntlRelativeFormat.__addLocaleData(data);
}
};

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc