4 lines
85 KiB
JavaScript
4 lines
85 KiB
JavaScript
(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)h.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,e){this.id=a,this.useOrdinal=b,this.offset=c,this.options=d,this.pluralFn=e}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),j(this,"_locale",{value:this._resolveLocale(b)});var e=this._findPluralRuleFunction(this._locale),f=this._compilePattern(d,b,c,e),h=this;this.format=function(a){return h._format(f,a)}}var h=Object.prototype.hasOwnProperty,i=function(){try{return!!Object.defineProperty({},"a",{})}catch(a){return!1}}(),j=(!i&&!Object.prototype.__defineGetter__,i?Object.defineProperty:function(a,b,c){"get"in c&&a.__defineGetter__?a.__defineGetter__(b,c.get):(!h.call(a,b)||"value"in c)&&(a[b]=c.value)}),k=Object.create||function(a,b){function c(){}var d,e;c.prototype=a,d=new c;for(e in b)h.call(b,e)&&j(d,e,b[e]);return d},l=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.ordinal,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,this.useOrdinal)];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 m=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 Ub!==b&&(Ub>b&&(Ub=0,Vb={line:1,column:1,seenCR:!1}),c(Vb,Ub,b),Ub=b),Vb}function d(a){Wb>Sb||(Sb>Wb&&(Wb=Sb,Xb=[]),Xb.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=Sb,b=[],c=h();c!==E;)b.push(c),c=h();return b!==E&&(Tb=a,b=H(b)),a=b}function h(){var a;return a=j(),a===E&&(a=l()),a}function i(){var b,c,d,e,f,g;if(b=Sb,c=[],d=Sb,e=w(),e!==E?(f=B(),f!==E?(g=w(),g!==E?(e=[e,f,g],d=e):(Sb=d,d=I)):(Sb=d,d=I)):(Sb=d,d=I),d!==E)for(;d!==E;)c.push(d),d=Sb,e=w(),e!==E?(f=B(),f!==E?(g=w(),g!==E?(e=[e,f,g],d=e):(Sb=d,d=I)):(Sb=d,d=I)):(Sb=d,d=I);else c=I;return c!==E&&(Tb=b,c=J(c)),b=c,b===E&&(b=Sb,c=v(),c!==E&&(c=a.substring(b,Sb)),b=c),b}function j(){var a,b;return a=Sb,b=i(),b!==E&&(Tb=a,b=K(b)),a=b}function k(){var b,c,e;if(b=z(),b===E){if(b=Sb,c=[],L.test(a.charAt(Sb))?(e=a.charAt(Sb),Sb++):(e=E,0===Yb&&d(M)),e!==E)for(;e!==E;)c.push(e),L.test(a.charAt(Sb))?(e=a.charAt(Sb),Sb++):(e=E,0===Yb&&d(M));else c=I;c!==E&&(c=a.substring(b,Sb)),b=c}return b}function l(){var b,c,e,f,g,h,i,j,l;return b=Sb,123===a.charCodeAt(Sb)?(c=N,Sb++):(c=E,0===Yb&&d(O)),c!==E?(e=w(),e!==E?(f=k(),f!==E?(g=w(),g!==E?(h=Sb,44===a.charCodeAt(Sb)?(i=Q,Sb++):(i=E,0===Yb&&d(R)),i!==E?(j=w(),j!==E?(l=m(),l!==E?(i=[i,j,l],h=i):(Sb=h,h=I)):(Sb=h,h=I)):(Sb=h,h=I),h===E&&(h=P),h!==E?(i=w(),i!==E?(125===a.charCodeAt(Sb)?(j=S,Sb++):(j=E,0===Yb&&d(T)),j!==E?(Tb=b,c=U(f,h),b=c):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I),b}function m(){var a;return a=n(),a===E&&(a=o(),a===E&&(a=p(),a===E&&(a=q()))),a}function n(){var b,c,e,f,g,h,i;return b=Sb,a.substr(Sb,6)===V?(c=V,Sb+=6):(c=E,0===Yb&&d(W)),c===E&&(a.substr(Sb,4)===X?(c=X,Sb+=4):(c=E,0===Yb&&d(Y)),c===E&&(a.substr(Sb,4)===Z?(c=Z,Sb+=4):(c=E,0===Yb&&d($)))),c!==E?(e=w(),e!==E?(f=Sb,44===a.charCodeAt(Sb)?(g=Q,Sb++):(g=E,0===Yb&&d(R)),g!==E?(h=w(),h!==E?(i=B(),i!==E?(g=[g,h,i],f=g):(Sb=f,f=I)):(Sb=f,f=I)):(Sb=f,f=I),f===E&&(f=P),f!==E?(Tb=b,c=_(c,f),b=c):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I),b}function o(){var b,c,e,f,g,h;return b=Sb,a.substr(Sb,6)===ab?(c=ab,Sb+=6):(c=E,0===Yb&&d(bb)),c!==E?(e=w(),e!==E?(44===a.charCodeAt(Sb)?(f=Q,Sb++):(f=E,0===Yb&&d(R)),f!==E?(g=w(),g!==E?(h=u(),h!==E?(Tb=b,c=cb(h),b=c):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I),b}function p(){var b,c,e,f,g,h;return b=Sb,a.substr(Sb,13)===db?(c=db,Sb+=13):(c=E,0===Yb&&d(eb)),c!==E?(e=w(),e!==E?(44===a.charCodeAt(Sb)?(f=Q,Sb++):(f=E,0===Yb&&d(R)),f!==E?(g=w(),g!==E?(h=u(),h!==E?(Tb=b,c=fb(h),b=c):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I),b}function q(){var b,c,e,f,g,h,i;if(b=Sb,a.substr(Sb,6)===gb?(c=gb,Sb+=6):(c=E,0===Yb&&d(hb)),c!==E)if(e=w(),e!==E)if(44===a.charCodeAt(Sb)?(f=Q,Sb++):(f=E,0===Yb&&d(R)),f!==E)if(g=w(),g!==E){if(h=[],i=s(),i!==E)for(;i!==E;)h.push(i),i=s();else h=I;h!==E?(Tb=b,c=ib(h),b=c):(Sb=b,b=I)}else Sb=b,b=I;else Sb=b,b=I;else Sb=b,b=I;else Sb=b,b=I;return b}function r(){var b,c,e,f;return b=Sb,c=Sb,61===a.charCodeAt(Sb)?(e=jb,Sb++):(e=E,0===Yb&&d(kb)),e!==E?(f=z(),f!==E?(e=[e,f],c=e):(Sb=c,c=I)):(Sb=c,c=I),c!==E&&(c=a.substring(b,Sb)),b=c,b===E&&(b=B()),b}function s(){var b,c,e,f,h,i,j,k,l;return b=Sb,c=w(),c!==E?(e=r(),e!==E?(f=w(),f!==E?(123===a.charCodeAt(Sb)?(h=N,Sb++):(h=E,0===Yb&&d(O)),h!==E?(i=w(),i!==E?(j=g(),j!==E?(k=w(),k!==E?(125===a.charCodeAt(Sb)?(l=S,Sb++):(l=E,0===Yb&&d(T)),l!==E?(Tb=b,c=lb(e,j),b=c):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I),b}function t(){var b,c,e,f;return b=Sb,a.substr(Sb,7)===mb?(c=mb,Sb+=7):(c=E,0===Yb&&d(nb)),c!==E?(e=w(),e!==E?(f=z(),f!==E?(Tb=b,c=ob(f),b=c):(Sb=b,b=I)):(Sb=b,b=I)):(Sb=b,b=I),b}function u(){var a,b,c,d,e;if(a=Sb,b=t(),b===E&&(b=P),b!==E)if(c=w(),c!==E){if(d=[],e=s(),e!==E)for(;e!==E;)d.push(e),e=s();else d=I;d!==E?(Tb=a,b=pb(b,d),a=b):(Sb=a,a=I)}else Sb=a,a=I;else Sb=a,a=I;return a}function v(){var b,c;if(Yb++,b=[],rb.test(a.charAt(Sb))?(c=a.charAt(Sb),Sb++):(c=E,0===Yb&&d(sb)),c!==E)for(;c!==E;)b.push(c),rb.test(a.charAt(Sb))?(c=a.charAt(Sb),Sb++):(c=E,0===Yb&&d(sb));else b=I;return Yb--,b===E&&(c=E,0===Yb&&d(qb)),b}function w(){var b,c,e;for(Yb++,b=Sb,c=[],e=v();e!==E;)c.push(e),e=v();return c!==E&&(c=a.substring(b,Sb)),b=c,Yb--,b===E&&(c=E,0===Yb&&d(tb)),b}function x(){var b;return ub.test(a.charAt(Sb))?(b=a.charAt(Sb),Sb++):(b=E,0===Yb&&d(vb)),b}function y(){var b;return wb.test(a.charAt(Sb))?(b=a.charAt(Sb),Sb++):(b=E,0===Yb&&d(xb)),b}function z(){var b,c,e,f,g,h;if(b=Sb,48===a.charCodeAt(Sb)?(c=yb,Sb++):(c=E,0===Yb&&d(zb)),c===E){if(c=Sb,e=Sb,Ab.test(a.charAt(Sb))?(f=a.charAt(Sb),Sb++):(f=E,0===Yb&&d(Bb)),f!==E){for(g=[],h=x();h!==E;)g.push(h),h=x();g!==E?(f=[f,g],e=f):(Sb=e,e=I)}else Sb=e,e=I;e!==E&&(e=a.substring(c,Sb)),c=e}return c!==E&&(Tb=b,c=Cb(c)),b=c}function A(){var b,c,e,f,g,h,i,j;return Db.test(a.charAt(Sb))?(b=a.charAt(Sb),Sb++):(b=E,0===Yb&&d(Eb)),b===E&&(b=Sb,a.substr(Sb,2)===Fb?(c=Fb,Sb+=2):(c=E,0===Yb&&d(Gb)),c!==E&&(Tb=b,c=Hb()),b=c,b===E&&(b=Sb,a.substr(Sb,2)===Ib?(c=Ib,Sb+=2):(c=E,0===Yb&&d(Jb)),c!==E&&(Tb=b,c=Kb()),b=c,b===E&&(b=Sb,a.substr(Sb,2)===Lb?(c=Lb,Sb+=2):(c=E,0===Yb&&d(Mb)),c!==E&&(Tb=b,c=Nb()),b=c,b===E&&(b=Sb,a.substr(Sb,2)===Ob?(c=Ob,Sb+=2):(c=E,0===Yb&&d(Pb)),c!==E?(e=Sb,f=Sb,g=y(),g!==E?(h=y(),h!==E?(i=y(),i!==E?(j=y(),j!==E?(g=[g,h,i,j],f=g):(Sb=f,f=I)):(Sb=f,f=I)):(Sb=f,f=I)):(Sb=f,f=I),f!==E&&(f=a.substring(e,Sb)),e=f,e!==E?(Tb=b,c=Qb(e),b=c):(Sb=b,b=I)):(Sb=b,b=I))))),b}function B(){var a,b,c;if(a=Sb,b=[],c=A(),c!==E)for(;c!==E;)b.push(c),c=A();else b=I;return b!==E&&(Tb=a,b=Rb(b)),a=b}var C,D=arguments.length>1?arguments[1]:{},E={},F={start:f},G=f,H=function(a){return{type:"messageFormatPattern",elements:a}},I=E,J=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},K=function(a){return{type:"messageTextElement",value:a}},L=/^[^ \t\n\r,.+={}#]/,M={type:"class",value:"[^ \\t\\n\\r,.+={}#]",description:"[^ \\t\\n\\r,.+={}#]"},N="{",O={type:"literal",value:"{",description:'"{"'},P=null,Q=",",R={type:"literal",value:",",description:'","'},S="}",T={type:"literal",value:"}",description:'"}"'},U=function(a,b){return{type:"argumentElement",id:a,format:b&&b[2]}},V="number",W={type:"literal",value:"number",description:'"number"'},X="date",Y={type:"literal",value:"date",description:'"date"'},Z="time",$={type:"literal",value:"time",description:'"time"'},_=function(a,b){return{type:a+"Format",style:b&&b[2]}},ab="plural",bb={type:"literal",value:"plural",description:'"plural"'},cb=function(a){return{type:a.type,ordinal:!1,offset:a.offset||0,options:a.options}},db="selectordinal",eb={type:"literal",value:"selectordinal",description:'"selectordinal"'},fb=function(a){return{type:a.type,ordinal:!0,offset:a.offset||0,options:a.options}},gb="select",hb={type:"literal",value:"select",description:'"select"'},ib=function(a){return{type:"selectFormat",options:a}},jb="=",kb={type:"literal",value:"=",description:'"="'},lb=function(a,b){return{type:"optionalFormatPattern",selector:a,value:b}},mb="offset:",nb={type:"literal",value:"offset:",description:'"offset:"'},ob=function(a){return a},pb=function(a,b){return{type:"pluralFormat",offset:a,options:b}},qb={type:"other",description:"whitespace"},rb=/^[ \t\n\r]/,sb={type:"class",value:"[ \\t\\n\\r]",description:"[ \\t\\n\\r]"},tb={type:"other",description:"optionalWhitespace"},ub=/^[0-9]/,vb={type:"class",value:"[0-9]",description:"[0-9]"},wb=/^[0-9a-f]/i,xb={type:"class",value:"[0-9a-f]i",description:"[0-9a-f]i"},yb="0",zb={type:"literal",value:"0",description:'"0"'},Ab=/^[1-9]/,Bb={type:"class",value:"[1-9]",description:"[1-9]"},Cb=function(a){return parseInt(a,10)},Db=/^[^{}\\\0-\x1F \t\n\r]/,Eb={type:"class",value:"[^{}\\\\\\0-\\x1F \\t\\n\\r]",description:"[^{}\\\\\\0-\\x1F \\t\\n\\r]"},Fb="\\#",Gb={type:"literal",value:"\\#",description:'"\\\\#"'},Hb=function(){return"\\#"},Ib="\\{",Jb={type:"literal",value:"\\{",description:'"\\\\{"'},Kb=function(){return"{"},Lb="\\}",Mb={type:"literal",value:"\\}",description:'"\\\\}"'},Nb=function(){return"}"},Ob="\\u",Pb={type:"literal",value:"\\u",description:'"\\\\u"'},Qb=function(a){return String.fromCharCode(parseInt(a,16))},Rb=function(a){return a.join("")},Sb=0,Tb=0,Ub=0,Vb={line:1,column:1,seenCR:!1},Wb=0,Xb=[],Yb=0;if("startRule"in D){if(!(D.startRule in F))throw new Error("Can't start parsing from rule \""+D.startRule+'".');G=F[D.startRule]}if(C=G(),C!==E&&Sb===a.length)return C;throw C!==E&&Sb<a.length&&d({type:"end",description:"end of input"}),e(null,Xb,Wb)}return a(b,Error),{SyntaxError:b,parse:c}}(),n=g;j(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"}}}}),j(g,"__localeData__",{value:k(null)}),j(g,"__addLocaleData",{value:function(a){if(!a||!a.locale)throw new Error("Locale data provided to IntlMessageFormat is missing a `locale` property");g.__localeData__[a.locale.toLowerCase()]=a}}),j(g,"__parse",{value:m.parse}),j(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 l(b,c,d);return e.compile(a)},g.prototype._findPluralRuleFunction=function(a){for(var b=g.__localeData__,c=b[a.toLowerCase()];c;){if(c.pluralRuleFunction)return c.pluralRuleFunction;c=c.parentLocale&&b[c.parentLocale.toLowerCase()]}throw new Error("Locale data added to IntlMessageFormat is missing a `pluralRuleFunction` for :"+a)},g.prototype._format=function(a,b){var c,d,e,f,g,i="";for(c=0,d=a.length;d>c;c+=1)if(e=a[c],"string"!=typeof e){if(f=e.id,!b||!h.call(b,f))throw new Error("A value must be provided for: "+f);g=b[f],i+=e.options?this._format(e.getOption(g),b):e.format(g)}else i+=e;return i},g.prototype._mergeFormats=function(b,c){var d,e,f={};for(d in b)h.call(b,d)&&(f[d]=e=k(b[d]),c&&h.call(c,d)&&a(e,c[d]));return f},g.prototype._resolveLocale=function(a){"string"==typeof a&&(a=[a]),a=(a||[]).concat(g.defaultLocale);var b,c,d,e,f=g.__localeData__;for(b=0,c=a.length;c>b;b+=1)for(d=a[b].toLowerCase().split("-");d.length;){if(e=f[d.join("-")])return e.locale;d.pop()}var h=a.pop();throw new Error("No locale data has been added to IntlMessageFormat for: "+a.join(", ")+", or the default locale: "+h)};var o={locale:"en",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1],e=Number(c[0])==a,f=e&&c[0].slice(-1),g=e&&c[0].slice(-2);return b?1==f&&11!=g?"one":2==f&&12!=g?"two":3==f&&13!=g?"few":"other":1==a&&d?"one":"other"}};n.__addLocaleData(o),n.defaultLocale="en";var p=n;this.IntlMessageFormat=p}).call(this),IntlMessageFormat.__addLocaleData({locale:"aa",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"aa-DJ",parentLocale:"aa"}),IntlMessageFormat.__addLocaleData({locale:"aa-ER",parentLocale:"aa"}),IntlMessageFormat.__addLocaleData({locale:"aa-ET",parentLocale:"aa"}),IntlMessageFormat.__addLocaleData({locale:"af",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"af-NA",parentLocale:"af"}),IntlMessageFormat.__addLocaleData({locale:"af-ZA",parentLocale:"af"}),IntlMessageFormat.__addLocaleData({locale:"agq",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"agq-CM",parentLocale:"agq"}),IntlMessageFormat.__addLocaleData({locale:"ak",pluralRuleFunction:function(a,b){return b?"other":0==a||1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ak-GH",parentLocale:"ak"}),IntlMessageFormat.__addLocaleData({locale:"am",pluralRuleFunction:function(a,b){return b?"other":a>=0&&1>=a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"am-ET",parentLocale:"am"}),IntlMessageFormat.__addLocaleData({locale:"ar",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a,e=d&&c[0].slice(-2);return b?"other":0==a?"zero":1==a?"one":2==a?"two":e>=3&&10>=e?"few":e>=11&&99>=e?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ar-001",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-AE",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-BH",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-DJ",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-DZ",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-EG",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-EH",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-ER",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-IL",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-IQ",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-JO",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-KM",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-KW",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-LB",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-LY",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-MA",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-MR",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-OM",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-PS",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-QA",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-SA",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-SD",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-SO",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-SS",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-SY",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-TD",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-TN",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"ar-YE",parentLocale:"ar"}),IntlMessageFormat.__addLocaleData({locale:"as",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"as-IN",parentLocale:"as"}),IntlMessageFormat.__addLocaleData({locale:"asa",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"asa-TZ",parentLocale:"asa"}),IntlMessageFormat.__addLocaleData({locale:"ast",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ast-ES",parentLocale:"ast"}),IntlMessageFormat.__addLocaleData({locale:"az",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=d.slice(-1),f=d.slice(-2),g=d.slice(-3);return b?1==e||2==e||5==e||7==e||8==e||20==f||50==f||70==f||80==f?"one":3==e||4==e||100==g||200==g||300==g||400==g||500==g||600==g||700==g||800==g||900==g?"few":0==d||6==e||40==f||60==f||90==f?"many":"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"az-Cyrl",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"az-Cyrl-AZ",parentLocale:"az-Cyrl"}),IntlMessageFormat.__addLocaleData({locale:"az-Latn",parentLocale:"az"}),IntlMessageFormat.__addLocaleData({locale:"az-Latn-AZ",parentLocale:"az-Latn"}),IntlMessageFormat.__addLocaleData({locale:"bas",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"bas-CM",parentLocale:"bas"}),IntlMessageFormat.__addLocaleData({locale:"be",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a,e=d&&c[0].slice(-1),f=d&&c[0].slice(-2);return b?"other":1==e&&11!=f?"one":e>=2&&4>=e&&(12>f||f>14)?"few":d&&0==e||e>=5&&9>=e||f>=11&&14>=f?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"be-BY",parentLocale:"be"}),IntlMessageFormat.__addLocaleData({locale:"bem",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"bem-ZM",parentLocale:"bem"}),IntlMessageFormat.__addLocaleData({locale:"bez",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"bez-TZ",parentLocale:"bez"}),IntlMessageFormat.__addLocaleData({locale:"bg",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"bg-BG",parentLocale:"bg"}),IntlMessageFormat.__addLocaleData({locale:"bh",pluralRuleFunction:function(a,b){return b?"other":0==a||1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"bm",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"bm-Latn",parentLocale:"bm"}),IntlMessageFormat.__addLocaleData({locale:"bm-Latn-ML",parentLocale:"bm-Latn"}),IntlMessageFormat.__addLocaleData({locale:"bm-Nkoo",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"bn",pluralRuleFunction:function(a,b){return b?1==a||5==a||7==a||8==a||9==a||10==a?"one":2==a||3==a?"two":4==a?"few":6==a?"many":"other":a>=0&&1>=a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"bn-BD",parentLocale:"bn"}),IntlMessageFormat.__addLocaleData({locale:"bn-IN",parentLocale:"bn"}),IntlMessageFormat.__addLocaleData({locale:"bo",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"bo-CN",parentLocale:"bo"}),IntlMessageFormat.__addLocaleData({locale:"bo-IN",parentLocale:"bo"}),IntlMessageFormat.__addLocaleData({locale:"br",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a,e=d&&c[0].slice(-1),f=d&&c[0].slice(-2),g=d&&c[0].slice(-6);return b?"other":1==e&&11!=f&&71!=f&&91!=f?"one":2==e&&12!=f&&72!=f&&92!=f?"two":(3==e||4==e||9==e)&&(10>f||f>19)&&(70>f||f>79)&&(90>f||f>99)?"few":0!=a&&d&&0==g?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"br-FR",parentLocale:"br"}),IntlMessageFormat.__addLocaleData({locale:"brx",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"brx-IN",parentLocale:"brx"}),IntlMessageFormat.__addLocaleData({locale:"bs",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=c[1]||"",f=!c[1],g=d.slice(-1),h=d.slice(-2),i=e.slice(-1),j=e.slice(-2);return b?"other":f&&1==g&&11!=h||1==i&&11!=j?"one":f&&g>=2&&4>=g&&(12>h||h>14)||i>=2&&4>=i&&(12>j||j>14)?"few":"other"}}),IntlMessageFormat.__addLocaleData({locale:"bs-Cyrl",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"bs-Cyrl-BA",parentLocale:"bs-Cyrl"}),IntlMessageFormat.__addLocaleData({locale:"bs-Latn",parentLocale:"bs"}),IntlMessageFormat.__addLocaleData({locale:"bs-Latn-BA",parentLocale:"bs-Latn"}),IntlMessageFormat.__addLocaleData({locale:"ca",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?1==a||3==a?"one":2==a?"two":4==a?"few":"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ca-AD",parentLocale:"ca"}),IntlMessageFormat.__addLocaleData({locale:"ca-ES",parentLocale:"ca"}),IntlMessageFormat.__addLocaleData({locale:"ca-ES-VALENCIA",parentLocale:"ca-ES"}),IntlMessageFormat.__addLocaleData({locale:"ca-FR",parentLocale:"ca"}),IntlMessageFormat.__addLocaleData({locale:"ca-IT",parentLocale:"ca"}),IntlMessageFormat.__addLocaleData({locale:"cgg",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"cgg-UG",parentLocale:"cgg"}),IntlMessageFormat.__addLocaleData({locale:"chr",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"chr-US",parentLocale:"chr"}),IntlMessageFormat.__addLocaleData({locale:"ckb",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"cs",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=!c[1];return b?"other":1==a&&e?"one":d>=2&&4>=d&&e?"few":e?"other":"many"}}),IntlMessageFormat.__addLocaleData({locale:"cs-CZ",parentLocale:"cs"}),IntlMessageFormat.__addLocaleData({locale:"cy",pluralRuleFunction:function(a,b){return b?0==a||7==a||8==a||9==a?"zero":1==a?"one":2==a?"two":3==a||4==a?"few":5==a||6==a?"many":"other":0==a?"zero":1==a?"one":2==a?"two":3==a?"few":6==a?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"cy-GB",parentLocale:"cy"}),IntlMessageFormat.__addLocaleData({locale:"da",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=Number(c[0])==a;return b?"other":1!=a&&(e||0!=d&&1!=d)?"other":"one"}}),IntlMessageFormat.__addLocaleData({locale:"da-DK",parentLocale:"da"}),IntlMessageFormat.__addLocaleData({locale:"da-GL",parentLocale:"da"}),IntlMessageFormat.__addLocaleData({locale:"dav",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"dav-KE",parentLocale:"dav"}),IntlMessageFormat.__addLocaleData({locale:"de",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"de-AT",parentLocale:"de"}),IntlMessageFormat.__addLocaleData({locale:"de-BE",parentLocale:"de"}),IntlMessageFormat.__addLocaleData({locale:"de-CH",parentLocale:"de"}),IntlMessageFormat.__addLocaleData({locale:"de-DE",parentLocale:"de"}),IntlMessageFormat.__addLocaleData({locale:"de-LI",parentLocale:"de"}),IntlMessageFormat.__addLocaleData({locale:"de-LU",parentLocale:"de"}),IntlMessageFormat.__addLocaleData({locale:"dje",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"dje-NE",parentLocale:"dje"}),IntlMessageFormat.__addLocaleData({locale:"dsb",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=c[1]||"",f=!c[1],g=d.slice(-2),h=e.slice(-2);return b?"other":f&&1==g||1==h?"one":f&&2==g||2==h?"two":f&&(3==g||4==g)||3==h||4==h?"few":"other"}}),IntlMessageFormat.__addLocaleData({locale:"dsb-DE",parentLocale:"dsb"}),IntlMessageFormat.__addLocaleData({locale:"dua",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"dua-CM",parentLocale:"dua"}),IntlMessageFormat.__addLocaleData({locale:"dv",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"dyo",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"dyo-SN",parentLocale:"dyo"}),IntlMessageFormat.__addLocaleData({locale:"dz",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"dz-BT",parentLocale:"dz"}),IntlMessageFormat.__addLocaleData({locale:"ebu",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ebu-KE",parentLocale:"ebu"}),IntlMessageFormat.__addLocaleData({locale:"ee",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ee-GH",parentLocale:"ee"}),IntlMessageFormat.__addLocaleData({locale:"ee-TG",parentLocale:"ee"}),IntlMessageFormat.__addLocaleData({locale:"el",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"el-CY",parentLocale:"el"}),IntlMessageFormat.__addLocaleData({locale:"el-GR",parentLocale:"el"}),IntlMessageFormat.__addLocaleData({locale:"en",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1],e=Number(c[0])==a,f=e&&c[0].slice(-1),g=e&&c[0].slice(-2);return b?1==f&&11!=g?"one":2==f&&12!=g?"two":3==f&&13!=g?"few":"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"en-001",parentLocale:"en"}),IntlMessageFormat.__addLocaleData({locale:"en-150",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-GB",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-AG",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-AI",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-AS",parentLocale:"en"}),IntlMessageFormat.__addLocaleData({locale:"en-AU",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-BB",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-BE",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-BM",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-BS",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-BW",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-BZ",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-CA",parentLocale:"en"}),IntlMessageFormat.__addLocaleData({locale:"en-CC",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-CK",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-CM",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-CX",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-DG",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-DM",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-Dsrt",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"en-ER",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-FJ",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-FK",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-FM",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-GD",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-GG",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-GH",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-GI",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-GM",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-GU",parentLocale:"en"}),IntlMessageFormat.__addLocaleData({locale:"en-GY",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-HK",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-IE",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-IM",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-IN",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-IO",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-JE",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-JM",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-KE",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-KI",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-KN",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-KY",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-LC",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-LR",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-LS",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-MG",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-MH",parentLocale:"en"}),IntlMessageFormat.__addLocaleData({locale:"en-MO",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-MP",parentLocale:"en"}),IntlMessageFormat.__addLocaleData({locale:"en-MS",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-MT",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-MU",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-MW",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-MY",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-NA",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-NF",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-NG",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-NR",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-NU",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-NZ",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-PG",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-PH",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-PK",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-PN",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-PR",parentLocale:"en"}),IntlMessageFormat.__addLocaleData({locale:"en-PW",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-RW",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-SB",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-SC",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-SD",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-SG",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-SH",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-SL",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-SS",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-SX",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-SZ",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-TC",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-TK",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-TO",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-TT",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-TV",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-TZ",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-UG",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-UM",parentLocale:"en"}),IntlMessageFormat.__addLocaleData({locale:"en-US",parentLocale:"en"}),IntlMessageFormat.__addLocaleData({locale:"en-US-POSIX",parentLocale:"en-US"}),IntlMessageFormat.__addLocaleData({locale:"en-VC",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-VG",parentLocale:"en-GB"}),IntlMessageFormat.__addLocaleData({locale:"en-VI",parentLocale:"en"}),IntlMessageFormat.__addLocaleData({locale:"en-VU",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-WS",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-ZA",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-ZM",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"en-ZW",parentLocale:"en-001"}),IntlMessageFormat.__addLocaleData({locale:"eo",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"
|
||
}}),IntlMessageFormat.__addLocaleData({locale:"eo-001",parentLocale:"eo"}),IntlMessageFormat.__addLocaleData({locale:"es",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"es-419",parentLocale:"es"}),IntlMessageFormat.__addLocaleData({locale:"es-AR",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-BO",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-CL",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-CO",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-CR",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-CU",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-DO",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-EA",parentLocale:"es"}),IntlMessageFormat.__addLocaleData({locale:"es-EC",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-ES",parentLocale:"es"}),IntlMessageFormat.__addLocaleData({locale:"es-GQ",parentLocale:"es"}),IntlMessageFormat.__addLocaleData({locale:"es-GT",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-HN",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-IC",parentLocale:"es"}),IntlMessageFormat.__addLocaleData({locale:"es-MX",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-NI",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-PA",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-PE",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-PH",parentLocale:"es"}),IntlMessageFormat.__addLocaleData({locale:"es-PR",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-PY",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-SV",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-US",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-UY",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"es-VE",parentLocale:"es-419"}),IntlMessageFormat.__addLocaleData({locale:"et",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"et-EE",parentLocale:"et"}),IntlMessageFormat.__addLocaleData({locale:"eu",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"eu-ES",parentLocale:"eu"}),IntlMessageFormat.__addLocaleData({locale:"ewo",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ewo-CM",parentLocale:"ewo"}),IntlMessageFormat.__addLocaleData({locale:"fa",pluralRuleFunction:function(a,b){return b?"other":a>=0&&1>=a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"fa-AF",parentLocale:"fa"}),IntlMessageFormat.__addLocaleData({locale:"fa-IR",parentLocale:"fa"}),IntlMessageFormat.__addLocaleData({locale:"ff",pluralRuleFunction:function(a,b){return b?"other":a>=0&&2>a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ff-CM",parentLocale:"ff"}),IntlMessageFormat.__addLocaleData({locale:"ff-GN",parentLocale:"ff"}),IntlMessageFormat.__addLocaleData({locale:"ff-MR",parentLocale:"ff"}),IntlMessageFormat.__addLocaleData({locale:"ff-SN",parentLocale:"ff"}),IntlMessageFormat.__addLocaleData({locale:"fi",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"fi-FI",parentLocale:"fi"}),IntlMessageFormat.__addLocaleData({locale:"fil",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=c[1]||"",f=!c[1],g=d.slice(-1),h=e.slice(-1);return b?1==a?"one":"other":f&&(1==d||2==d||3==d)||f&&4!=g&&6!=g&&9!=g||!f&&4!=h&&6!=h&&9!=h?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"fil-PH",parentLocale:"fil"}),IntlMessageFormat.__addLocaleData({locale:"fo",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"fo-FO",parentLocale:"fo"}),IntlMessageFormat.__addLocaleData({locale:"fr",pluralRuleFunction:function(a,b){return b?1==a?"one":"other":a>=0&&2>a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"fr-BE",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-BF",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-BI",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-BJ",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-BL",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-CA",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-CD",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-CF",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-CG",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-CH",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-CI",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-CM",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-DJ",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-DZ",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-FR",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-GA",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-GF",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-GN",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-GP",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-GQ",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-HT",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-KM",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-LU",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-MA",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-MC",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-MF",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-MG",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-ML",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-MQ",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-MR",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-MU",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-NC",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-NE",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-PF",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-PM",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-RE",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-RW",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-SC",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-SN",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-SY",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-TD",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-TG",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-TN",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-VU",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-WF",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fr-YT",parentLocale:"fr"}),IntlMessageFormat.__addLocaleData({locale:"fur",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"fur-IT",parentLocale:"fur"}),IntlMessageFormat.__addLocaleData({locale:"fy",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"fy-NL",parentLocale:"fy"}),IntlMessageFormat.__addLocaleData({locale:"ga",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a;return b?"other":1==a?"one":2==a?"two":d&&a>=3&&6>=a?"few":d&&a>=7&&10>=a?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ga-IE",parentLocale:"ga"}),IntlMessageFormat.__addLocaleData({locale:"gd",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a;return b?"other":1==a||11==a?"one":2==a||12==a?"two":d&&a>=3&&10>=a||d&&a>=13&&19>=a?"few":"other"}}),IntlMessageFormat.__addLocaleData({locale:"gd-GB",parentLocale:"gd"}),IntlMessageFormat.__addLocaleData({locale:"gl",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"gl-ES",parentLocale:"gl"}),IntlMessageFormat.__addLocaleData({locale:"gsw",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"gsw-CH",parentLocale:"gsw"}),IntlMessageFormat.__addLocaleData({locale:"gsw-FR",parentLocale:"gsw"}),IntlMessageFormat.__addLocaleData({locale:"gsw-LI",parentLocale:"gsw"}),IntlMessageFormat.__addLocaleData({locale:"gu",pluralRuleFunction:function(a,b){return b?1==a?"one":2==a||3==a?"two":4==a?"few":6==a?"many":"other":a>=0&&1>=a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"gu-IN",parentLocale:"gu"}),IntlMessageFormat.__addLocaleData({locale:"guw",pluralRuleFunction:function(a,b){return b?"other":0==a||1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"guz",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"guz-KE",parentLocale:"guz"}),IntlMessageFormat.__addLocaleData({locale:"gv",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=!c[1],f=d.slice(-1),g=d.slice(-2);return b?"other":e&&1==f?"one":e&&2==f?"two":!e||0!=g&&20!=g&&40!=g&&60!=g&&80!=g?e?"other":"many":"few"}}),IntlMessageFormat.__addLocaleData({locale:"gv-IM",parentLocale:"gv"}),IntlMessageFormat.__addLocaleData({locale:"ha",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ha-Arab",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ha-Latn",parentLocale:"ha"}),IntlMessageFormat.__addLocaleData({locale:"ha-Latn-GH",parentLocale:"ha-Latn"}),IntlMessageFormat.__addLocaleData({locale:"ha-Latn-NE",parentLocale:"ha-Latn"}),IntlMessageFormat.__addLocaleData({locale:"ha-Latn-NG",parentLocale:"ha-Latn"}),IntlMessageFormat.__addLocaleData({locale:"haw",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"haw-US",parentLocale:"haw"}),IntlMessageFormat.__addLocaleData({locale:"he",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=!c[1],f=Number(c[0])==a,g=f&&c[0].slice(-1);return b?"other":1==a&&e?"one":2==d&&e?"two":e&&(0>a||a>10)&&f&&0==g?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"he-IL",parentLocale:"he"}),IntlMessageFormat.__addLocaleData({locale:"hi",pluralRuleFunction:function(a,b){return b?1==a?"one":2==a||3==a?"two":4==a?"few":6==a?"many":"other":a>=0&&1>=a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"hi-IN",parentLocale:"hi"}),IntlMessageFormat.__addLocaleData({locale:"hr",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=c[1]||"",f=!c[1],g=d.slice(-1),h=d.slice(-2),i=e.slice(-1),j=e.slice(-2);return b?"other":f&&1==g&&11!=h||1==i&&11!=j?"one":f&&g>=2&&4>=g&&(12>h||h>14)||i>=2&&4>=i&&(12>j||j>14)?"few":"other"}}),IntlMessageFormat.__addLocaleData({locale:"hr-BA",parentLocale:"hr"}),IntlMessageFormat.__addLocaleData({locale:"hr-HR",parentLocale:"hr"}),IntlMessageFormat.__addLocaleData({locale:"hsb",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=c[1]||"",f=!c[1],g=d.slice(-2),h=e.slice(-2);return b?"other":f&&1==g||1==h?"one":f&&2==g||2==h?"two":f&&(3==g||4==g)||3==h||4==h?"few":"other"}}),IntlMessageFormat.__addLocaleData({locale:"hsb-DE",parentLocale:"hsb"}),IntlMessageFormat.__addLocaleData({locale:"hu",pluralRuleFunction:function(a,b){return b?1==a||5==a?"one":"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"hu-HU",parentLocale:"hu"}),IntlMessageFormat.__addLocaleData({locale:"hy",pluralRuleFunction:function(a,b){return b?1==a?"one":"other":a>=0&&2>a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"hy-AM",parentLocale:"hy"}),IntlMessageFormat.__addLocaleData({locale:"ia",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ia-FR",parentLocale:"ia"}),IntlMessageFormat.__addLocaleData({locale:"id",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"id-ID",parentLocale:"id"}),IntlMessageFormat.__addLocaleData({locale:"ig",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ig-NG",parentLocale:"ig"}),IntlMessageFormat.__addLocaleData({locale:"ii",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ii-CN",parentLocale:"ii"}),IntlMessageFormat.__addLocaleData({locale:"in",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"is",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=Number(c[0])==a,f=d.slice(-1),g=d.slice(-2);return b?"other":e&&1==f&&11!=g||!e?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"is-IS",parentLocale:"is"}),IntlMessageFormat.__addLocaleData({locale:"it",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?11==a||8==a||80==a||800==a?"many":"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"it-CH",parentLocale:"it"}),IntlMessageFormat.__addLocaleData({locale:"it-IT",parentLocale:"it"}),IntlMessageFormat.__addLocaleData({locale:"it-SM",parentLocale:"it"}),IntlMessageFormat.__addLocaleData({locale:"iu",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":2==a?"two":"other"}}),IntlMessageFormat.__addLocaleData({locale:"iw",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=!c[1],f=Number(c[0])==a,g=f&&c[0].slice(-1);return b?"other":1==a&&e?"one":2==d&&e?"two":e&&(0>a||a>10)&&f&&0==g?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ja",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ja-JP",parentLocale:"ja"}),IntlMessageFormat.__addLocaleData({locale:"jbo",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"jgo",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"jgo-CM",parentLocale:"jgo"}),IntlMessageFormat.__addLocaleData({locale:"ji",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"jmc",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"jmc-TZ",parentLocale:"jmc"}),IntlMessageFormat.__addLocaleData({locale:"jv",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"jw",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ka",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=d.slice(-2);return b?1==d?"one":0==d||e>=2&&20>=e||40==e||60==e||80==e?"many":"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ka-GE",parentLocale:"ka"}),IntlMessageFormat.__addLocaleData({locale:"kab",pluralRuleFunction:function(a,b){return b?"other":a>=0&&2>a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"kab-DZ",parentLocale:"kab"}),IntlMessageFormat.__addLocaleData({locale:"kaj",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"kam",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"kam-KE",parentLocale:"kam"}),IntlMessageFormat.__addLocaleData({locale:"kcg",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"kde",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"kde-TZ",parentLocale:"kde"}),IntlMessageFormat.__addLocaleData({locale:"kea",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"kea-CV",parentLocale:"kea"}),IntlMessageFormat.__addLocaleData({locale:"khq",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"khq-ML",parentLocale:"khq"}),IntlMessageFormat.__addLocaleData({locale:"ki",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ki-KE",parentLocale:"ki"}),IntlMessageFormat.__addLocaleData({locale:"kk",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a,e=d&&c[0].slice(-1);return b?6==e||9==e||d&&0==e&&0!=a?"many":"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"kk-Cyrl",parentLocale:"kk"}),IntlMessageFormat.__addLocaleData({locale:"kk-Cyrl-KZ",parentLocale:"kk-Cyrl"}),IntlMessageFormat.__addLocaleData({locale:"kkj",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"kkj-CM",parentLocale:"kkj"}),IntlMessageFormat.__addLocaleData({locale:"kl",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"kl-GL",parentLocale:"kl"}),IntlMessageFormat.__addLocaleData({locale:"kln",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"kln-KE",parentLocale:"kln"}),IntlMessageFormat.__addLocaleData({locale:"km",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"km-KH",parentLocale:"km"}),IntlMessageFormat.__addLocaleData({locale:"kn",pluralRuleFunction:function(a,b){return b?"other":a>=0&&1>=a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"kn-IN",parentLocale:"kn"}),IntlMessageFormat.__addLocaleData({locale:"ko",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ko-KP",parentLocale:"ko"}),IntlMessageFormat.__addLocaleData({locale:"ko-KR",parentLocale:"ko"}),IntlMessageFormat.__addLocaleData({locale:"kok",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"kok-IN",parentLocale:"kok"}),IntlMessageFormat.__addLocaleData({locale:"ks",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ks-Arab",parentLocale:"ks"}),IntlMessageFormat.__addLocaleData({locale:"ks-Arab-IN",parentLocale:"ks-Arab"}),IntlMessageFormat.__addLocaleData({locale:"ksb",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ksb-TZ",parentLocale:"ksb"}),IntlMessageFormat.__addLocaleData({locale:"ksf",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ksf-CM",parentLocale:"ksf"}),IntlMessageFormat.__addLocaleData({locale:"ksh",pluralRuleFunction:function(a,b){return b?"other":0==a?"zero":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ksh-DE",parentLocale:"ksh"}),IntlMessageFormat.__addLocaleData({locale:"ku",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"kw",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":2==a?"two":"other"}}),IntlMessageFormat.__addLocaleData({locale:"kw-GB",parentLocale:"kw"}),IntlMessageFormat.__addLocaleData({locale:"ky",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ky-Cyrl",parentLocale:"ky"}),IntlMessageFormat.__addLocaleData({locale:"ky-Cyrl-KG",parentLocale:"ky-Cyrl"}),IntlMessageFormat.__addLocaleData({locale:"lag",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0];return b?"other":0==a?"zero":0!=d&&1!=d||0==a?"other":"one"}}),IntlMessageFormat.__addLocaleData({locale:"lag-TZ",parentLocale:"lag"}),IntlMessageFormat.__addLocaleData({locale:"lb",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"lb-LU",parentLocale:"lb"}),IntlMessageFormat.__addLocaleData({locale:"lg",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"lg-UG",parentLocale:"lg"}),IntlMessageFormat.__addLocaleData({locale:"lkt",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"lkt-US",parentLocale:"lkt"}),IntlMessageFormat.__addLocaleData({locale:"ln",pluralRuleFunction:function(a,b){return b?"other":0==a||1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ln-AO",parentLocale:"ln"}),IntlMessageFormat.__addLocaleData({locale:"ln-CD",parentLocale:"ln"}),IntlMessageFormat.__addLocaleData({locale:"ln-CF",parentLocale:"ln"}),IntlMessageFormat.__addLocaleData({locale:"ln-CG",parentLocale:"ln"}),IntlMessageFormat.__addLocaleData({locale:"lo",pluralRuleFunction:function(a,b){return b&&1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"lo-LA",parentLocale:"lo"}),IntlMessageFormat.__addLocaleData({locale:"lt",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[1]||"",e=Number(c[0])==a,f=e&&c[0].slice(-1),g=e&&c[0].slice(-2);return b?"other":1==f&&(11>g||g>19)?"one":f>=2&&9>=f&&(11>g||g>19)?"few":0!=d?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"lt-LT",parentLocale:"lt"}),IntlMessageFormat.__addLocaleData({locale:"lu",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"lu-CD",parentLocale:"lu"}),IntlMessageFormat.__addLocaleData({locale:"luo",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"luo-KE",parentLocale:"luo"}),IntlMessageFormat.__addLocaleData({locale:"luy",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"luy-KE",parentLocale:"luy"}),IntlMessageFormat.__addLocaleData({locale:"lv",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[1]||"",e=d.length,f=Number(c[0])==a,g=f&&c[0].slice(-1),h=f&&c[0].slice(-2),i=d.slice(-2),j=d.slice(-1);return b?"other":f&&0==g||h>=11&&19>=h||2==e&&i>=11&&19>=i?"zero":1==g&&11!=h||2==e&&1==j&&11!=i||2!=e&&1==j?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"lv-LV",parentLocale:"lv"}),IntlMessageFormat.__addLocaleData({locale:"mas",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"mas-KE",parentLocale:"mas"}),IntlMessageFormat.__addLocaleData({locale:"mas-TZ",parentLocale:"mas"}),IntlMessageFormat.__addLocaleData({locale:"mer",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"mer-KE",parentLocale:"mer"}),IntlMessageFormat.__addLocaleData({locale:"mfe",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"mfe-MU",parentLocale:"mfe"}),IntlMessageFormat.__addLocaleData({locale:"mg",pluralRuleFunction:function(a,b){return b?"other":0==a||1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"mg-MG",parentLocale:"mg"}),IntlMessageFormat.__addLocaleData({locale:"mgh",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"mgh-MZ",parentLocale:"mgh"}),IntlMessageFormat.__addLocaleData({locale:"mgo",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"mgo-CM",parentLocale:"mgo"}),IntlMessageFormat.__addLocaleData({locale:"mk",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=c[1]||"",f=!c[1],g=d.slice(-1),h=d.slice(-2),i=e.slice(-1);return b?1==g&&11!=h?"one":2==g&&12!=h?"two":7!=g&&8!=g||17==h||18==h?"other":"many":f&&1==g||1==i?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"mk-MK",parentLocale:"mk"}),IntlMessageFormat.__addLocaleData({locale:"ml",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ml-IN",parentLocale:"ml"}),IntlMessageFormat.__addLocaleData({locale:"mn",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"mn-Cyrl",parentLocale:"mn"}),IntlMessageFormat.__addLocaleData({locale:"mn-Cyrl-MN",parentLocale:"mn-Cyrl"}),IntlMessageFormat.__addLocaleData({locale:"mn-Mong",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"mo",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1],e=Number(c[0])==a,f=e&&c[0].slice(-2);return b?1==a?"one":"other":1==a&&d?"one":!d||0==a||1!=a&&f>=1&&19>=f?"few":"other"}}),IntlMessageFormat.__addLocaleData({locale:"mr",pluralRuleFunction:function(a,b){return b?1==a?"one":2==a||3==a?"two":4==a?"few":"other":a>=0&&1>=a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"mr-IN",parentLocale:"mr"}),IntlMessageFormat.__addLocaleData({locale:"ms",pluralRuleFunction:function(a,b){return b&&1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ms-Arab",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ms-Latn",parentLocale:"ms"}),IntlMessageFormat.__addLocaleData({locale:"ms-Latn-BN",parentLocale:"ms-Latn"}),IntlMessageFormat.__addLocaleData({locale:"ms-Latn-MY",parentLocale:"ms-Latn"}),IntlMessageFormat.__addLocaleData({locale:"ms-Latn-SG",parentLocale:"ms-Latn"}),IntlMessageFormat.__addLocaleData({locale:"mt",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a,e=d&&c[0].slice(-2);return b?"other":1==a?"one":0==a||e>=2&&10>=e?"few":e>=11&&19>=e?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"mt-MT",parentLocale:"mt"}),IntlMessageFormat.__addLocaleData({locale:"mua",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"mua-CM",parentLocale:"mua"}),IntlMessageFormat.__addLocaleData({locale:"my",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"my-MM",parentLocale:"my"}),IntlMessageFormat.__addLocaleData({locale:"nah",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"naq",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":2==a?"two":"other"}}),IntlMessageFormat.__addLocaleData({locale:"naq-NA",parentLocale:"naq"}),IntlMessageFormat.__addLocaleData({locale:"nb",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"nb-NO",parentLocale:"nb"}),IntlMessageFormat.__addLocaleData({locale:"nb-SJ",parentLocale:"nb"}),IntlMessageFormat.__addLocaleData({locale:"nd",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"nd-ZW",parentLocale:"nd"}),IntlMessageFormat.__addLocaleData({locale:"ne",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a;return b?d&&a>=1&&4>=a?"one":"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ne-IN",parentLocale:"ne"}),IntlMessageFormat.__addLocaleData({locale:"ne-NP",parentLocale:"ne"}),IntlMessageFormat.__addLocaleData({locale:"nl",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"nl-AW",parentLocale:"nl"}),IntlMessageFormat.__addLocaleData({locale:"nl-BE",parentLocale:"nl"}),IntlMessageFormat.__addLocaleData({locale:"nl-BQ",parentLocale:"nl"}),IntlMessageFormat.__addLocaleData({locale:"nl-CW",parentLocale:"nl"}),IntlMessageFormat.__addLocaleData({locale:"nl-NL",parentLocale:"nl"}),IntlMessageFormat.__addLocaleData({locale:"nl-SR",parentLocale:"nl"}),IntlMessageFormat.__addLocaleData({locale:"nl-SX",parentLocale:"nl"}),IntlMessageFormat.__addLocaleData({locale:"nmg",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"nmg-CM",parentLocale:"nmg"}),IntlMessageFormat.__addLocaleData({locale:"nn",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"nn-NO",parentLocale:"nn"}),IntlMessageFormat.__addLocaleData({locale:"nnh",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"nnh-CM",parentLocale:"nnh"}),IntlMessageFormat.__addLocaleData({locale:"no",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"nqo",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"nr",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"nr-ZA",parentLocale:"nr"}),IntlMessageFormat.__addLocaleData({locale:"nso",pluralRuleFunction:function(a,b){return b?"other":0==a||1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"nso-ZA",parentLocale:"nso"}),IntlMessageFormat.__addLocaleData({locale:"nus",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"nus-SD",parentLocale:"nus"}),IntlMessageFormat.__addLocaleData({locale:"ny",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"nyn",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"nyn-UG",parentLocale:"nyn"}),IntlMessageFormat.__addLocaleData({locale:"om",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"om-ET",parentLocale:"om"}),IntlMessageFormat.__addLocaleData({locale:"om-KE",parentLocale:"om"}),IntlMessageFormat.__addLocaleData({locale:"or",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"or-IN",parentLocale:"or"}),IntlMessageFormat.__addLocaleData({locale:"os",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"os-GE",parentLocale:"os"}),IntlMessageFormat.__addLocaleData({locale:"os-RU",parentLocale:"os"}),IntlMessageFormat.__addLocaleData({locale:"pa",pluralRuleFunction:function(a,b){return b?"other":0==a||1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"pa-Arab",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"pa-Arab-PK",parentLocale:"pa-Arab"}),IntlMessageFormat.__addLocaleData({locale:"pa-Guru",parentLocale:"pa"}),IntlMessageFormat.__addLocaleData({locale:"pa-Guru-IN",parentLocale:"pa-Guru"}),IntlMessageFormat.__addLocaleData({locale:"pap",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"pl",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=!c[1],f=d.slice(-1),g=d.slice(-2);return b?"other":1==a&&e?"one":e&&f>=2&&4>=f&&(12>g||g>14)?"few":e&&1!=d&&(0==f||1==f)||e&&f>=5&&9>=f||e&&g>=12&&14>=g?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"pl-PL",parentLocale:"pl"}),IntlMessageFormat.__addLocaleData({locale:"prg",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[1]||"",e=d.length,f=Number(c[0])==a,g=f&&c[0].slice(-1),h=f&&c[0].slice(-2),i=d.slice(-2),j=d.slice(-1);return b?"other":f&&0==g||h>=11&&19>=h||2==e&&i>=11&&19>=i?"zero":1==g&&11!=h||2==e&&1==j&&11!=i||2!=e&&1==j?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ps",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ps-AF",parentLocale:"ps"}),IntlMessageFormat.__addLocaleData({locale:"pt",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a;return b?"other":d&&a>=0&&2>=a&&2!=a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"pt-AO",parentLocale:"pt-PT"}),IntlMessageFormat.__addLocaleData({locale:"pt-PT",parentLocale:"pt",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];
|
||
return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"pt-BR",parentLocale:"pt"}),IntlMessageFormat.__addLocaleData({locale:"pt-CV",parentLocale:"pt-PT"}),IntlMessageFormat.__addLocaleData({locale:"pt-GW",parentLocale:"pt-PT"}),IntlMessageFormat.__addLocaleData({locale:"pt-MO",parentLocale:"pt-PT"}),IntlMessageFormat.__addLocaleData({locale:"pt-MZ",parentLocale:"pt-PT"}),IntlMessageFormat.__addLocaleData({locale:"pt-ST",parentLocale:"pt-PT"}),IntlMessageFormat.__addLocaleData({locale:"pt-TL",parentLocale:"pt-PT"}),IntlMessageFormat.__addLocaleData({locale:"qu",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"qu-BO",parentLocale:"qu"}),IntlMessageFormat.__addLocaleData({locale:"qu-EC",parentLocale:"qu"}),IntlMessageFormat.__addLocaleData({locale:"qu-PE",parentLocale:"qu"}),IntlMessageFormat.__addLocaleData({locale:"rm",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"rm-CH",parentLocale:"rm"}),IntlMessageFormat.__addLocaleData({locale:"rn",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"rn-BI",parentLocale:"rn"}),IntlMessageFormat.__addLocaleData({locale:"ro",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1],e=Number(c[0])==a,f=e&&c[0].slice(-2);return b?1==a?"one":"other":1==a&&d?"one":!d||0==a||1!=a&&f>=1&&19>=f?"few":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ro-MD",parentLocale:"ro"}),IntlMessageFormat.__addLocaleData({locale:"ro-RO",parentLocale:"ro"}),IntlMessageFormat.__addLocaleData({locale:"rof",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"rof-TZ",parentLocale:"rof"}),IntlMessageFormat.__addLocaleData({locale:"ru",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=!c[1],f=d.slice(-1),g=d.slice(-2);return b?"other":e&&1==f&&11!=g?"one":e&&f>=2&&4>=f&&(12>g||g>14)?"few":e&&0==f||e&&f>=5&&9>=f||e&&g>=11&&14>=g?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ru-BY",parentLocale:"ru"}),IntlMessageFormat.__addLocaleData({locale:"ru-KG",parentLocale:"ru"}),IntlMessageFormat.__addLocaleData({locale:"ru-KZ",parentLocale:"ru"}),IntlMessageFormat.__addLocaleData({locale:"ru-MD",parentLocale:"ru"}),IntlMessageFormat.__addLocaleData({locale:"ru-RU",parentLocale:"ru"}),IntlMessageFormat.__addLocaleData({locale:"ru-UA",parentLocale:"ru"}),IntlMessageFormat.__addLocaleData({locale:"rw",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"rw-RW",parentLocale:"rw"}),IntlMessageFormat.__addLocaleData({locale:"rwk",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"rwk-TZ",parentLocale:"rwk"}),IntlMessageFormat.__addLocaleData({locale:"sah",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"sah-RU",parentLocale:"sah"}),IntlMessageFormat.__addLocaleData({locale:"saq",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"saq-KE",parentLocale:"saq"}),IntlMessageFormat.__addLocaleData({locale:"sbp",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"sbp-TZ",parentLocale:"sbp"}),IntlMessageFormat.__addLocaleData({locale:"se",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":2==a?"two":"other"}}),IntlMessageFormat.__addLocaleData({locale:"se-FI",parentLocale:"se"}),IntlMessageFormat.__addLocaleData({locale:"se-NO",parentLocale:"se"}),IntlMessageFormat.__addLocaleData({locale:"se-SE",parentLocale:"se"}),IntlMessageFormat.__addLocaleData({locale:"seh",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"seh-MZ",parentLocale:"seh"}),IntlMessageFormat.__addLocaleData({locale:"ses",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"ses-ML",parentLocale:"ses"}),IntlMessageFormat.__addLocaleData({locale:"sg",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"sg-CF",parentLocale:"sg"}),IntlMessageFormat.__addLocaleData({locale:"sh",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=c[1]||"",f=!c[1],g=d.slice(-1),h=d.slice(-2),i=e.slice(-1),j=e.slice(-2);return b?"other":f&&1==g&&11!=h||1==i&&11!=j?"one":f&&g>=2&&4>=g&&(12>h||h>14)||i>=2&&4>=i&&(12>j||j>14)?"few":"other"}}),IntlMessageFormat.__addLocaleData({locale:"shi",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a;return b?"other":a>=0&&1>=a?"one":d&&a>=2&&10>=a?"few":"other"}}),IntlMessageFormat.__addLocaleData({locale:"shi-Latn",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"shi-Latn-MA",parentLocale:"shi-Latn"}),IntlMessageFormat.__addLocaleData({locale:"shi-Tfng",parentLocale:"shi"}),IntlMessageFormat.__addLocaleData({locale:"shi-Tfng-MA",parentLocale:"shi-Tfng"}),IntlMessageFormat.__addLocaleData({locale:"si",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=c[1]||"";return b?"other":0==a||1==a||0==d&&1==e?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"si-LK",parentLocale:"si"}),IntlMessageFormat.__addLocaleData({locale:"sk",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=!c[1];return b?"other":1==a&&e?"one":d>=2&&4>=d&&e?"few":e?"other":"many"}}),IntlMessageFormat.__addLocaleData({locale:"sk-SK",parentLocale:"sk"}),IntlMessageFormat.__addLocaleData({locale:"sl",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=!c[1],f=d.slice(-2);return b?"other":e&&1==f?"one":e&&2==f?"two":e&&(3==f||4==f)||!e?"few":"other"}}),IntlMessageFormat.__addLocaleData({locale:"sl-SI",parentLocale:"sl"}),IntlMessageFormat.__addLocaleData({locale:"sma",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":2==a?"two":"other"}}),IntlMessageFormat.__addLocaleData({locale:"smi",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":2==a?"two":"other"}}),IntlMessageFormat.__addLocaleData({locale:"smj",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":2==a?"two":"other"}}),IntlMessageFormat.__addLocaleData({locale:"smn",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":2==a?"two":"other"}}),IntlMessageFormat.__addLocaleData({locale:"smn-FI",parentLocale:"smn"}),IntlMessageFormat.__addLocaleData({locale:"sms",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":2==a?"two":"other"}}),IntlMessageFormat.__addLocaleData({locale:"sn",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"sn-ZW",parentLocale:"sn"}),IntlMessageFormat.__addLocaleData({locale:"so",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"so-DJ",parentLocale:"so"}),IntlMessageFormat.__addLocaleData({locale:"so-ET",parentLocale:"so"}),IntlMessageFormat.__addLocaleData({locale:"so-KE",parentLocale:"so"}),IntlMessageFormat.__addLocaleData({locale:"so-SO",parentLocale:"so"}),IntlMessageFormat.__addLocaleData({locale:"sq",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a,e=d&&c[0].slice(-1),f=d&&c[0].slice(-2);return b?1==a?"one":4==e&&14!=f?"many":"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"sq-AL",parentLocale:"sq"}),IntlMessageFormat.__addLocaleData({locale:"sq-MK",parentLocale:"sq"}),IntlMessageFormat.__addLocaleData({locale:"sq-XK",parentLocale:"sq"}),IntlMessageFormat.__addLocaleData({locale:"sr",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=c[1]||"",f=!c[1],g=d.slice(-1),h=d.slice(-2),i=e.slice(-1),j=e.slice(-2);return b?"other":f&&1==g&&11!=h||1==i&&11!=j?"one":f&&g>=2&&4>=g&&(12>h||h>14)||i>=2&&4>=i&&(12>j||j>14)?"few":"other"}}),IntlMessageFormat.__addLocaleData({locale:"sr-Cyrl",parentLocale:"sr"}),IntlMessageFormat.__addLocaleData({locale:"sr-Cyrl-BA",parentLocale:"sr-Cyrl"}),IntlMessageFormat.__addLocaleData({locale:"sr-Cyrl-ME",parentLocale:"sr-Cyrl"}),IntlMessageFormat.__addLocaleData({locale:"sr-Cyrl-RS",parentLocale:"sr-Cyrl"}),IntlMessageFormat.__addLocaleData({locale:"sr-Cyrl-XK",parentLocale:"sr-Cyrl"}),IntlMessageFormat.__addLocaleData({locale:"sr-Latn",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"sr-Latn-BA",parentLocale:"sr-Latn"}),IntlMessageFormat.__addLocaleData({locale:"sr-Latn-ME",parentLocale:"sr-Latn"}),IntlMessageFormat.__addLocaleData({locale:"sr-Latn-RS",parentLocale:"sr-Latn"}),IntlMessageFormat.__addLocaleData({locale:"sr-Latn-XK",parentLocale:"sr-Latn"}),IntlMessageFormat.__addLocaleData({locale:"ss",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ss-SZ",parentLocale:"ss"}),IntlMessageFormat.__addLocaleData({locale:"ss-ZA",parentLocale:"ss"}),IntlMessageFormat.__addLocaleData({locale:"ssy",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ssy-ER",parentLocale:"ssy"}),IntlMessageFormat.__addLocaleData({locale:"st",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"sv",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1],e=Number(c[0])==a,f=e&&c[0].slice(-1),g=e&&c[0].slice(-2);return b?1!=f&&2!=f||11==g||12==g?"other":"one":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"sv-AX",parentLocale:"sv"}),IntlMessageFormat.__addLocaleData({locale:"sv-FI",parentLocale:"sv"}),IntlMessageFormat.__addLocaleData({locale:"sv-SE",parentLocale:"sv"}),IntlMessageFormat.__addLocaleData({locale:"sw",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"sw-KE",parentLocale:"sw"}),IntlMessageFormat.__addLocaleData({locale:"sw-TZ",parentLocale:"sw"}),IntlMessageFormat.__addLocaleData({locale:"sw-UG",parentLocale:"sw"}),IntlMessageFormat.__addLocaleData({locale:"swc",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"swc-CD",parentLocale:"swc"}),IntlMessageFormat.__addLocaleData({locale:"syr",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ta",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ta-IN",parentLocale:"ta"}),IntlMessageFormat.__addLocaleData({locale:"ta-LK",parentLocale:"ta"}),IntlMessageFormat.__addLocaleData({locale:"ta-MY",parentLocale:"ta"}),IntlMessageFormat.__addLocaleData({locale:"ta-SG",parentLocale:"ta"}),IntlMessageFormat.__addLocaleData({locale:"te",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"te-IN",parentLocale:"te"}),IntlMessageFormat.__addLocaleData({locale:"teo",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"teo-KE",parentLocale:"teo"}),IntlMessageFormat.__addLocaleData({locale:"teo-UG",parentLocale:"teo"}),IntlMessageFormat.__addLocaleData({locale:"th",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"th-TH",parentLocale:"th"}),IntlMessageFormat.__addLocaleData({locale:"ti",pluralRuleFunction:function(a,b){return b?"other":0==a||1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ti-ER",parentLocale:"ti"}),IntlMessageFormat.__addLocaleData({locale:"ti-ET",parentLocale:"ti"}),IntlMessageFormat.__addLocaleData({locale:"tig",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"tk",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"tl",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=c[1]||"",f=!c[1],g=d.slice(-1),h=e.slice(-1);return b?1==a?"one":"other":f&&(1==d||2==d||3==d)||f&&4!=g&&6!=g&&9!=g||!f&&4!=h&&6!=h&&9!=h?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"tn",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"tn-BW",parentLocale:"tn"}),IntlMessageFormat.__addLocaleData({locale:"tn-ZA",parentLocale:"tn"}),IntlMessageFormat.__addLocaleData({locale:"to",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"to-TO",parentLocale:"to"}),IntlMessageFormat.__addLocaleData({locale:"tr",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"tr-CY",parentLocale:"tr"}),IntlMessageFormat.__addLocaleData({locale:"tr-TR",parentLocale:"tr"}),IntlMessageFormat.__addLocaleData({locale:"ts",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ts-ZA",parentLocale:"ts"}),IntlMessageFormat.__addLocaleData({locale:"twq",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"twq-NE",parentLocale:"twq"}),IntlMessageFormat.__addLocaleData({locale:"tzm",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=Number(c[0])==a;return b?"other":0==a||1==a||d&&a>=11&&99>=a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"tzm-Latn",parentLocale:"tzm"}),IntlMessageFormat.__addLocaleData({locale:"tzm-Latn-MA",parentLocale:"tzm-Latn"}),IntlMessageFormat.__addLocaleData({locale:"ug",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ug-Arab",parentLocale:"ug"}),IntlMessageFormat.__addLocaleData({locale:"ug-Arab-CN",parentLocale:"ug-Arab"}),IntlMessageFormat.__addLocaleData({locale:"uk",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=c[0],e=!c[1],f=Number(c[0])==a,g=f&&c[0].slice(-1),h=f&&c[0].slice(-2),i=d.slice(-1),j=d.slice(-2);return b?3==g&&13!=h?"few":"other":e&&1==i&&11!=j?"one":e&&i>=2&&4>=i&&(12>j||j>14)?"few":e&&0==i||e&&i>=5&&9>=i||e&&j>=11&&14>=j?"many":"other"}}),IntlMessageFormat.__addLocaleData({locale:"uk-UA",parentLocale:"uk"}),IntlMessageFormat.__addLocaleData({locale:"ur",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ur-IN",parentLocale:"ur"}),IntlMessageFormat.__addLocaleData({locale:"ur-PK",parentLocale:"ur"}),IntlMessageFormat.__addLocaleData({locale:"uz",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"uz-Arab",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"uz-Arab-AF",parentLocale:"uz-Arab"}),IntlMessageFormat.__addLocaleData({locale:"uz-Cyrl",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"uz-Cyrl-UZ",parentLocale:"uz-Cyrl"}),IntlMessageFormat.__addLocaleData({locale:"uz-Latn",parentLocale:"uz"}),IntlMessageFormat.__addLocaleData({locale:"uz-Latn-UZ",parentLocale:"uz-Latn"}),IntlMessageFormat.__addLocaleData({locale:"vai",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"vai-Latn",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"vai-Latn-LR",parentLocale:"vai-Latn"}),IntlMessageFormat.__addLocaleData({locale:"vai-Vaii",parentLocale:"vai"}),IntlMessageFormat.__addLocaleData({locale:"vai-Vaii-LR",parentLocale:"vai-Vaii"}),IntlMessageFormat.__addLocaleData({locale:"ve",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"ve-ZA",parentLocale:"ve"}),IntlMessageFormat.__addLocaleData({locale:"vi",pluralRuleFunction:function(a,b){return b&&1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"vi-VN",parentLocale:"vi"}),IntlMessageFormat.__addLocaleData({locale:"vo",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"vo-001",parentLocale:"vo"}),IntlMessageFormat.__addLocaleData({locale:"vun",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"vun-TZ",parentLocale:"vun"}),IntlMessageFormat.__addLocaleData({locale:"wa",pluralRuleFunction:function(a,b){return b?"other":0==a||1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"wae",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"wae-CH",parentLocale:"wae"}),IntlMessageFormat.__addLocaleData({locale:"wo",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"xh",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"xog",pluralRuleFunction:function(a,b){return b?"other":1==a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"xog-UG",parentLocale:"xog"}),IntlMessageFormat.__addLocaleData({locale:"yav",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"yav-CM",parentLocale:"yav"}),IntlMessageFormat.__addLocaleData({locale:"yi",pluralRuleFunction:function(a,b){var c=String(a).split("."),d=!c[1];return b?"other":1==a&&d?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"yi-001",parentLocale:"yi"}),IntlMessageFormat.__addLocaleData({locale:"yo",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"yo-BJ",parentLocale:"yo"}),IntlMessageFormat.__addLocaleData({locale:"yo-NG",parentLocale:"yo"}),IntlMessageFormat.__addLocaleData({locale:"zgh",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"zgh-MA",parentLocale:"zgh"}),IntlMessageFormat.__addLocaleData({locale:"zh",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"zh-Hans",parentLocale:"zh"}),IntlMessageFormat.__addLocaleData({locale:"zh-Hans-CN",parentLocale:"zh-Hans"}),IntlMessageFormat.__addLocaleData({locale:"zh-Hans-HK",parentLocale:"zh-Hans"}),IntlMessageFormat.__addLocaleData({locale:"zh-Hans-MO",parentLocale:"zh-Hans"}),IntlMessageFormat.__addLocaleData({locale:"zh-Hans-SG",parentLocale:"zh-Hans"}),IntlMessageFormat.__addLocaleData({locale:"zh-Hant",pluralRuleFunction:function(a,b){return"other"}}),IntlMessageFormat.__addLocaleData({locale:"zh-Hant-HK",parentLocale:"zh-Hant"}),IntlMessageFormat.__addLocaleData({locale:"zh-Hant-MO",parentLocale:"zh-Hant-HK"}),IntlMessageFormat.__addLocaleData({locale:"zh-Hant-TW",parentLocale:"zh-Hant"}),IntlMessageFormat.__addLocaleData({locale:"zu",pluralRuleFunction:function(a,b){return b?"other":a>=0&&1>=a?"one":"other"}}),IntlMessageFormat.__addLocaleData({locale:"zu-ZA",parentLocale:"zu"});
|
||
//# sourceMappingURL=intl-messageformat-with-locales.min.js.map
|