generaltranslation 7.1.3 → 7.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -233,6 +233,19 @@ export declare class GT {
233
233
  * const result = await gt.fetchTranslations('1234567890');
234
234
  */
235
235
  fetchTranslations(versionId: string, options?: FetchTranslationsOptions): Promise<FetchTranslationsResult>;
236
+ /**
237
+ * Translates the source content to the target locale.
238
+ * @deprecated Use the {@link translate} method instead.
239
+ */
240
+ _translate(source: JsxChildren, targetLocale: string, metadata?: Omit<EntryMetadata, 'dataFormat'> & {
241
+ dataFormat?: 'JSX';
242
+ }): Promise<TranslationResult | TranslationError>;
243
+ _translate(source: IcuMessage, targetLocale: string, metadata?: Omit<EntryMetadata, 'dataFormat'> & {
244
+ dataFormat?: 'ICU';
245
+ }): Promise<TranslationResult | TranslationError>;
246
+ _translate(source: I18nextMessage, targetLocale: string, metadata?: Omit<EntryMetadata, 'dataFormat'> & {
247
+ dataFormat?: 'I18NEXT';
248
+ }): Promise<TranslationResult | TranslationError>;
236
249
  /**
237
250
  * Translates the source content to the target locale.
238
251
  *
@@ -259,13 +272,13 @@ export declare class GT {
259
272
  *
260
273
  * const result = await gt.translate('Hello, world!', 'es-ES', { context: 'A formal greeting'});
261
274
  */
262
- _translate(source: JsxChildren, targetLocale: string, metadata?: Omit<EntryMetadata, 'dataFormat'> & {
275
+ translate(source: JsxChildren, targetLocale: string, metadata?: Omit<EntryMetadata, 'dataFormat'> & {
263
276
  dataFormat?: 'JSX';
264
277
  }): Promise<TranslationResult | TranslationError>;
265
- _translate(source: IcuMessage, targetLocale: string, metadata?: Omit<EntryMetadata, 'dataFormat'> & {
278
+ translate(source: IcuMessage, targetLocale: string, metadata?: Omit<EntryMetadata, 'dataFormat'> & {
266
279
  dataFormat?: 'ICU';
267
280
  }): Promise<TranslationResult | TranslationError>;
268
- _translate(source: I18nextMessage, targetLocale: string, metadata?: Omit<EntryMetadata, 'dataFormat'> & {
281
+ translate(source: I18nextMessage, targetLocale: string, metadata?: Omit<EntryMetadata, 'dataFormat'> & {
269
282
  dataFormat?: 'I18NEXT';
270
283
  }): Promise<TranslationResult | TranslationError>;
271
284
  /**
@@ -15,5 +15,5 @@ e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function r(e){
15
15
 
16
16
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17
17
  */
18
- function(){var t=e,r=t.lib,n=r.WordArray,i=r.Hasher,o=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),h=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),l=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=o.RIPEMD160=i.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,i=e[n];e[n]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o,f,_,b,E,B,H,w,S,A,T,L=this._hash.words,C=u.words,x=l.words,N=a.words,P=s.words,M=c.words,I=h.words;for(B=o=L[0],H=f=L[1],w=_=L[2],S=b=L[3],A=E=L[4],r=0;r<80;r+=1)T=o+e[t+N[r]]|0,T+=r<16?p(f,_,b)+C[0]:r<32?d(f,_,b)+C[1]:r<48?v(f,_,b)+C[2]:r<64?g(f,_,b)+C[3]:y(f,_,b)+C[4],T=(T=m(T|=0,M[r]))+E|0,o=E,E=b,b=m(_,10),_=f,f=T,T=B+e[t+P[r]]|0,T+=r<16?y(H,w,S)+x[0]:r<32?g(H,w,S)+x[1]:r<48?v(H,w,S)+x[2]:r<64?d(H,w,S)+x[3]:p(H,w,S)+x[4],T=(T=m(T|=0,I[r]))+A|0,B=A,A=S,S=m(w,10),w=H,H=T;T=L[1]+_+S|0,L[1]=L[2]+b+A|0,L[2]=L[3]+E+B|0,L[3]=L[4]+o+H|0,L[4]=L[0]+f+w|0,L[0]=T},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var i=this._hash,o=i.words,a=0;a<5;a++){var s=o[a];o[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return i},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function p(e,t,r){return e^t^r}function d(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function m(e,t){return e<<t|e>>>32-t}t.RIPEMD160=i._createHelper(f),t.HmacRIPEMD160=i._createHmacHelper(f)}(),e.RIPEMD160));var e}(),te(),function(){return re||(re=1,ne.exports=(c=g(),G(),te(),t=(e=c).lib,r=t.Base,n=t.WordArray,i=e.algo,o=i.SHA256,a=i.HMAC,s=i.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:o,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,i=a.create(r.hasher,e),o=n.create(),s=n.create([1]),c=o.words,h=s.words,u=r.keySize,l=r.iterations;c.length<u;){var f=i.update(t).finalize(s);i.reset();for(var p=f.words,d=p.length,v=f,g=1;g<l;g++){v=i.finalize(v),i.reset();for(var y=v.words,m=0;m<d;m++)p[m]^=y[m]}o.concat(f),h[0]++}return o.sigBytes=4*u,o}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ne.exports;var e,t,r,n,i,o,a,s,c}(),ae(),he(),fe(),ve(),me(),Ee(),function(){return Be?He.exports:(Be=1,He.exports=(t=g(),he(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return we?Se.exports:(we=1,Se.exports=(e=g(),he(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,i=n-r%n,o=r+i-1;e.clamp(),e.words[o>>>2]|=i<<24-o%4*8,e.sigBytes+=i},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return Ae?Te.exports:(Ae=1,Te.exports=(e=g(),he(),e.pad.Iso10126={pad:function(t,r){var n=4*r,i=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(i-1)).concat(e.lib.WordArray.create([i<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return Le?Ce.exports:(Le=1,Ce.exports=(e=g(),he(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return xe?Ne.exports:(xe=1,Ne.exports=(e=g(),he(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding));var e}(),function(){return Pe?Me.exports:(Pe=1,Me.exports=(e=g(),he(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return Ie?Re.exports:(Ie=1,Re.exports=(n=g(),he(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return ke?Oe.exports:(ke=1,Oe.exports=(e=g(),L(),I(),ae(),he(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,i=[],o=[],a=[],s=[],c=[],h=[],u=[],l=[],f=[],p=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var d=n^n<<1^n<<2^n<<3^n<<4;d=d>>>8^255&d^99,i[r]=d,o[d]=r;var v=e[r],g=e[v],y=e[g],m=257*e[d]^16843008*d;a[r]=m<<24|m>>>8,s[r]=m<<16|m>>>16,c[r]=m<<8|m>>>24,h[r]=m,m=16843009*y^65537*g^257*v^16843008*r,u[d]=m<<24|m>>>8,l[d]=m<<16|m>>>16,f[d]=m<<8|m>>>24,p[d]=m,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var d=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),o=this._keySchedule=[],a=0;a<n;a++)a<r?o[a]=t[a]:(h=o[a-1],a%r?r>6&&a%r==4&&(h=i[h>>>24]<<24|i[h>>>16&255]<<16|i[h>>>8&255]<<8|i[255&h]):(h=i[(h=h<<8|h>>>24)>>>24]<<24|i[h>>>16&255]<<16|i[h>>>8&255]<<8|i[255&h],h^=d[a/r|0]<<24),o[a]=o[a-r]^h);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var h=o[a];else h=o[a-4];s[c]=c<4||a<=4?h:u[i[h>>>24]]^l[i[h>>>16&255]]^f[i[h>>>8&255]]^p[i[255&h]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,h,i)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,l,f,p,o),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,i,o,a,s){for(var c=this._nRounds,h=e[t]^r[0],u=e[t+1]^r[1],l=e[t+2]^r[2],f=e[t+3]^r[3],p=4,d=1;d<c;d++){var v=n[h>>>24]^i[u>>>16&255]^o[l>>>8&255]^a[255&f]^r[p++],g=n[u>>>24]^i[l>>>16&255]^o[f>>>8&255]^a[255&h]^r[p++],y=n[l>>>24]^i[f>>>16&255]^o[h>>>8&255]^a[255&u]^r[p++],m=n[f>>>24]^i[h>>>16&255]^o[u>>>8&255]^a[255&l]^r[p++];h=v,u=g,l=y,f=m}v=(s[h>>>24]<<24|s[u>>>16&255]<<16|s[l>>>8&255]<<8|s[255&f])^r[p++],g=(s[u>>>24]<<24|s[l>>>16&255]<<16|s[f>>>8&255]<<8|s[255&h])^r[p++],y=(s[l>>>24]<<24|s[f>>>16&255]<<16|s[h>>>8&255]<<8|s[255&u])^r[p++],m=(s[f>>>24]<<24|s[h>>>16&255]<<16|s[u>>>8&255]<<8|s[255&l])^r[p++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=m},keySize:8});t.AES=r._createHelper(v)}(),e.AES));var e}(),Ge(),function(){return Fe?ze.exports:(Fe=1,ze.exports=(e=g(),L(),I(),ae(),he(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,i=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],i=0;i<256;i++)n[i]=i;i=0;for(var o=0;i<256;i++){var a=i%r,s=t[a>>>2]>>>24-a%4*8&255;o=(o+n[i]+s)%256;var c=n[i];n[i]=n[o],n[o]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=o.call(this)},keySize:8,ivSize:0});function o(){for(var e=this._S,t=this._i,r=this._j,n=0,i=0;i<4;i++){r=(r+e[t=(t+1)%256])%256;var o=e[t];e[t]=e[r],e[r]=o,n|=e[(e[t]+e[r])%256]<<24-8*i}return this._i=t,this._j=r,n}t.RC4=r._createHelper(i);var a=n.RC4Drop=i.extend({cfg:i.cfg.extend({drop:192}),_doReset:function(){i._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)o.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4));var e}(),function(){return Ke?je.exports:(Ke=1,je.exports=(e=g(),L(),I(),ae(),he(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,i=[],o=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],i=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)i[r]^=n[r+4&7];if(t){var o=t.words,a=o[0],s=o[1],h=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=h>>>16|4294901760&u,f=u<<16|65535&h;for(i[0]^=h,i[1]^=l,i[2]^=u,i[3]^=f,i[4]^=h,i[5]^=l,i[6]^=u,i[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),i[0]=r[0]^r[5]>>>16^r[3]<<16,i[1]=r[2]^r[7]>>>16^r[5]<<16,i[2]=r[4]^r[1]>>>16^r[7]<<16,i[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)i[n]=16711935&(i[n]<<8|i[n]>>>24)|4278255360&(i[n]<<24|i[n]>>>8),e[t+n]^=i[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)o[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<o[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<o[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<o[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<o[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<o[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<o[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<o[6]>>>0?1:0)|0,this._b=t[7]>>>0<o[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],i=65535&n,s=n>>>16,c=((i*i>>>17)+i*s>>>15)+s*s,h=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^h}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit));var e}(),function(){return Ve?We.exports:(Ve=1,We.exports=(e=g(),L(),I(),ae(),he(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,i=[],o=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var i=0;i<4;i++)c.call(this);for(i=0;i<8;i++)n[i]^=r[i+4&7];if(t){var o=t.words,a=o[0],s=o[1],h=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=h>>>16|4294901760&u,f=u<<16|65535&h;for(n[0]^=h,n[1]^=l,n[2]^=u,n[3]^=f,n[4]^=h,n[5]^=l,n[6]^=u,n[7]^=f,i=0;i<4;i++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),i[0]=r[0]^r[5]>>>16^r[3]<<16,i[1]=r[2]^r[7]>>>16^r[5]<<16,i[2]=r[4]^r[1]>>>16^r[7]<<16,i[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)i[n]=16711935&(i[n]<<8|i[n]>>>24)|4278255360&(i[n]<<24|i[n]>>>8),e[t+n]^=i[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)o[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<o[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<o[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<o[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<o[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<o[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<o[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<o[6]>>>0?1:0)|0,this._b=t[7]>>>0<o[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],i=65535&n,s=n>>>16,c=((i*i>>>17)+i*s>>>15)+s*s,h=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^h}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy));var e}(),Ze()));var nt=["Cham","Jamo","Kawi","Lisu","Toto","Thai"],it=function(e){try{var t=s.get("Locale",e),r=t.language,n=t.region,i=t.script;if(e.split("-").length!==(o=1,n&&(o+=1),i&&(o+=1),o))return!1;if(s.get("DisplayNames",[u],{type:"language"}).of(r)===r&&!function(e){return e>="qaa"&&e<="qtz"}(r))return!1;if(n)if(s.get("DisplayNames",[u],{type:"region"}).of(n)===n)return!1;if(i)if(s.get("DisplayNames",[u],{type:"script"}).of(i)===i&&!nt.includes(i))return!1;return!0}catch(e){return!1}var o},ot=function(e){try{return Intl.getCanonicalLocales(e)[0]}catch(t){return e}};function at(e,t){var r=s.get("Locale",e),n=r.language,i=r.region,o=r.script,a=s.get("Locale",t),c=a.language,h=a.region,u=a.script;return n===c&&((!i||!h||i===h)&&(!o||!u||o===u))}function st(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];try{for(var r=e.flat().map(ot),n=0;n<r.length;n++)for(var i=n+1;i<r.length;i++)if(!at(r[n],r[i]))return!1;return!0}catch(e){return console.error(e),!1}}function ct(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];try{var r=e.flat().map(function(e){return s.get("Locale",e).language});return r.every(function(e){return e===r[0]})}catch(e){return console.error(e),!1}}function ht(e,t,r){return!(!it(e)||!it(t)||r&&r.some(function(e){return!it(e)}))&&(!st(e,t)&&!(r&&!r.some(function(e){return ct(t,e)})))}var ut=function(e,t,r){if(null==e?void 0:e[t])return"string"==typeof e[t]?"name"===r?e[t]:void 0:e[t][r]};function lt(e,t){try{var r=ot(e),n=s.get("Locale",r),i=n.language,o=n.region;if(t)for(var a=0,c=[e,r,i];a<c.length;a++){var h=ut(t,c[a],"emoji");if(h)return h}if(o&&vt[o])return vt[o];var u=n.maximize(),l=u.region||"";return dt[u.language]||vt[l]||pt}catch(e){return pt}}var ft="🌍",pt=ft,dt={ca:ft,eu:ft,ku:ft,bo:"🌏",ug:"🌏",gd:"🏴󠁧󠁢󠁳󠁣󠁴󠁿",cy:"🏴󠁧󠁢󠁷󠁬󠁳󠁿",gv:"🇮🇲",grc:"🏺"},vt={AF:"🇦🇫",AX:"🇦🇽",AL:"🇦🇱",DZ:"🇩🇿",AS:"🇦🇸",AD:"🇦🇩",AO:"🇦🇴",AI:"🇦🇮",AQ:"🇦🇶",AG:"🇦🇬",AR:"🇦🇷",AM:"🇦🇲",AW:"🇦🇼",AU:"🇦🇺",AT:"🇦🇹",AZ:"🇦🇿",BS:"🇧🇸",BH:"🇧🇭",BD:"🇧🇩",BB:"🇧🇧",BY:"🇧🇾",BE:"🇧🇪",BZ:"🇧🇿",BJ:"🇧🇯",BM:"🇧🇲",BT:"🇧🇹",BO:"🇧🇴",BQ:"🇧🇶",BA:"🇧🇦",BW:"🇧🇼",BV:"🇧🇻",BR:"🇧🇷",IO:"🇮🇴",BN:"🇧🇳",BG:"🇧🇬",BF:"🇧🇫",BI:"🇧🇮",CV:"🇨🇻",KH:"🇰🇭",CM:"🇨🇲",CA:"🇨🇦",KY:"🇰🇾",CF:"🇨🇫",TD:"🇹🇩",CL:"🇨🇱",CN:"🇨🇳",CX:"🇨🇽",CC:"🇨🇨",CO:"🇨🇴",KM:"🇰🇲",CD:"🇨🇩",CG:"🇨🇬",CK:"🇨🇰",CR:"🇨🇷",CI:"🇨🇮",HR:"🇭🇷",CU:"🇨🇺",CW:"🇨🇼",CY:"🇨🇾",CZ:"🇨🇿",DK:"🇩🇰",DJ:"🇩🇯",DM:"🇩🇲",DO:"🇩🇴",EC:"🇪🇨",EG:"🇪🇬",SV:"🇸🇻",GQ:"🇬🇶",ER:"🇪🇷",EE:"🇪🇪",SZ:"🇸🇿",ET:"🇪🇹",FK:"🇫🇰",FO:"🇫🇴",FJ:"🇫🇯",FI:"🇫🇮",FR:"🇫🇷",GF:"🇬🇫",PF:"🇵🇫",TF:"🇹🇫",GA:"🇬🇦",GM:"🇬🇲",GE:"🇬🇪",DE:"🇩🇪",GH:"🇬🇭",GI:"🇬🇮",GR:"🇬🇷",GL:"🇬🇱",GD:"🇬🇩",GP:"🇬🇵",GU:"🇬🇺",GT:"🇬🇹",GG:"🇬🇬",GN:"🇬🇳",GW:"🇬🇼",GY:"🇬🇾",HT:"🇭🇹",HM:"🇭🇲",VA:"🇻🇦",HN:"🇭🇳",HK:"🇭🇰",HU:"🇭🇺",IS:"🇮🇸",IN:"🇮🇳",ID:"🇮🇩",IR:"🇮🇷",IQ:"🇮🇶",IE:"🇮🇪",IM:"🇮🇲",IL:"🇮🇱",IT:"🇮🇹",JM:"🇯🇲",JP:"🇯🇵",JE:"🇯🇪",JO:"🇯🇴",KZ:"🇰🇿",KE:"🇰🇪",KI:"🇰🇮",KP:"🇰🇵",KR:"🇰🇷",KW:"🇰🇼",KG:"🇰🇬",LA:"🇱🇦",LV:"🇱🇻",LB:"🇱🇧",LS:"🇱🇸",LR:"🇱🇷",LY:"🇱🇾",LI:"🇱🇮",LT:"🇱🇹",LU:"🇱🇺",MO:"🇲🇴",MG:"🇲🇬",MW:"🇲🇼",MY:"🇲🇾",MV:"🇲🇻",ML:"🇲🇱",MT:"🇲🇹",MH:"🇲🇭",MQ:"🇲🇶",MR:"🇲🇷",MU:"🇲🇺",YT:"🇾🇹",MX:"🇲🇽",FM:"🇫🇲",MD:"🇲🇩",MC:"🇲🇨",MN:"🇲🇳",ME:"🇲🇪",MS:"🇲🇸",MA:"🇲🇦",MZ:"🇲🇿",MM:"🇲🇲",NA:"🇳🇦",NR:"🇳🇷",NP:"🇳🇵",NL:"🇳🇱",NC:"🇳🇨",NZ:"🇳🇿",NI:"🇳🇮",NE:"🇳🇪",NG:"🇳🇬",NU:"🇳🇺",NF:"🇳🇫",MK:"🇲🇰",MP:"🇲🇵",NO:"🇳🇴",OM:"🇴🇲",PK:"🇵🇰",PW:"🇵🇼",PS:"🇵🇸",PA:"🇵🇦",PG:"🇵🇬",PY:"🇵🇾",PE:"🇵🇪",PH:"🇵🇭",PN:"🇵🇳",PL:"🇵🇱",PT:"🇵🇹",PR:"🇵🇷",QA:"🇶🇦",RE:"🇷🇪",RO:"🇷🇴",RU:"🇷🇺",RW:"🇷🇼",BL:"🇧🇱",SH:"🇸🇭",KN:"🇰🇳",LC:"🇱🇨",MF:"🇲🇫",PM:"🇵🇲",VC:"🇻🇨",WS:"🇼🇸",SM:"🇸🇲",ST:"🇸🇹",SA:"🇸🇦",SN:"🇸🇳",RS:"🇷🇸",SC:"🇸🇨",SL:"🇸🇱",SG:"🇸🇬",SX:"🇸🇽",SK:"🇸🇰",SI:"🇸🇮",SB:"🇸🇧",SO:"🇸🇴",ZA:"🇿🇦",GS:"🇬🇸",SS:"🇸🇸",ES:"🇪🇸",LK:"🇱🇰",SD:"🇸🇩",SR:"🇸🇷",SJ:"🇸🇯",SE:"🇸🇪",CH:"🇨🇭",SY:"🇸🇾",TW:"🇹🇼",TJ:"🇹🇯",TZ:"🇹🇿",TH:"🇹🇭",TL:"🇹🇱",TG:"🇹🇬",TK:"🇹🇰",TO:"🇹🇴",TT:"🇹🇹",TN:"🇹🇳",TR:"🇹🇷",TM:"🇹🇲",TC:"🇹🇨",TV:"🇹🇻",UG:"🇺🇬",UA:"🇺🇦",AE:"🇦🇪",GB:"🇬🇧",US:"🇺🇸",UM:"🇺🇲",UY:"🇺🇾",UZ:"🇺🇿",VU:"🇻🇺",VE:"🇻🇪",VN:"🇻🇳",VG:"🇻🇬",VI:"🇻🇮",WF:"🇼🇫",EH:"🇪🇭",YE:"🇾🇪",ZM:"🇿🇲",ZW:"🇿🇼",EU:"🇪🇺"};function gt(e,t){if(t){for(var n={},i=0,o=e;i<o.length;i++){var a=t[o[i]];a&&("string"==typeof a?n.name||(n.name=a):a&&(n=r(r({},a),n)))}return n}}function yt(e,t,r){void 0===t&&(t=u),t||(t=u);try{var n=ot(e),i=s.get("Locale",e),o=gt([e,n,D=i.language],r),a=i.region,c=i.maximize(),h=c.toString(),l=i.region||(null==o?void 0:o.regionCode)||c.region||"",f=i.script||(null==o?void 0:o.scriptCode)||c.script||"",p=i.minimize().toString(),d=[t,e,u],v=[e,t,u],g=s.get("DisplayNames",d,{type:"language"}),y=s.get("DisplayNames",v,{type:"language"}),m=null==o?void 0:o.name,_=(null==o?void 0:o.nativeName)||(null==o?void 0:o.name),b=m||g.of(e)||e,E=_||y.of(e)||e,B=(null==o?void 0:o.maximizedName)||m||g.of(h)||e,H=(null==o?void 0:o.nativeMaximizedName)||_||y.of(h)||e,w=(null==o?void 0:o.minimizedName)||m||g.of(p)||e,S=(null==o?void 0:o.nativeMinimizedName)||_||y.of(p)||e,A=(null==o?void 0:o.languageName)||m||g.of(D)||e,T=(null==o?void 0:o.nativeLanguageName)||_||y.of(D)||e,L=(null==o?void 0:o.nameWithRegionCode)||a?"".concat(A," (").concat(a,")"):A,C=(null==o?void 0:o.nativeNameWithRegionCode)||(a?"".concat(T," (").concat(a,")"):T)||L,x=s.get("DisplayNames",d,{type:"region"}),N=s.get("DisplayNames",v,{type:"region"}),P=(null==o?void 0:o.regionName)||(l?x.of(l):"")||"",M=(null==o?void 0:o.nativeRegionName)||(l?N.of(l):"")||"",I=s.get("DisplayNames",d,{type:"script"}),R=s.get("DisplayNames",v,{type:"script"});return{code:n,name:b,nativeName:E,maximizedCode:h,maximizedName:B,nativeMaximizedName:H,minimizedCode:p,minimizedName:w,nativeMinimizedName:S,languageCode:D,languageName:A,nativeLanguageName:T,nameWithRegionCode:L,nativeNameWithRegionCode:C,regionCode:l,regionName:P,nativeRegionName:M,scriptCode:f,scriptName:U=(null==o?void 0:o.scriptName)||(f?I.of(f):"")||"",nativeScriptName:G=(null==o?void 0:o.nativeScriptName)||(f?R.of(f):"")||"",emoji:(null==o?void 0:o.emoji)||lt(n,r)}}catch(t){var k=it(e)?ot(e):e,O=null==k?void 0:k.split("-"),D=(null==O?void 0:O[0])||k||"";l=O.length>2?null==O?void 0:O[2]:(null==O?void 0:O[1])||"",f=(null==O?void 0:O[3])||"";k=(null==(o=gt([k,D],r))?void 0:o.code)||k;b=(null==o?void 0:o.name)||k,E=(null==o?void 0:o.nativeName)||b,h=(null==o?void 0:o.maximizedCode)||k,B=(null==o?void 0:o.maximizedName)||b,H=(null==o?void 0:o.nativeMaximizedName)||E,p=(null==o?void 0:o.minimizedCode)||k,w=(null==o?void 0:o.minimizedName)||b,S=(null==o?void 0:o.nativeMinimizedName)||E;D=(null==o?void 0:o.languageCode)||D;A=(null==o?void 0:o.languageName)||b,T=(null==o?void 0:o.nativeLanguageName)||E;l=(null==o?void 0:o.regionCode)||l;P=(null==o?void 0:o.regionName)||"",M=(null==o?void 0:o.nativeRegionName)||"";f=(null==o?void 0:o.scriptCode)||f;var U=(null==o?void 0:o.scriptName)||"",G=(null==o?void 0:o.nativeScriptName)||"";return{code:k,name:b,nativeName:E,maximizedCode:h,maximizedName:B,nativeMaximizedName:H,minimizedCode:p,minimizedName:w,nativeMinimizedName:S,languageCode:D,languageName:A,nativeLanguageName:T,nameWithRegionCode:L=(null==o?void 0:o.nameWithRegionCode)||(P?"".concat(b," (").concat(P,")"):b),nativeNameWithRegionCode:C=(null==o?void 0:o.nativeNameWithRegionCode)||(M?"".concat(E," (").concat(M,")"):E),regionCode:l,regionName:P,nativeRegionName:M,scriptCode:f,scriptName:U,nativeScriptName:G,emoji:(null==o?void 0:o.emoji)||pt}}}function mt(e,t){"string"==typeof e&&(e=[e]),e=e.filter(it).map(ot),t=t.filter(it).map(ot);for(var i=function(e){var i=t.filter(function(t){return ct(e,t)}),o=function(e){for(var t=e.locale,r=e.languageCode,n=e.minimizedCode,o=e.regionCode,a=e.scriptCode,s=0,c=[t,"".concat(r,"-").concat(o),"".concat(r,"-").concat(a),n];s<c.length;s++){var h=c[s];if(i.includes(h))return h}return null},a=yt(e),s=a.languageCode,c=n(a,["languageCode"]),h=o(r({locale:e,languageCode:s},c))||o(r({locale:s},yt(s)));if(h)return{value:h}},o=0,a=e;o<a.length;o++){var s=i(a[o]);if("object"==typeof s)return s.value}}function _t(e,t){var r=t&&t.cache?t.cache:Ct,n=t&&t.serializer?t.serializer:Tt;return(t&&t.strategy?t.strategy:Ht)(e,{cache:r,serializer:n})}function bt(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function Et(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Bt(e,t,r,n,i){return r.bind(t,e,n,i)}function Ht(e,t){return Bt(e,this,1===e.length?bt:Et,t.cache.create(),t.serializer)}var wt,St,At,Tt=function(){return JSON.stringify(arguments)},Lt=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(e){return this.cache[e]},e.prototype.set=function(e,t){this.cache[e]=t},e}(),Ct={create:function(){return new Lt}},xt={variadic:function(e,t){return Bt(e,this,Et,t.cache.create(),t.serializer)}};function Nt(e){return e.type===St.literal}function Pt(e){return e.type===St.argument}function Mt(e){return e.type===St.number}function It(e){return e.type===St.date}function Rt(e){return e.type===St.time}function kt(e){return e.type===St.select}function Ot(e){return e.type===St.plural}function Dt(e){return e.type===St.pound}function Ut(e){return e.type===St.tag}function Gt(e){return!(!e||"object"!=typeof e||e.type!==At.number)}function Ft(e){return!(!e||"object"!=typeof e||e.type!==At.dateTime)}!function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(wt||(wt={})),function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"}(St||(St={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(At||(At={}));var zt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Kt=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function jt(e){var t={};return e.replace(Kt,function(e){var r=e.length;switch(e[0]){case"G":t.era=4===r?"long":5===r?"narrow":"short";break;case"y":t.year=2===r?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][r-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][r-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=4===r?"long":5===r?"narrow":"short";break;case"e":if(r<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"c":if(r<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][r-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][r-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][r-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][r-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][r-1];break;case"s":t.second=["numeric","2-digit"][r-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=r<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var Vt=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Wt(e){return e.replace(/^(.*?)-/,"")}var Xt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Yt=/^(@+)?(\+|#+)?[rs]?$/g,Zt=/(\*)(0+)|(#+)(0+)|(0+)/g,Jt=/^(0+)$/;function qt(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(Yt,function(e,r,n){return"string"!=typeof n?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):"+"===n?t.minimumSignificantDigits=r.length:"#"===r[0]?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+("string"==typeof n?n.length:0)),""}),t}function Qt(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function $t(e){var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if("+!"===r?(t.signDisplay="always",e=e.slice(2)):"+?"===r&&(t.signDisplay="exceptZero",e=e.slice(2)),!Jt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function er(e){var t=Qt(e);return t||{}}function tr(e){for(var t={},n=0,i=e;n<i.length;n++){var o=i[n];switch(o.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=o.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=Wt(o.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=r(r(r({},t),{notation:"scientific"}),o.options.reduce(function(e,t){return r(r({},e),er(t))},{}));continue;case"engineering":t=r(r(r({},t),{notation:"engineering"}),o.options.reduce(function(e,t){return r(r({},e),er(t))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(o.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(o.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(Zt,function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Jt.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(Xt.test(o.stem)){if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(Xt,function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""});var a=o.options[0];"w"===a?t=r(r({},t),{trailingZeroDisplay:"stripIfInteger"}):a&&(t=r(r({},t),qt(a)))}else if(Yt.test(o.stem))t=r(r({},t),qt(o.stem));else{var s=Qt(o.stem);s&&(t=r(r({},t),s));var c=$t(o.stem);c&&(t=r(r({},t),c))}}return t}var rr,nr={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function ir(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(nr[r||""]||nr[n||""]||nr["".concat(n,"-001")]||nr["001"])[0]}var or=new RegExp("^".concat(zt.source,"*")),ar=new RegExp("".concat(zt.source,"*$"));function sr(e,t){return{start:e,end:t}}var cr=!!String.prototype.startsWith&&"_a".startsWith("a",1),hr=!!String.fromCodePoint,ur=!!Object.fromEntries,lr=!!String.prototype.codePointAt,fr=!!String.prototype.trimStart,pr=!!String.prototype.trimEnd,dr=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},vr=!0;try{vr="a"===(null===(rr=Hr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===rr?void 0:rr[0])}catch(e){vr=!1}var gr,yr=cr?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},mr=hr?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r,n="",i=e.length,o=0;i>o;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},_r=ur?Object.fromEntries:function(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r],o=i[0],a=i[1];t[o]=a}return t},br=lr?function(e,t){return e.codePointAt(t)}:function(e,t){var r=e.length;if(!(t<0||t>=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},Er=fr?function(e){return e.trimStart()}:function(e){return e.replace(or,"")},Br=pr?function(e){return e.trimEnd()}:function(e){return e.replace(ar,"")};function Hr(e,t){return new RegExp(e,t)}if(vr){var wr=Hr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");gr=function(e,t){var r;return wr.lastIndex=t,null!==(r=wr.exec(e)[1])&&void 0!==r?r:""}}else gr=function(e,t){for(var r=[];;){var n=br(e,t);if(void 0===n||Cr(n)||xr(n))break;r.push(n),t+=n>=65536?2:1}return mr.apply(void 0,r)};var Sr,Ar=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(wt.UNMATCHED_CLOSING_TAG,sr(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&Tr(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:St.pound,location:sr(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:St.literal,value:"<".concat(n,"/>"),location:sr(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!Tr(this.char()))return this.error(wt.INVALID_TAG,sr(a,this.clonePosition()));var s=this.clonePosition();return n!==this.parseTagName()?this.error(wt.UNMATCHED_CLOSING_TAG,sr(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:St.tag,value:n,children:o,location:sr(r,this.clonePosition())},err:null}:this.error(wt.INVALID_TAG,sr(a,this.clonePosition())))}return this.error(wt.UNCLOSED_TAG,sr(r,this.clonePosition()))}return this.error(wt.INVALID_TAG,sr(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e=this.offset();for(this.bump();!this.isEOF()&&Lr(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=sr(r,this.clonePosition());return{val:{type:St.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(Tr(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return mr.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),mr(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(wt.EXPECT_ARGUMENT_CLOSING_BRACE,sr(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(wt.EMPTY_ARGUMENT,sr(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(wt.MALFORMED_ARGUMENT,sr(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(wt.EXPECT_ARGUMENT_CLOSING_BRACE,sr(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:St.argument,value:n,location:sr(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(wt.EXPECT_ARGUMENT_CLOSING_BRACE,sr(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(wt.MALFORMED_ARGUMENT,sr(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=gr(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:sr(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,i){var o,a=this.clonePosition(),s=this.parseIdentifierIfPossible().value,c=this.clonePosition();switch(s){case"":return this.error(wt.EXPECT_ARGUMENT_TYPE,sr(a,c));case"number":case"date":case"time":this.bumpSpace();var h=null;if(this.bumpIf(",")){this.bumpSpace();var u=this.clonePosition();if((m=this.parseSimpleArgStyleIfPossible()).err)return m;if(0===(d=Br(m.val)).length)return this.error(wt.EXPECT_ARGUMENT_STYLE,sr(this.clonePosition(),this.clonePosition()));h={style:d,styleLocation:sr(u,this.clonePosition())}}if((_=this.tryParseArgumentClose(i)).err)return _;var l=sr(i,this.clonePosition());if(h&&yr(null==h?void 0:h.style,"::",0)){var f=Er(h.style.slice(2));if("number"===s)return(m=this.parseNumberSkeletonFromString(f,h.styleLocation)).err?m:{val:{type:St.number,value:n,location:l,style:m.val},err:null};if(0===f.length)return this.error(wt.EXPECT_DATE_TIME_SKELETON,l);var p=f;this.locale&&(p=function(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if("j"===i){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var a=1+(1&o),s=o<2?1:3+(o>>1),c=ir(t);for("H"!=c&&"k"!=c||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=c+r}else r+="J"===i?"H":i}return r}(f,this.locale));var d={type:At.dateTime,pattern:p,location:h.styleLocation,parsedOptions:this.shouldParseSkeletons?jt(p):{}};return{val:{type:"date"===s?St.date:St.time,value:n,location:l,style:d},err:null}}return{val:{type:"number"===s?St.number:"date"===s?St.date:St.time,value:n,location:l,style:null!==(o=null==h?void 0:h.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var v=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(wt.EXPECT_SELECT_ARGUMENT_OPTIONS,sr(v,r({},v)));this.bumpSpace();var g=this.parseIdentifierIfPossible(),y=0;if("select"!==s&&"offset"===g.value){if(!this.bumpIf(":"))return this.error(wt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,sr(this.clonePosition(),this.clonePosition()));var m;if(this.bumpSpace(),(m=this.tryParseDecimalInteger(wt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,wt.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return m;this.bumpSpace(),g=this.parseIdentifierIfPossible(),y=m.val}var _,b=this.tryParsePluralOrSelectOptions(e,s,t,g);if(b.err)return b;if((_=this.tryParseArgumentClose(i)).err)return _;var E=sr(i,this.clonePosition());return"select"===s?{val:{type:St.select,value:n,options:_r(b.val),location:E},err:null}:{val:{type:St.plural,value:n,options:_r(b.val),offset:y,pluralType:"plural"===s?"cardinal":"ordinal",location:E},err:null};default:return this.error(wt.INVALID_ARGUMENT_TYPE,sr(a,c))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(wt.EXPECT_ARGUMENT_CLOSING_BRACE,sr(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(wt.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,sr(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=[],r=0,n=e.split(Vt).filter(function(e){return e.length>0});r<n.length;r++){var i=n[r].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var o=i[0],a=i.slice(1),s=0,c=a;s<c.length;s++)if(0===c[s].length)throw new Error("Invalid number skeleton");t.push({stem:o,options:a})}return t}(e)}catch(e){return this.error(wt.INVALID_NUMBER_SKELETON,t)}return{val:{type:At.number,tokens:r,location:t,parsedOptions:this.shouldParseSkeletons?tr(r):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(e,t,r,n){for(var i,o=!1,a=[],s=new Set,c=n.value,h=n.location;;){if(0===c.length){var u=this.clonePosition();if("select"===t||!this.bumpIf("="))break;var l=this.tryParseDecimalInteger(wt.EXPECT_PLURAL_ARGUMENT_SELECTOR,wt.INVALID_PLURAL_ARGUMENT_SELECTOR);if(l.err)return l;h=sr(u,this.clonePosition()),c=this.message.slice(u.offset,this.offset())}if(s.has(c))return this.error("select"===t?wt.DUPLICATE_SELECT_ARGUMENT_SELECTOR:wt.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);"other"===c&&(o=!0),this.bumpSpace();var f=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?wt.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:wt.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,sr(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(e+1,t,r);if(p.err)return p;var d=this.tryParseArgumentClose(f);if(d.err)return d;a.push([c,{value:p.val,location:sr(f,this.clonePosition())}]),s.add(c),this.bumpSpace(),c=(i=this.parseIdentifierIfPossible()).value,h=i.location}return 0===a.length?this.error("select"===t?wt.EXPECT_SELECT_ARGUMENT_SELECTOR:wt.EXPECT_PLURAL_ARGUMENT_SELECTOR,sr(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(wt.MISSING_OTHER_CLAUSE,sr(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var r=1,n=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var i=!1,o=0;!this.isEOF();){var a=this.char();if(!(a>=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=sr(n,this.clonePosition());return i?dr(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=br(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(yr(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(e){var t=this.offset(),r=this.message.indexOf(e,t);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Cr(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function Tr(e){return e>=97&&e<=122||e>=65&&e<=90}function Lr(e){return 45===e||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function Cr(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function xr(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Nr(e){e.forEach(function(e){if(delete e.location,kt(e)||Ot(e))for(var t in e.options)delete e.options[t].location,Nr(e.options[t].value);else Mt(e)&&Gt(e.style)||(It(e)||Rt(e))&&Ft(e.style)?delete e.style.location:Ut(e)&&Nr(e.children)})}function Pr(e,t){void 0===t&&(t={}),t=r({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new Ar(e,t).parse();if(n.err){var i=SyntaxError(wt[n.err.kind]);throw i.location=n.err.location,i.originalMessage=n.err.message,i}return(null==t?void 0:t.captureLocation)||Nr(n.val),n.val}!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Sr||(Sr={}));var Mr,Ir=function(e){function r(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return t(r,e),r.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},r}(Error),Rr=function(e){function r(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Sr.INVALID_VALUE,i)||this}return t(r,e),r}(Ir),kr=function(e){function r(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Sr.INVALID_VALUE,n)||this}return t(r,e),r}(Ir),Or=function(e){function r(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Sr.MISSING_VALUE,r)||this}return t(r,e),r}(Ir);function Dr(e){return"function"==typeof e}function Ur(e,t,r,n,i,o,a){if(1===e.length&&Nt(e[0]))return[{type:Mr.literal,value:e[0].value}];for(var s=[],c=0,h=e;c<h.length;c++){var u=h[c];if(Nt(u))s.push({type:Mr.literal,value:u.value});else if(Dt(u))"number"==typeof o&&s.push({type:Mr.literal,value:r.getNumberFormat(t).format(o)});else{var l=u.value;if(!i||!(l in i))throw new Or(l,a);var f=i[l];if(Pt(u))f&&"string"!=typeof f&&"number"!=typeof f||(f="string"==typeof f||"number"==typeof f?String(f):""),s.push({type:"string"==typeof f?Mr.literal:Mr.object,value:f});else if(It(u)){var p="string"==typeof u.style?n.date[u.style]:Ft(u.style)?u.style.parsedOptions:void 0;s.push({type:Mr.literal,value:r.getDateTimeFormat(t,p).format(f)})}else if(Rt(u)){p="string"==typeof u.style?n.time[u.style]:Ft(u.style)?u.style.parsedOptions:n.time.medium;s.push({type:Mr.literal,value:r.getDateTimeFormat(t,p).format(f)})}else if(Mt(u)){(p="string"==typeof u.style?n.number[u.style]:Gt(u.style)?u.style.parsedOptions:void 0)&&p.scale&&(f*=p.scale||1),s.push({type:Mr.literal,value:r.getNumberFormat(t,p).format(f)})}else{if(Ut(u)){var d=u.children,v=u.value,g=i[v];if(!Dr(g))throw new kr(v,"function",a);var y=g(Ur(d,t,r,n,i,o).map(function(e){return e.value}));Array.isArray(y)||(y=[y]),s.push.apply(s,y.map(function(e){return{type:"string"==typeof e?Mr.literal:Mr.object,value:e}}))}if(kt(u)){if(!(m=u.options[f]||u.options.other))throw new Rr(u.value,f,Object.keys(u.options),a);s.push.apply(s,Ur(m.value,t,r,n,i))}else if(Ot(u)){var m;if(!(m=u.options["=".concat(f)])){if(!Intl.PluralRules)throw new Ir('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Sr.MISSING_INTL_API,a);var _=r.getPluralRules(t,{type:u.pluralType}).select(f-(u.offset||0));m=u.options[_]||u.options.other}if(!m)throw new Rr(u.value,f,Object.keys(u.options),a);s.push.apply(s,Ur(m.value,t,r,n,i,f-(u.offset||0)))}else;}}}return function(e){return e.length<2?e:e.reduce(function(e,t){var r=e[e.length-1];return r&&r.type===Mr.literal&&t.type===Mr.literal?r.value+=t.value:e.push(t),e},[])}(s)}function Gr(e,t){return t?Object.keys(e).reduce(function(n,i){var o,a;return n[i]=(o=e[i],(a=t[i])?r(r(r({},o||{}),a||{}),Object.keys(o).reduce(function(e,t){return e[t]=r(r({},o[t]),a[t]||{}),e},{})):o),n},r({},e)):e}function Fr(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(Mr||(Mr={}));var zr=function(){function e(t,i,o,s){void 0===i&&(i=e.defaultLocale);var c,h=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=h.formatToParts(e);if(1===t.length)return t[0].value;var r=t.reduce(function(e,t){return e.length&&t.type===Mr.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e},[]);return r.length<=1?r[0]||"":r},this.formatToParts=function(e){return Ur(h.ast,h.locales,h.formatters,h.formats,e,void 0,h.message)},this.resolvedOptions=function(){var e;return{locale:(null===(e=h.resolvedLocale)||void 0===e?void 0:e.toString())||Intl.NumberFormat.supportedLocalesOf(h.locales)[0]}},this.getAst=function(){return h.ast},this.locales=i,this.resolvedLocale=e.resolveLocale(i),"string"==typeof t){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var u=s||{};u.formatters;var l=n(u,["formatters"]);this.ast=e.__parse(t,r(r({},l),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Gr(e.formats,o),this.formatters=s&&s.formatters||(void 0===(c=this.formatterCache)&&(c={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:_t(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.NumberFormat).bind.apply(e,a([void 0],t,!1)))},{cache:Fr(c.number),strategy:xt.variadic}),getDateTimeFormat:_t(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.DateTimeFormat).bind.apply(e,a([void 0],t,!1)))},{cache:Fr(c.dateTime),strategy:xt.variadic}),getPluralRules:_t(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.PluralRules).bind.apply(e,a([void 0],t,!1)))},{cache:Fr(c.pluralRules),strategy:xt.variadic})})}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(e){if(void 0!==Intl.Locale){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])}},e.__parse=Pr,e.formats={number:{integer:{maximumFractionDigits:0},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"}}},e}(),Kr={debug:0,info:1,warn:2,error:3,off:4},jr={debug:"",info:"",warn:"",error:"",off:""};function Vr(){var e;if("undefined"!=typeof process&&(null===(e=process.env)||void 0===e?void 0:e._GT_LOG_LEVEL)){var t=process.env._GT_LOG_LEVEL.toLowerCase();if(t in Kr)return t}return"warn"}var Wr=function(){function e(e){this.config=e}return e.prototype.handle=function(e){var t=[];this.config.includeTimestamp&&t.push("[".concat(e.timestamp.toISOString(),"]"));var r=jr[e.level],n="[".concat(e.level.toUpperCase(),"]");t.push("".concat(r).concat(n).concat("")),this.config.prefix&&t.push("[".concat(this.config.prefix,"]")),this.config.includeContext&&e.context&&t.push("[".concat(e.context,"]")),t.push(e.message),e.metadata&&Object.keys(e.metadata).length>0&&t.push("\n Metadata: ".concat(JSON.stringify(e.metadata,null,2)));var i=t.join(" ");switch(e.level){case"debug":console.debug(i);break;case"info":console.info(i);break;case"warn":console.warn(i);break;case"error":console.error(i)}},e}(),Xr=function(){function e(e){void 0===e&&(e={}),this.config=r({level:Vr(),includeTimestamp:!0,includeContext:!0,enableConsole:!0,handlers:[]},e),this.handlers=a([],this.config.handlers||[],!0),this.config.enableConsole&&this.handlers.push(new Wr(this.config))}return e.prototype.addHandler=function(e){this.handlers.push(e)},e.prototype.removeHandler=function(e){var t=this.handlers.indexOf(e);t>-1&&this.handlers.splice(t,1)},e.prototype.configure=function(e){this.config=r(r({},this.config),e)},e.prototype.shouldLog=function(e){return Kr[e]>=Kr[this.config.level]},e.prototype.log=function(e,t,r,n){if(this.shouldLog(e)){var i={level:e,message:t,timestamp:new Date,context:r,metadata:n};this.handlers.forEach(function(e){try{e.handle(i)}catch(e){console.error("Error in log handler:",e)}})}},e.prototype.debug=function(e,t,r){this.log("debug",e,t,r)},e.prototype.info=function(e,t,r){this.log("info",e,t,r)},e.prototype.warn=function(e,t,r){this.log("warn",e,t,r)},e.prototype.error=function(e,t,r){this.log("error",e,t,r)},e.prototype.child=function(e){return new Yr(this,e)},e.prototype.getConfig=function(){return r({},this.config)},e}(),Yr=function(){function e(e,t){this.logger=e,this.context=t}return e.prototype.debug=function(e,t){this.logger.debug(e,this.context,t)},e.prototype.info=function(e,t){this.logger.info(e,this.context,t)},e.prototype.warn=function(e,t){this.logger.warn(e,this.context,t)},e.prototype.error=function(e,t){this.logger.error(e,this.context,t)},e.prototype.child=function(t){return new e(this.logger,"".concat(this.context,":").concat(t))},e}(),Zr=new Xr({level:Vr(),includeTimestamp:!0,includeContext:!0,prefix:"GT"}),Jr=Zr.child("fetch");Zr.child("validation"),Zr.child("formatting"),Zr.child("locale");var qr=Zr.child("GT instance");function Qr(e){var t=e.value,n=e.locales,i=void 0===n?[u]:n,o=e.options,a=void 0===o?{}:o;return s.get("ListFormat",i,r({type:"conjunction",style:"long"},a)).format(t)}function $r(e,t,r){void 0===t&&(t=u),t||(t=u);try{var n=ot(e);if(r)for(var i=0,o=[e,n,s.get("Locale",n).language];i<o.length;i++){var a=ut(r,o[i],"name");if(a)return a}return s.get("DisplayNames",[t,n,u],{type:"language"}).of(n)||""}catch(e){return""}}var en="GT error:",tn=function(e){return"".concat(en," Translation request timed out after ").concat(e,"ms. This has either occured due to the translation of an unusually large request or a translation failure in the API.")},rn=function(e){return"".concat(en," Cannot call `").concat(e,"` without a specified locale. Either pass a locale to the `").concat(e,"` function or specify a targetLocale in the GT constructor.")},nn=function(e){return"".concat(en," Cannot call `").concat(e,"` without a specified locale. Either pass a locale to the `").concat(e,"` function or specify a sourceLocale in the GT constructor.")},on=function(e){return"".concat(en," Cannot call `").concat(e,"` without a specified project ID. Either pass a project ID to the `").concat(e,"` function or specify a projectId in the GT constructor.")},an=function(e){return"".concat(en," Invalid locale: ").concat(e,".")};function sn(e,t,n){return i(this,void 0,void 0,function(){var i,a,s,c;return o(this,function(o){switch(o.label){case 0:i=new AbortController,a=i.signal,n=Math.min(n||l,l),s=n?setTimeout(function(){return i.abort()},n):null,o.label=1;case 1:return o.trys.push([1,3,4,5]),[4,fetch(e,r(r({},t),{signal:a}))];case 2:return[2,o.sent()];case 3:if((c=o.sent())instanceof Error&&"AbortError"===c.name)throw tn(n);throw c;case 4:return s&&clearTimeout(s),[7];case 5:return[2]}})})}function cn(e){return i(this,void 0,void 0,function(){var t,r,n;return o(this,function(i){switch(i.label){case 0:return e.ok?[3,2]:[4,e.text()];case 1:throw t=i.sent(),r=function(e,t,r){return"".concat(en," API returned error status. Status: ").concat(e,", Status Text: ").concat(t,", Error: ").concat(r)}(e.status,e.statusText,t),Jr.error(r,{status:e.status,statusText:e.statusText,error:t}),(n=new Error(r)).code=e.status,n.message=t,n;case 2:return[2]}})})}function hn(e,t){if(e instanceof Error&&"AbortError"===e.name){var r=tn(t);throw Jr.error(r),new Error(r)}var n=function(e){return"".concat(en," Translation request failed. Error: ").concat(e)}(e instanceof Error?e.message:String(e));throw Jr.error(n),e}function un(e,t){void 0===t&&(t=!1);var n=r(r({},!t&&{"Content-Type":"application/json"}),{"x-gt-project-id":e.projectId});return e.apiKey&&(e.apiKey.startsWith("gtx-internal-")?n["x-gt-internal-api-key"]=e.apiKey:n["x-gt-api-key"]=e.apiKey),n}function ln(e,t){return i(this,arguments,void 0,function(e,t,r,n){var i,a,s;return void 0===r&&(r={}),o(this,function(o){switch(o.label){case 0:a=Math.min(r.timeout||l,l),s="".concat(n.baseUrl||h,"/v1/translate/").concat(n.projectId),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,sn(s,{method:"POST",headers:un(n),body:JSON.stringify({requests:[{source:e}],targetLocale:t,metadata:r})},a)];case 2:return i=o.sent(),[3,4];case 3:return hn(o.sent(),a),[3,4];case 4:return[4,cn(i)];case 5:return o.sent(),[4,i.json()];case 6:return[2,o.sent()[0]]}})})}function fn(e,t,r){return i(this,void 0,void 0,function(){var n,i,a;return o(this,function(o){switch(o.label){case 0:n=Math.min(t.timeout||l,l),i="".concat(r.baseUrl||h,"/v1/translate/").concat(r.projectId),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,sn(i,{method:"POST",headers:un(r),body:JSON.stringify({requests:e,targetLocale:t.targetLocale,metadata:t})},n)];case 2:return a=o.sent(),[3,4];case 3:return hn(o.sent(),n),[3,4];case 4:return[4,cn(a)];case 5:return o.sent(),[4,a.json()];case 6:return[2,o.sent()]}})})}function pn(e,t,r){return i(this,void 0,void 0,function(){var n,i,a,s,h,u,f,p,d,v;return o(this,function(o){switch(o.label){case 0:n=Math.min(t.timeout||l,l),i="".concat(r.baseUrl||c,"/v1/project/translations/files/upload"),a=r.projectId,s=t.sourceLocale,h=t.targetLocales,u=t.publish,f=t._versionId,p=t.description,d=new FormData,e.forEach(function(e,t){d.append("file".concat(t),new Blob([e.content]),e.fileName),d.append("fileFormat".concat(t),e.fileFormat),d.append("fileDataFormat".concat(t),e.dataFormat),d.append("fileName".concat(t),e.fileName)}),d.append("fileCount",String(e.length)),d.append("sourceLocale",s),d.append("targetLocales",JSON.stringify(h)),d.append("projectId",a),d.append("publish",String(u)),d.append("versionId",f||""),d.append("description",p||""),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,sn(i,{method:"POST",headers:un(r,!0),body:d},n)];case 2:return v=o.sent(),[3,4];case 3:return hn(o.sent(),n),[3,4];case 4:return[4,cn(v)];case 5:return o.sent(),[4,v.json()];case 6:return[2,o.sent()]}})})}function dn(e,t,n){return i(this,void 0,void 0,function(){var i,a,s,h,u,f,p,d,v,g,y;return o(this,function(o){switch(o.label){case 0:i=n.projectId,a=t.sourceLocale,s=t.dataFormat,h=t.targetLocales,u=t.version,f=t.description,p=t.requireApproval,d=Math.min(t.timeout||l,l),v="".concat(n.baseUrl||c,"/v1/project/translations/update"),g=r(r(r(r(r(r({updates:e},h&&{locales:h}),{metadata:r(r({},i&&{projectId:i}),a&&{sourceLocale:a})}),s&&{dataFormat:s}),u&&{versionId:u}),f&&{description:f}),void 0!==p&&{requireApproval:p}),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,sn(v,{method:"POST",headers:un(n),body:JSON.stringify(g)},d)];case 2:return y=o.sent(),[3,4];case 3:return hn(o.sent(),d),[3,4];case 4:return[4,cn(y)];case 5:return o.sent(),[4,y.json()];case 6:return[2,o.sent()]}})})}function vn(e){return i(this,arguments,void 0,function(e,t,r){var n,i,a;return void 0===t&&(t={}),o(this,function(o){switch(o.label){case 0:n=Math.min(t.timeout||l,l),i="".concat(r.baseUrl||c,"/v1/project/translations/files/retrieve"),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,sn(i,{method:"POST",headers:un(r),body:JSON.stringify({files:e})},n)];case 2:return a=o.sent(),[3,4];case 3:return hn(o.sent(),n),[3,4];case 4:return[4,cn(a)];case 5:return o.sent(),[4,a.json()];case 6:return[2,o.sent()]}})})}function gn(e,t,r){return i(this,void 0,void 0,function(){var n,i,a,s;return o(this,function(o){switch(o.label){case 0:n=r.baseUrl,i=Math.min(t.timeout||l,l),a="".concat(n||c,"/v1/project/translations/files/").concat(e,"/download"),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,sn(a,{method:"GET",headers:un(r,!0)},i)];case 2:return s=o.sent(),[3,4];case 3:return hn(o.sent(),i),[3,4];case 4:return[4,cn(s)];case 5:return o.sent(),[4,s.arrayBuffer()];case 6:return[2,o.sent()]}})})}function yn(e,t,r){return i(this,void 0,void 0,function(){var n,i,a;return o(this,function(o){switch(o.label){case 0:n=Math.min(t.timeout||l,l),i="".concat(r.baseUrl||c,"/v1/project/translations/files/batch-download"),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,sn(i,{method:"POST",headers:un(r),body:JSON.stringify({fileIds:e})},n)];case 2:return a=o.sent(),[3,4];case 3:return hn(o.sent(),n),[3,4];case 4:return[4,cn(a)];case 5:return o.sent(),[4,a.json()];case 6:return[2,o.sent()]}})})}function mn(e,t,r){return i(this,void 0,void 0,function(){var n,i,a;return o(this,function(o){switch(o.label){case 0:n=Math.min(t.timeout||l,l),i="".concat(r.baseUrl||c,"/v1/project/translations/info/").concat(e),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,sn(i,{method:"GET",headers:un(r)},n)];case 2:return a=o.sent(),[3,4];case 3:return hn(o.sent(),n),[3,4];case 4:return[4,cn(a)];case 5:return o.sent(),[4,a.json()];case 6:return[2,o.sent()]}})})}function _n(e,t,r){return i(this,void 0,void 0,function(){var n,i,a,s;return o(this,function(o){switch(o.label){case 0:n=r.baseUrl,i=Math.min(t.timeout||l,l),a="".concat(n||c,"/v1/project/translations/status/").concat(encodeURIComponent(e)),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,sn(a,{method:"GET",headers:un(r,!0)},i)];case 2:return s=o.sent(),[3,4];case 3:return hn(o.sent(),i),[3,4];case 4:return[4,cn(s)];case 5:return o.sent(),[4,s.json()];case 6:return[2,o.sent()]}})})}var bn=function(){function e(e){var t,r,n;void 0===e&&(e={}),this._renderingLocales=[],"undefined"!=typeof process&&(this.apiKey||(this.apiKey=null===(t=process.env)||void 0===t?void 0:t.GT_API_KEY),this.devApiKey||(this.devApiKey=null===(r=process.env)||void 0===r?void 0:r.GT_DEV_API_KEY),this.projectId||(this.projectId=null===(n=process.env)||void 0===n?void 0:n.GT_PROJECT_ID)),this.setConfig(e)}return e.prototype.setConfig=function(e){var t=e.apiKey,r=e.devApiKey,n=e.sourceLocale,i=e.targetLocale,o=e.locales,a=e.projectId,s=e.customMapping,c=e.baseUrl;if(t&&(this.apiKey=t),r&&(this.devApiKey=r),a&&(this.projectId=a),n&&(this.sourceLocale=ot(n),!it(this.sourceLocale)))throw new Error(an(this.sourceLocale));if(i&&(this.targetLocale=ot(i),!it(this.targetLocale)))throw new Error(an(this.targetLocale));if(this._renderingLocales=[],this.sourceLocale&&this._renderingLocales.push(this.sourceLocale),this.targetLocale&&this._renderingLocales.push(this.targetLocale),this._renderingLocales.push(u),o){var h=[],l=[];if(o.forEach(function(e){var t=ot(e);it(t)?h.push(t):l.push(e)}),l.length>0)throw new Error(function(e){return"".concat(en," Invalid locales: ").concat(e.join(", "),".")}(l));this.locales=h}c&&(this.baseUrl=c),s&&(this.customMapping=s)},e.prototype._getTranslationConfig=function(){return{baseUrl:this.baseUrl,apiKey:this.apiKey||this.devApiKey,projectId:this.projectId||""}},e.prototype._validateAuth=function(e){var t=[];if(!this.apiKey&&!this.devApiKey){var r=function(e){return"".concat(en," Cannot call `").concat(e,"` without a specified API key. Either pass an API key to the `").concat(e,"` function or specify an apiKey in the GT constructor.")}(e);qr.error(r),t.push(r)}if(!this.projectId){r=on(e);qr.error(r),t.push(r)}if(t.length)throw new Error(on(e))},e.prototype.enqueueEntries=function(e){return i(this,arguments,void 0,function(e,t){var n,i;return void 0===t&&(t={}),o(this,function(o){switch(o.label){case 0:return this._validateAuth("enqueueTranslationEntries"),n=r(r({},t),{sourceLocale:null!==(i=t.sourceLocale)&&void 0!==i?i:this.sourceLocale}),[4,dn(e,n,this._getTranslationConfig())];case 1:return[2,o.sent()]}})})},e.prototype.enqueueFiles=function(e,t){return i(this,void 0,void 0,function(){var n,i,a;return o(this,function(o){switch(o.label){case 0:if(this._validateAuth("enqueueFiles"),!(n=r(r({},t),{sourceLocale:null!==(a=t.sourceLocale)&&void 0!==a?a:this.sourceLocale})).sourceLocale)throw i=nn("enqueueFiles"),qr.error(i),new Error(i);return[4,pn(e,n,this._getTranslationConfig())];case 1:return[2,o.sent()]}})})},e.prototype.checkFileTranslations=function(e){return i(this,arguments,void 0,function(e,t){return void 0===t&&(t={}),o(this,function(r){switch(r.label){case 0:return this._validateAuth("checkFileTranslations"),[4,vn(e,t,this._getTranslationConfig())];case 1:return[2,r.sent()]}})})},e.prototype.checkTranslationStatus=function(e){return i(this,arguments,void 0,function(e,t){return void 0===t&&(t={}),o(this,function(r){switch(r.label){case 0:return this._validateAuth("checkTranslationStatus"),[4,_n(e,t,this._getTranslationConfig())];case 1:return[2,r.sent()]}})})},e.prototype.downloadFile=function(e){return i(this,arguments,void 0,function(e,t){return void 0===t&&(t={}),o(this,function(r){switch(r.label){case 0:return this._validateAuth("downloadFile"),[4,gn(e,t,this._getTranslationConfig())];case 1:return[2,r.sent()]}})})},e.prototype.downloadFileBatch=function(e){return i(this,arguments,void 0,function(e,t){return void 0===t&&(t={}),o(this,function(r){switch(r.label){case 0:return this._validateAuth("downloadFileBatch"),[4,yn(e,t,this._getTranslationConfig())];case 1:return[2,r.sent()]}})})},e.prototype.fetchTranslations=function(e){return i(this,arguments,void 0,function(e,t){return void 0===t&&(t={}),o(this,function(r){switch(r.label){case 0:return this._validateAuth("fetchTranslations"),[4,mn(e,t,this._getTranslationConfig())];case 1:return[2,r.sent()]}})})},e.prototype._translate=function(e){return i(this,arguments,void 0,function(e,t,r){var n;return void 0===t&&(t=this.targetLocale),o(this,function(i){switch(i.label){case 0:if(this._validateAuth("translate"),!t)throw n=rn("translate"),qr.error(n),new Error(n);return[4,ln(e,t,r,this._getTranslationConfig())];case 1:return[2,i.sent()]}})})},e.prototype.translateMany=function(e,t){return i(this,void 0,void 0,function(){var n,i;return o(this,function(o){switch(o.label){case 0:if(this._validateAuth("translateMany"),!(n=(null==t?void 0:t.targetLocale)||this.targetLocale))throw i=rn("translateMany"),qr.error(i),new Error(i);return[4,fn(e,r(r({},t),{targetLocale:n}),this._getTranslationConfig())];case 1:return[2,o.sent()]}})})},e.prototype.formatMessage=function(e,t){return En(e,r({locales:this._renderingLocales},t))},e.prototype.formatNum=function(e,t){return Bn(e,r({locales:this._renderingLocales},t))},e.prototype.formatDateTime=function(e,t){return Hn(e,r({locales:this._renderingLocales},t))},e.prototype.formatCurrency=function(e,t,n){return wn(e,t,r({locales:this._renderingLocales},n))},e.prototype.formatList=function(e,t){return Qr({value:e,locales:(null==t?void 0:t.locales)||this._renderingLocales,options:t})},e.prototype.formatRelativeTime=function(e,t,n){return An(e,t,r({locales:this._renderingLocales},n))},e.prototype.getLocaleName=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("getLocaleName"));return $r(e,this.sourceLocale,this.customMapping)},e.prototype.getLocaleEmoji=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("getLocaleEmoji"));return Ln(e,this.customMapping)},e.prototype.getLocaleProperties=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("getLocaleProperties"));return Cn(e,this.sourceLocale,this.customMapping)},e.prototype.requiresTranslation=function(e,t,r){if(void 0===e&&(e=this.sourceLocale),void 0===t&&(t=this.targetLocale),void 0===r&&(r=this.locales),!e)throw new Error(nn("requiresTranslation"));if(!t)throw new Error(rn("requiresTranslation"));return ht(e,t,r)},e.prototype.determineLocale=function(e,t){return void 0===t&&(t=this.locales||[]),mt(e,t)},e.prototype.getLocaleDirection=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("getLocaleDirection"));return Pn(e)},e.prototype.isValidLocale=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("isValidLocale"));return Mn(e)},e.prototype.standardizeLocale=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("standardizeLocale"));return ot(e)},e.prototype.isSameDialect=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return Rn.apply(void 0,e)},e.prototype.isSameLanguage=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ct.apply(void 0,e)},e.prototype.isSupersetLocale=function(e,t){return On(e,t)},e}();function En(e,t){return function(e,t,r){var n,i;return void 0===t&&(t=u),void 0===r&&(r={}),null!==(i=null===(n=new zr(e,t).format(r))||void 0===n?void 0:n.toString())&&void 0!==i?i:""}(e,null==t?void 0:t.locales,null==t?void 0:t.variables)}function Bn(e,t){return function(e){var t=e.value,n=e.locales,i=void 0===n?[u]:n,o=e.options,a=void 0===o?{}:o;return s.get("NumberFormat",i,r({numberingSystem:"latn"},a)).format(t)}({value:e,locales:t.locales,options:t})}function Hn(e,t){return function(e){var t=e.value,n=e.locales,i=void 0===n?[u]:n,o=e.options,a=void 0===o?{}:o;return s.get("DateTimeFormat",i,r({calendar:"gregory",numberingSystem:"latn"},a)).format(t)}({value:e,locales:null==t?void 0:t.locales,options:t})}function wn(e,t,n){return function(e){var t=e.value,n=e.locales,i=void 0===n?[u]:n,o=e.currency,a=void 0===o?"USD":o,c=e.options,h=void 0===c?{}:c;return s.get("NumberFormat",i,r({style:"currency",currency:a,numberingSystem:"latn"},h)).format(t)}({value:e,currency:t,locales:n.locales,options:n})}function Sn(e,t){return Qr({value:e,locales:t.locales,options:t})}function An(e,t,n){return function(e){var t=e.value,n=e.unit,i=e.locales,o=void 0===i?[u]:i,a=e.options,c=void 0===a?{}:a;return s.get("RelativeTimeFormat",o,r({style:"long",numeric:"auto"},c)).format(t,n)}({value:e,unit:t,locales:n.locales,options:n})}function Tn(e,t,r){return $r(e,t,r)}function Ln(e,t){return lt(e,t)}function Cn(e,t,r){return yt(e,t,r)}function xn(e,t,r){return ht(e,t,r)}function Nn(e,t){return void 0===t&&(t=[]),mt(e,t)}function Pn(e){return function(e){var t;try{var r=s.get("Locale",e);return"rtl"===(null===(t=null==r?void 0:r.textInfo)||void 0===t?void 0:t.direction)?"rtl":"ltr"}catch(e){return"ltr"}}(e)}function Mn(e){return it(e)}function In(e){return ot(e)}function Rn(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return st.apply(void 0,e)}function kn(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ct.apply(void 0,e)}function On(e,t){return function(e,t){try{var r=s.get("Locale",ot(e)),n=r.language,i=r.region,o=r.script,a=s.get("Locale",ot(t)),c=a.language,h=a.region,u=a.script;return!(n!==c||i&&i!==h||o&&o!==u)}catch(e){return console.error(e),!1}}(e,t)}export{bn as GT,Nn as determineLocale,wn as formatCurrency,Hn as formatDateTime,Sn as formatList,En as formatMessage,Bn as formatNum,An as formatRelativeTime,Pn as getLocaleDirection,Ln as getLocaleEmoji,Tn as getLocaleName,Cn as getLocaleProperties,Rn as isSameDialect,kn as isSameLanguage,On as isSupersetLocale,Mn as isValidLocale,xn as requiresTranslation,In as standardizeLocale};
18
+ function(){var t=e,r=t.lib,n=r.WordArray,i=r.Hasher,o=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),h=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),l=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=o.RIPEMD160=i.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,i=e[n];e[n]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o,f,_,b,E,B,H,w,S,A,T,L=this._hash.words,C=u.words,x=l.words,N=a.words,P=s.words,M=c.words,I=h.words;for(B=o=L[0],H=f=L[1],w=_=L[2],S=b=L[3],A=E=L[4],r=0;r<80;r+=1)T=o+e[t+N[r]]|0,T+=r<16?p(f,_,b)+C[0]:r<32?d(f,_,b)+C[1]:r<48?v(f,_,b)+C[2]:r<64?g(f,_,b)+C[3]:y(f,_,b)+C[4],T=(T=m(T|=0,M[r]))+E|0,o=E,E=b,b=m(_,10),_=f,f=T,T=B+e[t+P[r]]|0,T+=r<16?y(H,w,S)+x[0]:r<32?g(H,w,S)+x[1]:r<48?v(H,w,S)+x[2]:r<64?d(H,w,S)+x[3]:p(H,w,S)+x[4],T=(T=m(T|=0,I[r]))+A|0,B=A,A=S,S=m(w,10),w=H,H=T;T=L[1]+_+S|0,L[1]=L[2]+b+A|0,L[2]=L[3]+E+B|0,L[3]=L[4]+o+H|0,L[4]=L[0]+f+w|0,L[0]=T},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var i=this._hash,o=i.words,a=0;a<5;a++){var s=o[a];o[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return i},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function p(e,t,r){return e^t^r}function d(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function m(e,t){return e<<t|e>>>32-t}t.RIPEMD160=i._createHelper(f),t.HmacRIPEMD160=i._createHmacHelper(f)}(),e.RIPEMD160));var e}(),te(),function(){return re||(re=1,ne.exports=(c=g(),G(),te(),t=(e=c).lib,r=t.Base,n=t.WordArray,i=e.algo,o=i.SHA256,a=i.HMAC,s=i.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:o,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,i=a.create(r.hasher,e),o=n.create(),s=n.create([1]),c=o.words,h=s.words,u=r.keySize,l=r.iterations;c.length<u;){var f=i.update(t).finalize(s);i.reset();for(var p=f.words,d=p.length,v=f,g=1;g<l;g++){v=i.finalize(v),i.reset();for(var y=v.words,m=0;m<d;m++)p[m]^=y[m]}o.concat(f),h[0]++}return o.sigBytes=4*u,o}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ne.exports;var e,t,r,n,i,o,a,s,c}(),ae(),he(),fe(),ve(),me(),Ee(),function(){return Be?He.exports:(Be=1,He.exports=(t=g(),he(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return we?Se.exports:(we=1,Se.exports=(e=g(),he(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,i=n-r%n,o=r+i-1;e.clamp(),e.words[o>>>2]|=i<<24-o%4*8,e.sigBytes+=i},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return Ae?Te.exports:(Ae=1,Te.exports=(e=g(),he(),e.pad.Iso10126={pad:function(t,r){var n=4*r,i=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(i-1)).concat(e.lib.WordArray.create([i<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return Le?Ce.exports:(Le=1,Ce.exports=(e=g(),he(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return xe?Ne.exports:(xe=1,Ne.exports=(e=g(),he(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding));var e}(),function(){return Pe?Me.exports:(Pe=1,Me.exports=(e=g(),he(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return Ie?Re.exports:(Ie=1,Re.exports=(n=g(),he(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return ke?Oe.exports:(ke=1,Oe.exports=(e=g(),L(),I(),ae(),he(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,i=[],o=[],a=[],s=[],c=[],h=[],u=[],l=[],f=[],p=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var d=n^n<<1^n<<2^n<<3^n<<4;d=d>>>8^255&d^99,i[r]=d,o[d]=r;var v=e[r],g=e[v],y=e[g],m=257*e[d]^16843008*d;a[r]=m<<24|m>>>8,s[r]=m<<16|m>>>16,c[r]=m<<8|m>>>24,h[r]=m,m=16843009*y^65537*g^257*v^16843008*r,u[d]=m<<24|m>>>8,l[d]=m<<16|m>>>16,f[d]=m<<8|m>>>24,p[d]=m,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var d=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),o=this._keySchedule=[],a=0;a<n;a++)a<r?o[a]=t[a]:(h=o[a-1],a%r?r>6&&a%r==4&&(h=i[h>>>24]<<24|i[h>>>16&255]<<16|i[h>>>8&255]<<8|i[255&h]):(h=i[(h=h<<8|h>>>24)>>>24]<<24|i[h>>>16&255]<<16|i[h>>>8&255]<<8|i[255&h],h^=d[a/r|0]<<24),o[a]=o[a-r]^h);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var h=o[a];else h=o[a-4];s[c]=c<4||a<=4?h:u[i[h>>>24]]^l[i[h>>>16&255]]^f[i[h>>>8&255]]^p[i[255&h]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,h,i)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,l,f,p,o),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,i,o,a,s){for(var c=this._nRounds,h=e[t]^r[0],u=e[t+1]^r[1],l=e[t+2]^r[2],f=e[t+3]^r[3],p=4,d=1;d<c;d++){var v=n[h>>>24]^i[u>>>16&255]^o[l>>>8&255]^a[255&f]^r[p++],g=n[u>>>24]^i[l>>>16&255]^o[f>>>8&255]^a[255&h]^r[p++],y=n[l>>>24]^i[f>>>16&255]^o[h>>>8&255]^a[255&u]^r[p++],m=n[f>>>24]^i[h>>>16&255]^o[u>>>8&255]^a[255&l]^r[p++];h=v,u=g,l=y,f=m}v=(s[h>>>24]<<24|s[u>>>16&255]<<16|s[l>>>8&255]<<8|s[255&f])^r[p++],g=(s[u>>>24]<<24|s[l>>>16&255]<<16|s[f>>>8&255]<<8|s[255&h])^r[p++],y=(s[l>>>24]<<24|s[f>>>16&255]<<16|s[h>>>8&255]<<8|s[255&u])^r[p++],m=(s[f>>>24]<<24|s[h>>>16&255]<<16|s[u>>>8&255]<<8|s[255&l])^r[p++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=m},keySize:8});t.AES=r._createHelper(v)}(),e.AES));var e}(),Ge(),function(){return Fe?ze.exports:(Fe=1,ze.exports=(e=g(),L(),I(),ae(),he(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,i=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],i=0;i<256;i++)n[i]=i;i=0;for(var o=0;i<256;i++){var a=i%r,s=t[a>>>2]>>>24-a%4*8&255;o=(o+n[i]+s)%256;var c=n[i];n[i]=n[o],n[o]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=o.call(this)},keySize:8,ivSize:0});function o(){for(var e=this._S,t=this._i,r=this._j,n=0,i=0;i<4;i++){r=(r+e[t=(t+1)%256])%256;var o=e[t];e[t]=e[r],e[r]=o,n|=e[(e[t]+e[r])%256]<<24-8*i}return this._i=t,this._j=r,n}t.RC4=r._createHelper(i);var a=n.RC4Drop=i.extend({cfg:i.cfg.extend({drop:192}),_doReset:function(){i._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)o.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4));var e}(),function(){return Ke?je.exports:(Ke=1,je.exports=(e=g(),L(),I(),ae(),he(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,i=[],o=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],i=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)i[r]^=n[r+4&7];if(t){var o=t.words,a=o[0],s=o[1],h=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=h>>>16|4294901760&u,f=u<<16|65535&h;for(i[0]^=h,i[1]^=l,i[2]^=u,i[3]^=f,i[4]^=h,i[5]^=l,i[6]^=u,i[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),i[0]=r[0]^r[5]>>>16^r[3]<<16,i[1]=r[2]^r[7]>>>16^r[5]<<16,i[2]=r[4]^r[1]>>>16^r[7]<<16,i[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)i[n]=16711935&(i[n]<<8|i[n]>>>24)|4278255360&(i[n]<<24|i[n]>>>8),e[t+n]^=i[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)o[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<o[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<o[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<o[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<o[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<o[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<o[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<o[6]>>>0?1:0)|0,this._b=t[7]>>>0<o[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],i=65535&n,s=n>>>16,c=((i*i>>>17)+i*s>>>15)+s*s,h=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^h}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit));var e}(),function(){return Ve?We.exports:(Ve=1,We.exports=(e=g(),L(),I(),ae(),he(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,i=[],o=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var i=0;i<4;i++)c.call(this);for(i=0;i<8;i++)n[i]^=r[i+4&7];if(t){var o=t.words,a=o[0],s=o[1],h=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=h>>>16|4294901760&u,f=u<<16|65535&h;for(n[0]^=h,n[1]^=l,n[2]^=u,n[3]^=f,n[4]^=h,n[5]^=l,n[6]^=u,n[7]^=f,i=0;i<4;i++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),i[0]=r[0]^r[5]>>>16^r[3]<<16,i[1]=r[2]^r[7]>>>16^r[5]<<16,i[2]=r[4]^r[1]>>>16^r[7]<<16,i[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)i[n]=16711935&(i[n]<<8|i[n]>>>24)|4278255360&(i[n]<<24|i[n]>>>8),e[t+n]^=i[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)o[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<o[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<o[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<o[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<o[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<o[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<o[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<o[6]>>>0?1:0)|0,this._b=t[7]>>>0<o[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],i=65535&n,s=n>>>16,c=((i*i>>>17)+i*s>>>15)+s*s,h=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^h}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy));var e}(),Ze()));var nt=["Cham","Jamo","Kawi","Lisu","Toto","Thai"],it=function(e){try{var t=s.get("Locale",e),r=t.language,n=t.region,i=t.script;if(e.split("-").length!==(o=1,n&&(o+=1),i&&(o+=1),o))return!1;if(s.get("DisplayNames",[u],{type:"language"}).of(r)===r&&!function(e){return e>="qaa"&&e<="qtz"}(r))return!1;if(n)if(s.get("DisplayNames",[u],{type:"region"}).of(n)===n)return!1;if(i)if(s.get("DisplayNames",[u],{type:"script"}).of(i)===i&&!nt.includes(i))return!1;return!0}catch(e){return!1}var o},ot=function(e){try{return Intl.getCanonicalLocales(e)[0]}catch(t){return e}};function at(e,t){var r=s.get("Locale",e),n=r.language,i=r.region,o=r.script,a=s.get("Locale",t),c=a.language,h=a.region,u=a.script;return n===c&&((!i||!h||i===h)&&(!o||!u||o===u))}function st(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];try{for(var r=e.flat().map(ot),n=0;n<r.length;n++)for(var i=n+1;i<r.length;i++)if(!at(r[n],r[i]))return!1;return!0}catch(e){return console.error(e),!1}}function ct(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];try{var r=e.flat().map(function(e){return s.get("Locale",e).language});return r.every(function(e){return e===r[0]})}catch(e){return console.error(e),!1}}function ht(e,t,r){return!(!it(e)||!it(t)||r&&r.some(function(e){return!it(e)}))&&(!st(e,t)&&!(r&&!r.some(function(e){return ct(t,e)})))}var ut=function(e,t,r){if(null==e?void 0:e[t])return"string"==typeof e[t]?"name"===r?e[t]:void 0:e[t][r]};function lt(e,t){try{var r=ot(e),n=s.get("Locale",r),i=n.language,o=n.region;if(t)for(var a=0,c=[e,r,i];a<c.length;a++){var h=ut(t,c[a],"emoji");if(h)return h}if(o&&vt[o])return vt[o];var u=n.maximize(),l=u.region||"";return dt[u.language]||vt[l]||pt}catch(e){return pt}}var ft="🌍",pt=ft,dt={ca:ft,eu:ft,ku:ft,bo:"🌏",ug:"🌏",gd:"🏴󠁧󠁢󠁳󠁣󠁴󠁿",cy:"🏴󠁧󠁢󠁷󠁬󠁳󠁿",gv:"🇮🇲",grc:"🏺"},vt={AF:"🇦🇫",AX:"🇦🇽",AL:"🇦🇱",DZ:"🇩🇿",AS:"🇦🇸",AD:"🇦🇩",AO:"🇦🇴",AI:"🇦🇮",AQ:"🇦🇶",AG:"🇦🇬",AR:"🇦🇷",AM:"🇦🇲",AW:"🇦🇼",AU:"🇦🇺",AT:"🇦🇹",AZ:"🇦🇿",BS:"🇧🇸",BH:"🇧🇭",BD:"🇧🇩",BB:"🇧🇧",BY:"🇧🇾",BE:"🇧🇪",BZ:"🇧🇿",BJ:"🇧🇯",BM:"🇧🇲",BT:"🇧🇹",BO:"🇧🇴",BQ:"🇧🇶",BA:"🇧🇦",BW:"🇧🇼",BV:"🇧🇻",BR:"🇧🇷",IO:"🇮🇴",BN:"🇧🇳",BG:"🇧🇬",BF:"🇧🇫",BI:"🇧🇮",CV:"🇨🇻",KH:"🇰🇭",CM:"🇨🇲",CA:"🇨🇦",KY:"🇰🇾",CF:"🇨🇫",TD:"🇹🇩",CL:"🇨🇱",CN:"🇨🇳",CX:"🇨🇽",CC:"🇨🇨",CO:"🇨🇴",KM:"🇰🇲",CD:"🇨🇩",CG:"🇨🇬",CK:"🇨🇰",CR:"🇨🇷",CI:"🇨🇮",HR:"🇭🇷",CU:"🇨🇺",CW:"🇨🇼",CY:"🇨🇾",CZ:"🇨🇿",DK:"🇩🇰",DJ:"🇩🇯",DM:"🇩🇲",DO:"🇩🇴",EC:"🇪🇨",EG:"🇪🇬",SV:"🇸🇻",GQ:"🇬🇶",ER:"🇪🇷",EE:"🇪🇪",SZ:"🇸🇿",ET:"🇪🇹",FK:"🇫🇰",FO:"🇫🇴",FJ:"🇫🇯",FI:"🇫🇮",FR:"🇫🇷",GF:"🇬🇫",PF:"🇵🇫",TF:"🇹🇫",GA:"🇬🇦",GM:"🇬🇲",GE:"🇬🇪",DE:"🇩🇪",GH:"🇬🇭",GI:"🇬🇮",GR:"🇬🇷",GL:"🇬🇱",GD:"🇬🇩",GP:"🇬🇵",GU:"🇬🇺",GT:"🇬🇹",GG:"🇬🇬",GN:"🇬🇳",GW:"🇬🇼",GY:"🇬🇾",HT:"🇭🇹",HM:"🇭🇲",VA:"🇻🇦",HN:"🇭🇳",HK:"🇭🇰",HU:"🇭🇺",IS:"🇮🇸",IN:"🇮🇳",ID:"🇮🇩",IR:"🇮🇷",IQ:"🇮🇶",IE:"🇮🇪",IM:"🇮🇲",IL:"🇮🇱",IT:"🇮🇹",JM:"🇯🇲",JP:"🇯🇵",JE:"🇯🇪",JO:"🇯🇴",KZ:"🇰🇿",KE:"🇰🇪",KI:"🇰🇮",KP:"🇰🇵",KR:"🇰🇷",KW:"🇰🇼",KG:"🇰🇬",LA:"🇱🇦",LV:"🇱🇻",LB:"🇱🇧",LS:"🇱🇸",LR:"🇱🇷",LY:"🇱🇾",LI:"🇱🇮",LT:"🇱🇹",LU:"🇱🇺",MO:"🇲🇴",MG:"🇲🇬",MW:"🇲🇼",MY:"🇲🇾",MV:"🇲🇻",ML:"🇲🇱",MT:"🇲🇹",MH:"🇲🇭",MQ:"🇲🇶",MR:"🇲🇷",MU:"🇲🇺",YT:"🇾🇹",MX:"🇲🇽",FM:"🇫🇲",MD:"🇲🇩",MC:"🇲🇨",MN:"🇲🇳",ME:"🇲🇪",MS:"🇲🇸",MA:"🇲🇦",MZ:"🇲🇿",MM:"🇲🇲",NA:"🇳🇦",NR:"🇳🇷",NP:"🇳🇵",NL:"🇳🇱",NC:"🇳🇨",NZ:"🇳🇿",NI:"🇳🇮",NE:"🇳🇪",NG:"🇳🇬",NU:"🇳🇺",NF:"🇳🇫",MK:"🇲🇰",MP:"🇲🇵",NO:"🇳🇴",OM:"🇴🇲",PK:"🇵🇰",PW:"🇵🇼",PS:"🇵🇸",PA:"🇵🇦",PG:"🇵🇬",PY:"🇵🇾",PE:"🇵🇪",PH:"🇵🇭",PN:"🇵🇳",PL:"🇵🇱",PT:"🇵🇹",PR:"🇵🇷",QA:"🇶🇦",RE:"🇷🇪",RO:"🇷🇴",RU:"🇷🇺",RW:"🇷🇼",BL:"🇧🇱",SH:"🇸🇭",KN:"🇰🇳",LC:"🇱🇨",MF:"🇲🇫",PM:"🇵🇲",VC:"🇻🇨",WS:"🇼🇸",SM:"🇸🇲",ST:"🇸🇹",SA:"🇸🇦",SN:"🇸🇳",RS:"🇷🇸",SC:"🇸🇨",SL:"🇸🇱",SG:"🇸🇬",SX:"🇸🇽",SK:"🇸🇰",SI:"🇸🇮",SB:"🇸🇧",SO:"🇸🇴",ZA:"🇿🇦",GS:"🇬🇸",SS:"🇸🇸",ES:"🇪🇸",LK:"🇱🇰",SD:"🇸🇩",SR:"🇸🇷",SJ:"🇸🇯",SE:"🇸🇪",CH:"🇨🇭",SY:"🇸🇾",TW:"🇹🇼",TJ:"🇹🇯",TZ:"🇹🇿",TH:"🇹🇭",TL:"🇹🇱",TG:"🇹🇬",TK:"🇹🇰",TO:"🇹🇴",TT:"🇹🇹",TN:"🇹🇳",TR:"🇹🇷",TM:"🇹🇲",TC:"🇹🇨",TV:"🇹🇻",UG:"🇺🇬",UA:"🇺🇦",AE:"🇦🇪",GB:"🇬🇧",US:"🇺🇸",UM:"🇺🇲",UY:"🇺🇾",UZ:"🇺🇿",VU:"🇻🇺",VE:"🇻🇪",VN:"🇻🇳",VG:"🇻🇬",VI:"🇻🇮",WF:"🇼🇫",EH:"🇪🇭",YE:"🇾🇪",ZM:"🇿🇲",ZW:"🇿🇼",EU:"🇪🇺"};function gt(e,t){if(t){for(var n={},i=0,o=e;i<o.length;i++){var a=t[o[i]];a&&("string"==typeof a?n.name||(n.name=a):a&&(n=r(r({},a),n)))}return n}}function yt(e,t,r){void 0===t&&(t=u),t||(t=u);try{var n=ot(e),i=s.get("Locale",e),o=gt([e,n,D=i.language],r),a=i.region,c=i.maximize(),h=c.toString(),l=i.region||(null==o?void 0:o.regionCode)||c.region||"",f=i.script||(null==o?void 0:o.scriptCode)||c.script||"",p=i.minimize().toString(),d=[t,e,u],v=[e,t,u],g=s.get("DisplayNames",d,{type:"language"}),y=s.get("DisplayNames",v,{type:"language"}),m=null==o?void 0:o.name,_=(null==o?void 0:o.nativeName)||(null==o?void 0:o.name),b=m||g.of(e)||e,E=_||y.of(e)||e,B=(null==o?void 0:o.maximizedName)||m||g.of(h)||e,H=(null==o?void 0:o.nativeMaximizedName)||_||y.of(h)||e,w=(null==o?void 0:o.minimizedName)||m||g.of(p)||e,S=(null==o?void 0:o.nativeMinimizedName)||_||y.of(p)||e,A=(null==o?void 0:o.languageName)||m||g.of(D)||e,T=(null==o?void 0:o.nativeLanguageName)||_||y.of(D)||e,L=(null==o?void 0:o.nameWithRegionCode)||a?"".concat(A," (").concat(a,")"):A,C=(null==o?void 0:o.nativeNameWithRegionCode)||(a?"".concat(T," (").concat(a,")"):T)||L,x=s.get("DisplayNames",d,{type:"region"}),N=s.get("DisplayNames",v,{type:"region"}),P=(null==o?void 0:o.regionName)||(l?x.of(l):"")||"",M=(null==o?void 0:o.nativeRegionName)||(l?N.of(l):"")||"",I=s.get("DisplayNames",d,{type:"script"}),R=s.get("DisplayNames",v,{type:"script"});return{code:n,name:b,nativeName:E,maximizedCode:h,maximizedName:B,nativeMaximizedName:H,minimizedCode:p,minimizedName:w,nativeMinimizedName:S,languageCode:D,languageName:A,nativeLanguageName:T,nameWithRegionCode:L,nativeNameWithRegionCode:C,regionCode:l,regionName:P,nativeRegionName:M,scriptCode:f,scriptName:U=(null==o?void 0:o.scriptName)||(f?I.of(f):"")||"",nativeScriptName:G=(null==o?void 0:o.nativeScriptName)||(f?R.of(f):"")||"",emoji:(null==o?void 0:o.emoji)||lt(n,r)}}catch(t){var k=it(e)?ot(e):e,O=null==k?void 0:k.split("-"),D=(null==O?void 0:O[0])||k||"";l=O.length>2?null==O?void 0:O[2]:(null==O?void 0:O[1])||"",f=(null==O?void 0:O[3])||"";k=(null==(o=gt([k,D],r))?void 0:o.code)||k;b=(null==o?void 0:o.name)||k,E=(null==o?void 0:o.nativeName)||b,h=(null==o?void 0:o.maximizedCode)||k,B=(null==o?void 0:o.maximizedName)||b,H=(null==o?void 0:o.nativeMaximizedName)||E,p=(null==o?void 0:o.minimizedCode)||k,w=(null==o?void 0:o.minimizedName)||b,S=(null==o?void 0:o.nativeMinimizedName)||E;D=(null==o?void 0:o.languageCode)||D;A=(null==o?void 0:o.languageName)||b,T=(null==o?void 0:o.nativeLanguageName)||E;l=(null==o?void 0:o.regionCode)||l;P=(null==o?void 0:o.regionName)||"",M=(null==o?void 0:o.nativeRegionName)||"";f=(null==o?void 0:o.scriptCode)||f;var U=(null==o?void 0:o.scriptName)||"",G=(null==o?void 0:o.nativeScriptName)||"";return{code:k,name:b,nativeName:E,maximizedCode:h,maximizedName:B,nativeMaximizedName:H,minimizedCode:p,minimizedName:w,nativeMinimizedName:S,languageCode:D,languageName:A,nativeLanguageName:T,nameWithRegionCode:L=(null==o?void 0:o.nameWithRegionCode)||(P?"".concat(b," (").concat(P,")"):b),nativeNameWithRegionCode:C=(null==o?void 0:o.nativeNameWithRegionCode)||(M?"".concat(E," (").concat(M,")"):E),regionCode:l,regionName:P,nativeRegionName:M,scriptCode:f,scriptName:U,nativeScriptName:G,emoji:(null==o?void 0:o.emoji)||pt}}}function mt(e,t){"string"==typeof e&&(e=[e]),e=e.filter(it).map(ot),t=t.filter(it).map(ot);for(var i=function(e){var i=t.filter(function(t){return ct(e,t)}),o=function(e){for(var t=e.locale,r=e.languageCode,n=e.minimizedCode,o=e.regionCode,a=e.scriptCode,s=0,c=[t,"".concat(r,"-").concat(o),"".concat(r,"-").concat(a),n];s<c.length;s++){var h=c[s];if(i.includes(h))return h}return null},a=yt(e),s=a.languageCode,c=n(a,["languageCode"]),h=o(r({locale:e,languageCode:s},c))||o(r({locale:s},yt(s)));if(h)return{value:h}},o=0,a=e;o<a.length;o++){var s=i(a[o]);if("object"==typeof s)return s.value}}function _t(e,t){var r=t&&t.cache?t.cache:Ct,n=t&&t.serializer?t.serializer:Tt;return(t&&t.strategy?t.strategy:Ht)(e,{cache:r,serializer:n})}function bt(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function Et(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Bt(e,t,r,n,i){return r.bind(t,e,n,i)}function Ht(e,t){return Bt(e,this,1===e.length?bt:Et,t.cache.create(),t.serializer)}var wt,St,At,Tt=function(){return JSON.stringify(arguments)},Lt=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(e){return this.cache[e]},e.prototype.set=function(e,t){this.cache[e]=t},e}(),Ct={create:function(){return new Lt}},xt={variadic:function(e,t){return Bt(e,this,Et,t.cache.create(),t.serializer)}};function Nt(e){return e.type===St.literal}function Pt(e){return e.type===St.argument}function Mt(e){return e.type===St.number}function It(e){return e.type===St.date}function Rt(e){return e.type===St.time}function kt(e){return e.type===St.select}function Ot(e){return e.type===St.plural}function Dt(e){return e.type===St.pound}function Ut(e){return e.type===St.tag}function Gt(e){return!(!e||"object"!=typeof e||e.type!==At.number)}function Ft(e){return!(!e||"object"!=typeof e||e.type!==At.dateTime)}!function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(wt||(wt={})),function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"}(St||(St={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(At||(At={}));var zt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Kt=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function jt(e){var t={};return e.replace(Kt,function(e){var r=e.length;switch(e[0]){case"G":t.era=4===r?"long":5===r?"narrow":"short";break;case"y":t.year=2===r?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][r-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][r-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=4===r?"long":5===r?"narrow":"short";break;case"e":if(r<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"c":if(r<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][r-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][r-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][r-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][r-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][r-1];break;case"s":t.second=["numeric","2-digit"][r-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=r<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var Vt=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Wt(e){return e.replace(/^(.*?)-/,"")}var Xt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Yt=/^(@+)?(\+|#+)?[rs]?$/g,Zt=/(\*)(0+)|(#+)(0+)|(0+)/g,Jt=/^(0+)$/;function qt(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(Yt,function(e,r,n){return"string"!=typeof n?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):"+"===n?t.minimumSignificantDigits=r.length:"#"===r[0]?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+("string"==typeof n?n.length:0)),""}),t}function Qt(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function $t(e){var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if("+!"===r?(t.signDisplay="always",e=e.slice(2)):"+?"===r&&(t.signDisplay="exceptZero",e=e.slice(2)),!Jt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function er(e){var t=Qt(e);return t||{}}function tr(e){for(var t={},n=0,i=e;n<i.length;n++){var o=i[n];switch(o.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=o.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=Wt(o.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=r(r(r({},t),{notation:"scientific"}),o.options.reduce(function(e,t){return r(r({},e),er(t))},{}));continue;case"engineering":t=r(r(r({},t),{notation:"engineering"}),o.options.reduce(function(e,t){return r(r({},e),er(t))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(o.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(o.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(Zt,function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Jt.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(Xt.test(o.stem)){if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(Xt,function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""});var a=o.options[0];"w"===a?t=r(r({},t),{trailingZeroDisplay:"stripIfInteger"}):a&&(t=r(r({},t),qt(a)))}else if(Yt.test(o.stem))t=r(r({},t),qt(o.stem));else{var s=Qt(o.stem);s&&(t=r(r({},t),s));var c=$t(o.stem);c&&(t=r(r({},t),c))}}return t}var rr,nr={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function ir(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(nr[r||""]||nr[n||""]||nr["".concat(n,"-001")]||nr["001"])[0]}var or=new RegExp("^".concat(zt.source,"*")),ar=new RegExp("".concat(zt.source,"*$"));function sr(e,t){return{start:e,end:t}}var cr=!!String.prototype.startsWith&&"_a".startsWith("a",1),hr=!!String.fromCodePoint,ur=!!Object.fromEntries,lr=!!String.prototype.codePointAt,fr=!!String.prototype.trimStart,pr=!!String.prototype.trimEnd,dr=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},vr=!0;try{vr="a"===(null===(rr=Hr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===rr?void 0:rr[0])}catch(e){vr=!1}var gr,yr=cr?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},mr=hr?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r,n="",i=e.length,o=0;i>o;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},_r=ur?Object.fromEntries:function(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r],o=i[0],a=i[1];t[o]=a}return t},br=lr?function(e,t){return e.codePointAt(t)}:function(e,t){var r=e.length;if(!(t<0||t>=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},Er=fr?function(e){return e.trimStart()}:function(e){return e.replace(or,"")},Br=pr?function(e){return e.trimEnd()}:function(e){return e.replace(ar,"")};function Hr(e,t){return new RegExp(e,t)}if(vr){var wr=Hr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");gr=function(e,t){var r;return wr.lastIndex=t,null!==(r=wr.exec(e)[1])&&void 0!==r?r:""}}else gr=function(e,t){for(var r=[];;){var n=br(e,t);if(void 0===n||Cr(n)||xr(n))break;r.push(n),t+=n>=65536?2:1}return mr.apply(void 0,r)};var Sr,Ar=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(wt.UNMATCHED_CLOSING_TAG,sr(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&Tr(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:St.pound,location:sr(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:St.literal,value:"<".concat(n,"/>"),location:sr(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!Tr(this.char()))return this.error(wt.INVALID_TAG,sr(a,this.clonePosition()));var s=this.clonePosition();return n!==this.parseTagName()?this.error(wt.UNMATCHED_CLOSING_TAG,sr(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:St.tag,value:n,children:o,location:sr(r,this.clonePosition())},err:null}:this.error(wt.INVALID_TAG,sr(a,this.clonePosition())))}return this.error(wt.UNCLOSED_TAG,sr(r,this.clonePosition()))}return this.error(wt.INVALID_TAG,sr(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e=this.offset();for(this.bump();!this.isEOF()&&Lr(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=sr(r,this.clonePosition());return{val:{type:St.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(Tr(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return mr.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),mr(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(wt.EXPECT_ARGUMENT_CLOSING_BRACE,sr(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(wt.EMPTY_ARGUMENT,sr(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(wt.MALFORMED_ARGUMENT,sr(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(wt.EXPECT_ARGUMENT_CLOSING_BRACE,sr(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:St.argument,value:n,location:sr(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(wt.EXPECT_ARGUMENT_CLOSING_BRACE,sr(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(wt.MALFORMED_ARGUMENT,sr(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=gr(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:sr(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,i){var o,a=this.clonePosition(),s=this.parseIdentifierIfPossible().value,c=this.clonePosition();switch(s){case"":return this.error(wt.EXPECT_ARGUMENT_TYPE,sr(a,c));case"number":case"date":case"time":this.bumpSpace();var h=null;if(this.bumpIf(",")){this.bumpSpace();var u=this.clonePosition();if((m=this.parseSimpleArgStyleIfPossible()).err)return m;if(0===(d=Br(m.val)).length)return this.error(wt.EXPECT_ARGUMENT_STYLE,sr(this.clonePosition(),this.clonePosition()));h={style:d,styleLocation:sr(u,this.clonePosition())}}if((_=this.tryParseArgumentClose(i)).err)return _;var l=sr(i,this.clonePosition());if(h&&yr(null==h?void 0:h.style,"::",0)){var f=Er(h.style.slice(2));if("number"===s)return(m=this.parseNumberSkeletonFromString(f,h.styleLocation)).err?m:{val:{type:St.number,value:n,location:l,style:m.val},err:null};if(0===f.length)return this.error(wt.EXPECT_DATE_TIME_SKELETON,l);var p=f;this.locale&&(p=function(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if("j"===i){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var a=1+(1&o),s=o<2?1:3+(o>>1),c=ir(t);for("H"!=c&&"k"!=c||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=c+r}else r+="J"===i?"H":i}return r}(f,this.locale));var d={type:At.dateTime,pattern:p,location:h.styleLocation,parsedOptions:this.shouldParseSkeletons?jt(p):{}};return{val:{type:"date"===s?St.date:St.time,value:n,location:l,style:d},err:null}}return{val:{type:"number"===s?St.number:"date"===s?St.date:St.time,value:n,location:l,style:null!==(o=null==h?void 0:h.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var v=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(wt.EXPECT_SELECT_ARGUMENT_OPTIONS,sr(v,r({},v)));this.bumpSpace();var g=this.parseIdentifierIfPossible(),y=0;if("select"!==s&&"offset"===g.value){if(!this.bumpIf(":"))return this.error(wt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,sr(this.clonePosition(),this.clonePosition()));var m;if(this.bumpSpace(),(m=this.tryParseDecimalInteger(wt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,wt.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return m;this.bumpSpace(),g=this.parseIdentifierIfPossible(),y=m.val}var _,b=this.tryParsePluralOrSelectOptions(e,s,t,g);if(b.err)return b;if((_=this.tryParseArgumentClose(i)).err)return _;var E=sr(i,this.clonePosition());return"select"===s?{val:{type:St.select,value:n,options:_r(b.val),location:E},err:null}:{val:{type:St.plural,value:n,options:_r(b.val),offset:y,pluralType:"plural"===s?"cardinal":"ordinal",location:E},err:null};default:return this.error(wt.INVALID_ARGUMENT_TYPE,sr(a,c))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(wt.EXPECT_ARGUMENT_CLOSING_BRACE,sr(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(wt.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,sr(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=[],r=0,n=e.split(Vt).filter(function(e){return e.length>0});r<n.length;r++){var i=n[r].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var o=i[0],a=i.slice(1),s=0,c=a;s<c.length;s++)if(0===c[s].length)throw new Error("Invalid number skeleton");t.push({stem:o,options:a})}return t}(e)}catch(e){return this.error(wt.INVALID_NUMBER_SKELETON,t)}return{val:{type:At.number,tokens:r,location:t,parsedOptions:this.shouldParseSkeletons?tr(r):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(e,t,r,n){for(var i,o=!1,a=[],s=new Set,c=n.value,h=n.location;;){if(0===c.length){var u=this.clonePosition();if("select"===t||!this.bumpIf("="))break;var l=this.tryParseDecimalInteger(wt.EXPECT_PLURAL_ARGUMENT_SELECTOR,wt.INVALID_PLURAL_ARGUMENT_SELECTOR);if(l.err)return l;h=sr(u,this.clonePosition()),c=this.message.slice(u.offset,this.offset())}if(s.has(c))return this.error("select"===t?wt.DUPLICATE_SELECT_ARGUMENT_SELECTOR:wt.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);"other"===c&&(o=!0),this.bumpSpace();var f=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?wt.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:wt.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,sr(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(e+1,t,r);if(p.err)return p;var d=this.tryParseArgumentClose(f);if(d.err)return d;a.push([c,{value:p.val,location:sr(f,this.clonePosition())}]),s.add(c),this.bumpSpace(),c=(i=this.parseIdentifierIfPossible()).value,h=i.location}return 0===a.length?this.error("select"===t?wt.EXPECT_SELECT_ARGUMENT_SELECTOR:wt.EXPECT_PLURAL_ARGUMENT_SELECTOR,sr(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(wt.MISSING_OTHER_CLAUSE,sr(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var r=1,n=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var i=!1,o=0;!this.isEOF();){var a=this.char();if(!(a>=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=sr(n,this.clonePosition());return i?dr(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=br(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(yr(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(e){var t=this.offset(),r=this.message.indexOf(e,t);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Cr(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function Tr(e){return e>=97&&e<=122||e>=65&&e<=90}function Lr(e){return 45===e||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function Cr(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function xr(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Nr(e){e.forEach(function(e){if(delete e.location,kt(e)||Ot(e))for(var t in e.options)delete e.options[t].location,Nr(e.options[t].value);else Mt(e)&&Gt(e.style)||(It(e)||Rt(e))&&Ft(e.style)?delete e.style.location:Ut(e)&&Nr(e.children)})}function Pr(e,t){void 0===t&&(t={}),t=r({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new Ar(e,t).parse();if(n.err){var i=SyntaxError(wt[n.err.kind]);throw i.location=n.err.location,i.originalMessage=n.err.message,i}return(null==t?void 0:t.captureLocation)||Nr(n.val),n.val}!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Sr||(Sr={}));var Mr,Ir=function(e){function r(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return t(r,e),r.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},r}(Error),Rr=function(e){function r(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Sr.INVALID_VALUE,i)||this}return t(r,e),r}(Ir),kr=function(e){function r(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Sr.INVALID_VALUE,n)||this}return t(r,e),r}(Ir),Or=function(e){function r(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Sr.MISSING_VALUE,r)||this}return t(r,e),r}(Ir);function Dr(e){return"function"==typeof e}function Ur(e,t,r,n,i,o,a){if(1===e.length&&Nt(e[0]))return[{type:Mr.literal,value:e[0].value}];for(var s=[],c=0,h=e;c<h.length;c++){var u=h[c];if(Nt(u))s.push({type:Mr.literal,value:u.value});else if(Dt(u))"number"==typeof o&&s.push({type:Mr.literal,value:r.getNumberFormat(t).format(o)});else{var l=u.value;if(!i||!(l in i))throw new Or(l,a);var f=i[l];if(Pt(u))f&&"string"!=typeof f&&"number"!=typeof f||(f="string"==typeof f||"number"==typeof f?String(f):""),s.push({type:"string"==typeof f?Mr.literal:Mr.object,value:f});else if(It(u)){var p="string"==typeof u.style?n.date[u.style]:Ft(u.style)?u.style.parsedOptions:void 0;s.push({type:Mr.literal,value:r.getDateTimeFormat(t,p).format(f)})}else if(Rt(u)){p="string"==typeof u.style?n.time[u.style]:Ft(u.style)?u.style.parsedOptions:n.time.medium;s.push({type:Mr.literal,value:r.getDateTimeFormat(t,p).format(f)})}else if(Mt(u)){(p="string"==typeof u.style?n.number[u.style]:Gt(u.style)?u.style.parsedOptions:void 0)&&p.scale&&(f*=p.scale||1),s.push({type:Mr.literal,value:r.getNumberFormat(t,p).format(f)})}else{if(Ut(u)){var d=u.children,v=u.value,g=i[v];if(!Dr(g))throw new kr(v,"function",a);var y=g(Ur(d,t,r,n,i,o).map(function(e){return e.value}));Array.isArray(y)||(y=[y]),s.push.apply(s,y.map(function(e){return{type:"string"==typeof e?Mr.literal:Mr.object,value:e}}))}if(kt(u)){if(!(m=u.options[f]||u.options.other))throw new Rr(u.value,f,Object.keys(u.options),a);s.push.apply(s,Ur(m.value,t,r,n,i))}else if(Ot(u)){var m;if(!(m=u.options["=".concat(f)])){if(!Intl.PluralRules)throw new Ir('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',Sr.MISSING_INTL_API,a);var _=r.getPluralRules(t,{type:u.pluralType}).select(f-(u.offset||0));m=u.options[_]||u.options.other}if(!m)throw new Rr(u.value,f,Object.keys(u.options),a);s.push.apply(s,Ur(m.value,t,r,n,i,f-(u.offset||0)))}else;}}}return function(e){return e.length<2?e:e.reduce(function(e,t){var r=e[e.length-1];return r&&r.type===Mr.literal&&t.type===Mr.literal?r.value+=t.value:e.push(t),e},[])}(s)}function Gr(e,t){return t?Object.keys(e).reduce(function(n,i){var o,a;return n[i]=(o=e[i],(a=t[i])?r(r(r({},o||{}),a||{}),Object.keys(o).reduce(function(e,t){return e[t]=r(r({},o[t]),a[t]||{}),e},{})):o),n},r({},e)):e}function Fr(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(Mr||(Mr={}));var zr=function(){function e(t,i,o,s){void 0===i&&(i=e.defaultLocale);var c,h=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=h.formatToParts(e);if(1===t.length)return t[0].value;var r=t.reduce(function(e,t){return e.length&&t.type===Mr.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e},[]);return r.length<=1?r[0]||"":r},this.formatToParts=function(e){return Ur(h.ast,h.locales,h.formatters,h.formats,e,void 0,h.message)},this.resolvedOptions=function(){var e;return{locale:(null===(e=h.resolvedLocale)||void 0===e?void 0:e.toString())||Intl.NumberFormat.supportedLocalesOf(h.locales)[0]}},this.getAst=function(){return h.ast},this.locales=i,this.resolvedLocale=e.resolveLocale(i),"string"==typeof t){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var u=s||{};u.formatters;var l=n(u,["formatters"]);this.ast=e.__parse(t,r(r({},l),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Gr(e.formats,o),this.formatters=s&&s.formatters||(void 0===(c=this.formatterCache)&&(c={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:_t(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.NumberFormat).bind.apply(e,a([void 0],t,!1)))},{cache:Fr(c.number),strategy:xt.variadic}),getDateTimeFormat:_t(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.DateTimeFormat).bind.apply(e,a([void 0],t,!1)))},{cache:Fr(c.dateTime),strategy:xt.variadic}),getPluralRules:_t(function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.PluralRules).bind.apply(e,a([void 0],t,!1)))},{cache:Fr(c.pluralRules),strategy:xt.variadic})})}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(e){if(void 0!==Intl.Locale){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])}},e.__parse=Pr,e.formats={number:{integer:{maximumFractionDigits:0},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"}}},e}(),Kr={debug:0,info:1,warn:2,error:3,off:4},jr={debug:"",info:"",warn:"",error:"",off:""};function Vr(){var e;if("undefined"!=typeof process&&(null===(e=process.env)||void 0===e?void 0:e._GT_LOG_LEVEL)){var t=process.env._GT_LOG_LEVEL.toLowerCase();if(t in Kr)return t}return"warn"}var Wr=function(){function e(e){this.config=e}return e.prototype.handle=function(e){var t=[];this.config.includeTimestamp&&t.push("[".concat(e.timestamp.toISOString(),"]"));var r=jr[e.level],n="[".concat(e.level.toUpperCase(),"]");t.push("".concat(r).concat(n).concat("")),this.config.prefix&&t.push("[".concat(this.config.prefix,"]")),this.config.includeContext&&e.context&&t.push("[".concat(e.context,"]")),t.push(e.message),e.metadata&&Object.keys(e.metadata).length>0&&t.push("\n Metadata: ".concat(JSON.stringify(e.metadata,null,2)));var i=t.join(" ");switch(e.level){case"debug":console.debug(i);break;case"info":console.info(i);break;case"warn":console.warn(i);break;case"error":console.error(i)}},e}(),Xr=function(){function e(e){void 0===e&&(e={}),this.config=r({level:Vr(),includeTimestamp:!0,includeContext:!0,enableConsole:!0,handlers:[]},e),this.handlers=a([],this.config.handlers||[],!0),this.config.enableConsole&&this.handlers.push(new Wr(this.config))}return e.prototype.addHandler=function(e){this.handlers.push(e)},e.prototype.removeHandler=function(e){var t=this.handlers.indexOf(e);t>-1&&this.handlers.splice(t,1)},e.prototype.configure=function(e){this.config=r(r({},this.config),e)},e.prototype.shouldLog=function(e){return Kr[e]>=Kr[this.config.level]},e.prototype.log=function(e,t,r,n){if(this.shouldLog(e)){var i={level:e,message:t,timestamp:new Date,context:r,metadata:n};this.handlers.forEach(function(e){try{e.handle(i)}catch(e){console.error("Error in log handler:",e)}})}},e.prototype.debug=function(e,t,r){this.log("debug",e,t,r)},e.prototype.info=function(e,t,r){this.log("info",e,t,r)},e.prototype.warn=function(e,t,r){this.log("warn",e,t,r)},e.prototype.error=function(e,t,r){this.log("error",e,t,r)},e.prototype.child=function(e){return new Yr(this,e)},e.prototype.getConfig=function(){return r({},this.config)},e}(),Yr=function(){function e(e,t){this.logger=e,this.context=t}return e.prototype.debug=function(e,t){this.logger.debug(e,this.context,t)},e.prototype.info=function(e,t){this.logger.info(e,this.context,t)},e.prototype.warn=function(e,t){this.logger.warn(e,this.context,t)},e.prototype.error=function(e,t){this.logger.error(e,this.context,t)},e.prototype.child=function(t){return new e(this.logger,"".concat(this.context,":").concat(t))},e}(),Zr=new Xr({level:Vr(),includeTimestamp:!0,includeContext:!0,prefix:"GT"}),Jr=Zr.child("fetch");Zr.child("validation"),Zr.child("formatting"),Zr.child("locale");var qr=Zr.child("GT instance");function Qr(e){var t=e.value,n=e.locales,i=void 0===n?[u]:n,o=e.options,a=void 0===o?{}:o;return s.get("ListFormat",i,r({type:"conjunction",style:"long"},a)).format(t)}function $r(e,t,r){void 0===t&&(t=u),t||(t=u);try{var n=ot(e);if(r)for(var i=0,o=[e,n,s.get("Locale",n).language];i<o.length;i++){var a=ut(r,o[i],"name");if(a)return a}return s.get("DisplayNames",[t,n,u],{type:"language"}).of(n)||""}catch(e){return""}}var en="GT error:",tn=function(e){return"".concat(en," Translation request timed out after ").concat(e,"ms. This has either occured due to the translation of an unusually large request or a translation failure in the API.")},rn=function(e){return"".concat(en," Cannot call `").concat(e,"` without a specified locale. Either pass a locale to the `").concat(e,"` function or specify a targetLocale in the GT constructor.")},nn=function(e){return"".concat(en," Cannot call `").concat(e,"` without a specified locale. Either pass a locale to the `").concat(e,"` function or specify a sourceLocale in the GT constructor.")},on=function(e){return"".concat(en," Invalid locale: ").concat(e,".")};function an(e,t,n){return i(this,void 0,void 0,function(){var i,a,s,c;return o(this,function(o){switch(o.label){case 0:i=new AbortController,a=i.signal,n=Math.min(n||l,l),s=n?setTimeout(function(){return i.abort()},n):null,o.label=1;case 1:return o.trys.push([1,3,4,5]),[4,fetch(e,r(r({},t),{signal:a}))];case 2:return[2,o.sent()];case 3:if((c=o.sent())instanceof Error&&"AbortError"===c.name)throw tn(n);throw c;case 4:return s&&clearTimeout(s),[7];case 5:return[2]}})})}function sn(e){return i(this,void 0,void 0,function(){var t,r,n;return o(this,function(i){switch(i.label){case 0:return e.ok?[3,2]:[4,e.text()];case 1:throw t=i.sent(),r=function(e,t,r){return"".concat(en," API returned error status. Status: ").concat(e,", Status Text: ").concat(t,", Error: ").concat(r)}(e.status,e.statusText,t),Jr.error(r,{status:e.status,statusText:e.statusText,error:t}),(n=new Error(r)).code=e.status,n.message=t,n;case 2:return[2]}})})}function cn(e,t){if(e instanceof Error&&"AbortError"===e.name){var r=tn(t);throw Jr.error(r),new Error(r)}var n=function(e){return"".concat(en," Translation request failed. Error: ").concat(e)}(e instanceof Error?e.message:String(e));throw Jr.error(n),e}function hn(e,t){void 0===t&&(t=!1);var n=r(r({},!t&&{"Content-Type":"application/json"}),{"x-gt-project-id":e.projectId});return e.apiKey&&(e.apiKey.startsWith("gtx-internal-")?n["x-gt-internal-api-key"]=e.apiKey:n["x-gt-api-key"]=e.apiKey),n}function un(e,t){return i(this,arguments,void 0,function(e,t,r,n){var i,a,s;return void 0===r&&(r={}),o(this,function(o){switch(o.label){case 0:a=Math.min(r.timeout||l,l),s="".concat(n.baseUrl||h,"/v1/translate/").concat(n.projectId),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,an(s,{method:"POST",headers:hn(n),body:JSON.stringify({requests:[{source:e}],targetLocale:t,metadata:r})},a)];case 2:return i=o.sent(),[3,4];case 3:return cn(o.sent(),a),[3,4];case 4:return[4,sn(i)];case 5:return o.sent(),[4,i.json()];case 6:return[2,o.sent()[0]]}})})}function ln(e,t,r){return i(this,void 0,void 0,function(){var n,i,a;return o(this,function(o){switch(o.label){case 0:n=Math.min(t.timeout||l,l),i="".concat(r.baseUrl||h,"/v1/translate/").concat(r.projectId),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,an(i,{method:"POST",headers:hn(r),body:JSON.stringify({requests:e,targetLocale:t.targetLocale,metadata:t})},n)];case 2:return a=o.sent(),[3,4];case 3:return cn(o.sent(),n),[3,4];case 4:return[4,sn(a)];case 5:return o.sent(),[4,a.json()];case 6:return[2,o.sent()]}})})}function fn(e,t,r){return i(this,void 0,void 0,function(){var n,i,a,s,h,u,f,p,d,v;return o(this,function(o){switch(o.label){case 0:n=Math.min(t.timeout||l,l),i="".concat(r.baseUrl||c,"/v1/project/translations/files/upload"),a=r.projectId,s=t.sourceLocale,h=t.targetLocales,u=t.publish,f=t._versionId,p=t.description,d=new FormData,e.forEach(function(e,t){d.append("file".concat(t),new Blob([e.content]),e.fileName),d.append("fileFormat".concat(t),e.fileFormat),d.append("fileDataFormat".concat(t),e.dataFormat),d.append("fileName".concat(t),e.fileName)}),d.append("fileCount",String(e.length)),d.append("sourceLocale",s),d.append("targetLocales",JSON.stringify(h)),d.append("projectId",a),d.append("publish",String(u)),d.append("versionId",f||""),d.append("description",p||""),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,an(i,{method:"POST",headers:hn(r,!0),body:d},n)];case 2:return v=o.sent(),[3,4];case 3:return cn(o.sent(),n),[3,4];case 4:return[4,sn(v)];case 5:return o.sent(),[4,v.json()];case 6:return[2,o.sent()]}})})}function pn(e,t,n){return i(this,void 0,void 0,function(){var i,a,s,h,u,f,p,d,v,g,y;return o(this,function(o){switch(o.label){case 0:i=n.projectId,a=t.sourceLocale,s=t.dataFormat,h=t.targetLocales,u=t.version,f=t.description,p=t.requireApproval,d=Math.min(t.timeout||l,l),v="".concat(n.baseUrl||c,"/v1/project/translations/update"),g=r(r(r(r(r(r({updates:e},h&&{locales:h}),{metadata:r(r({},i&&{projectId:i}),a&&{sourceLocale:a})}),s&&{dataFormat:s}),u&&{versionId:u}),f&&{description:f}),void 0!==p&&{requireApproval:p}),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,an(v,{method:"POST",headers:hn(n),body:JSON.stringify(g)},d)];case 2:return y=o.sent(),[3,4];case 3:return cn(o.sent(),d),[3,4];case 4:return[4,sn(y)];case 5:return o.sent(),[4,y.json()];case 6:return[2,o.sent()]}})})}function dn(e){return i(this,arguments,void 0,function(e,t,r){var n,i,a;return void 0===t&&(t={}),o(this,function(o){switch(o.label){case 0:n=Math.min(t.timeout||l,l),i="".concat(r.baseUrl||c,"/v1/project/translations/files/retrieve"),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,an(i,{method:"POST",headers:hn(r),body:JSON.stringify({files:e})},n)];case 2:return a=o.sent(),[3,4];case 3:return cn(o.sent(),n),[3,4];case 4:return[4,sn(a)];case 5:return o.sent(),[4,a.json()];case 6:return[2,o.sent()]}})})}function vn(e,t,r){return i(this,void 0,void 0,function(){var n,i,a,s;return o(this,function(o){switch(o.label){case 0:n=r.baseUrl,i=Math.min(t.timeout||l,l),a="".concat(n||c,"/v1/project/translations/files/").concat(e,"/download"),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,an(a,{method:"GET",headers:hn(r,!0)},i)];case 2:return s=o.sent(),[3,4];case 3:return cn(o.sent(),i),[3,4];case 4:return[4,sn(s)];case 5:return o.sent(),[4,s.arrayBuffer()];case 6:return[2,o.sent()]}})})}function gn(e,t,r){return i(this,void 0,void 0,function(){var n,i,a;return o(this,function(o){switch(o.label){case 0:n=Math.min(t.timeout||l,l),i="".concat(r.baseUrl||c,"/v1/project/translations/files/batch-download"),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,an(i,{method:"POST",headers:hn(r),body:JSON.stringify({fileIds:e})},n)];case 2:return a=o.sent(),[3,4];case 3:return cn(o.sent(),n),[3,4];case 4:return[4,sn(a)];case 5:return o.sent(),[4,a.json()];case 6:return[2,o.sent()]}})})}function yn(e,t,r){return i(this,void 0,void 0,function(){var n,i,a;return o(this,function(o){switch(o.label){case 0:n=Math.min(t.timeout||l,l),i="".concat(r.baseUrl||c,"/v1/project/translations/info/").concat(e),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,an(i,{method:"GET",headers:hn(r)},n)];case 2:return a=o.sent(),[3,4];case 3:return cn(o.sent(),n),[3,4];case 4:return[4,sn(a)];case 5:return o.sent(),[4,a.json()];case 6:return[2,o.sent()]}})})}function mn(e,t,r){return i(this,void 0,void 0,function(){var n,i,a,s;return o(this,function(o){switch(o.label){case 0:n=r.baseUrl,i=Math.min(t.timeout||l,l),a="".concat(n||c,"/v1/project/translations/status/").concat(encodeURIComponent(e)),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,an(a,{method:"GET",headers:hn(r,!0)},i)];case 2:return s=o.sent(),[3,4];case 3:return cn(o.sent(),i),[3,4];case 4:return[4,sn(s)];case 5:return o.sent(),[4,s.json()];case 6:return[2,o.sent()]}})})}var _n=function(){function e(e){var t,r,n;void 0===e&&(e={}),this._renderingLocales=[],"undefined"!=typeof process&&(this.apiKey||(this.apiKey=null===(t=process.env)||void 0===t?void 0:t.GT_API_KEY),this.devApiKey||(this.devApiKey=null===(r=process.env)||void 0===r?void 0:r.GT_DEV_API_KEY),this.projectId||(this.projectId=null===(n=process.env)||void 0===n?void 0:n.GT_PROJECT_ID)),this.setConfig(e)}return e.prototype.setConfig=function(e){var t=e.apiKey,r=e.devApiKey,n=e.sourceLocale,i=e.targetLocale,o=e.locales,a=e.projectId,s=e.customMapping,c=e.baseUrl;if(t&&(this.apiKey=t),r&&(this.devApiKey=r),a&&(this.projectId=a),n&&(this.sourceLocale=ot(n),!it(this.sourceLocale)))throw new Error(on(this.sourceLocale));if(i&&(this.targetLocale=ot(i),!it(this.targetLocale)))throw new Error(on(this.targetLocale));if(this._renderingLocales=[],this.sourceLocale&&this._renderingLocales.push(this.sourceLocale),this.targetLocale&&this._renderingLocales.push(this.targetLocale),this._renderingLocales.push(u),o){var h=[],l=[];if(o.forEach(function(e){var t=ot(e);it(t)?h.push(t):l.push(e)}),l.length>0)throw new Error(function(e){return"".concat(en," Invalid locales: ").concat(e.join(", "),".")}(l));this.locales=h}c&&(this.baseUrl=c),s&&(this.customMapping=s)},e.prototype._getTranslationConfig=function(){return{baseUrl:this.baseUrl,apiKey:this.apiKey||this.devApiKey,projectId:this.projectId||""}},e.prototype._validateAuth=function(e){var t=[];if(!this.apiKey&&!this.devApiKey){var r=function(e){return"".concat(en," Cannot call `").concat(e,"` without a specified API key. Either pass an API key to the `").concat(e,"` function or specify an apiKey in the GT constructor.")}(e);qr.error(r),t.push(r)}if(!this.projectId){r=function(e){return"".concat(en," Cannot call `").concat(e,"` without a specified project ID. Either pass a project ID to the `").concat(e,"` function or specify a projectId in the GT constructor.")}(e);qr.error(r),t.push(r)}if(t.length)throw new Error(t.join("\n"))},e.prototype.enqueueEntries=function(e){return i(this,arguments,void 0,function(e,t){var n,i;return void 0===t&&(t={}),o(this,function(o){switch(o.label){case 0:return this._validateAuth("enqueueTranslationEntries"),n=r(r({},t),{sourceLocale:null!==(i=t.sourceLocale)&&void 0!==i?i:this.sourceLocale}),[4,pn(e,n,this._getTranslationConfig())];case 1:return[2,o.sent()]}})})},e.prototype.enqueueFiles=function(e,t){return i(this,void 0,void 0,function(){var n,i,a;return o(this,function(o){switch(o.label){case 0:if(this._validateAuth("enqueueFiles"),!(n=r(r({},t),{sourceLocale:null!==(a=t.sourceLocale)&&void 0!==a?a:this.sourceLocale})).sourceLocale)throw i=nn("enqueueFiles"),qr.error(i),new Error(i);return[4,fn(e,n,this._getTranslationConfig())];case 1:return[2,o.sent()]}})})},e.prototype.checkFileTranslations=function(e){return i(this,arguments,void 0,function(e,t){return void 0===t&&(t={}),o(this,function(r){switch(r.label){case 0:return this._validateAuth("checkFileTranslations"),[4,dn(e,t,this._getTranslationConfig())];case 1:return[2,r.sent()]}})})},e.prototype.checkTranslationStatus=function(e){return i(this,arguments,void 0,function(e,t){return void 0===t&&(t={}),o(this,function(r){switch(r.label){case 0:return this._validateAuth("checkTranslationStatus"),[4,mn(e,t,this._getTranslationConfig())];case 1:return[2,r.sent()]}})})},e.prototype.downloadFile=function(e){return i(this,arguments,void 0,function(e,t){return void 0===t&&(t={}),o(this,function(r){switch(r.label){case 0:return this._validateAuth("downloadFile"),[4,vn(e,t,this._getTranslationConfig())];case 1:return[2,r.sent()]}})})},e.prototype.downloadFileBatch=function(e){return i(this,arguments,void 0,function(e,t){return void 0===t&&(t={}),o(this,function(r){switch(r.label){case 0:return this._validateAuth("downloadFileBatch"),[4,gn(e,t,this._getTranslationConfig())];case 1:return[2,r.sent()]}})})},e.prototype.fetchTranslations=function(e){return i(this,arguments,void 0,function(e,t){return void 0===t&&(t={}),o(this,function(r){switch(r.label){case 0:return this._validateAuth("fetchTranslations"),[4,yn(e,t,this._getTranslationConfig())];case 1:return[2,r.sent()]}})})},e.prototype._translate=function(e){return i(this,arguments,void 0,function(e,t,r){var n;return void 0===t&&(t=this.targetLocale),o(this,function(i){switch(i.label){case 0:if(this._validateAuth("translate"),!t)throw n=rn("translate"),qr.error(n),new Error(n);return[4,un(e,t,r,this._getTranslationConfig())];case 1:return[2,i.sent()]}})})},e.prototype.translate=function(e){return i(this,arguments,void 0,function(e,t,r){var n;return void 0===t&&(t=this.targetLocale),o(this,function(i){switch(i.label){case 0:if(this._validateAuth("translate"),!t)throw n=rn("translate"),qr.error(n),new Error(n);return[4,un(e,t,r,this._getTranslationConfig())];case 1:return[2,i.sent()]}})})},e.prototype.translateMany=function(e,t){return i(this,void 0,void 0,function(){var n,i;return o(this,function(o){switch(o.label){case 0:if(this._validateAuth("translateMany"),!(n=(null==t?void 0:t.targetLocale)||this.targetLocale))throw i=rn("translateMany"),qr.error(i),new Error(i);return[4,ln(e,r(r({},t),{targetLocale:n}),this._getTranslationConfig())];case 1:return[2,o.sent()]}})})},e.prototype.formatMessage=function(e,t){return bn(e,r({locales:this._renderingLocales},t))},e.prototype.formatNum=function(e,t){return En(e,r({locales:this._renderingLocales},t))},e.prototype.formatDateTime=function(e,t){return Bn(e,r({locales:this._renderingLocales},t))},e.prototype.formatCurrency=function(e,t,n){return Hn(e,t,r({locales:this._renderingLocales},n))},e.prototype.formatList=function(e,t){return Qr({value:e,locales:(null==t?void 0:t.locales)||this._renderingLocales,options:t})},e.prototype.formatRelativeTime=function(e,t,n){return Sn(e,t,r({locales:this._renderingLocales},n))},e.prototype.getLocaleName=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("getLocaleName"));return $r(e,this.sourceLocale,this.customMapping)},e.prototype.getLocaleEmoji=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("getLocaleEmoji"));return Tn(e,this.customMapping)},e.prototype.getLocaleProperties=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("getLocaleProperties"));return Ln(e,this.sourceLocale,this.customMapping)},e.prototype.requiresTranslation=function(e,t,r){if(void 0===e&&(e=this.sourceLocale),void 0===t&&(t=this.targetLocale),void 0===r&&(r=this.locales),!e)throw new Error(nn("requiresTranslation"));if(!t)throw new Error(rn("requiresTranslation"));return ht(e,t,r)},e.prototype.determineLocale=function(e,t){return void 0===t&&(t=this.locales||[]),mt(e,t)},e.prototype.getLocaleDirection=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("getLocaleDirection"));return Nn(e)},e.prototype.isValidLocale=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("isValidLocale"));return Pn(e)},e.prototype.standardizeLocale=function(e){if(void 0===e&&(e=this.targetLocale),!e)throw new Error(rn("standardizeLocale"));return ot(e)},e.prototype.isSameDialect=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return In.apply(void 0,e)},e.prototype.isSameLanguage=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ct.apply(void 0,e)},e.prototype.isSupersetLocale=function(e,t){return kn(e,t)},e}();function bn(e,t){return function(e,t,r){var n,i;return void 0===t&&(t=u),void 0===r&&(r={}),null!==(i=null===(n=new zr(e,t).format(r))||void 0===n?void 0:n.toString())&&void 0!==i?i:""}(e,null==t?void 0:t.locales,null==t?void 0:t.variables)}function En(e,t){return function(e){var t=e.value,n=e.locales,i=void 0===n?[u]:n,o=e.options,a=void 0===o?{}:o;return s.get("NumberFormat",i,r({numberingSystem:"latn"},a)).format(t)}({value:e,locales:t.locales,options:t})}function Bn(e,t){return function(e){var t=e.value,n=e.locales,i=void 0===n?[u]:n,o=e.options,a=void 0===o?{}:o;return s.get("DateTimeFormat",i,r({calendar:"gregory",numberingSystem:"latn"},a)).format(t)}({value:e,locales:null==t?void 0:t.locales,options:t})}function Hn(e,t,n){return function(e){var t=e.value,n=e.locales,i=void 0===n?[u]:n,o=e.currency,a=void 0===o?"USD":o,c=e.options,h=void 0===c?{}:c;return s.get("NumberFormat",i,r({style:"currency",currency:a,numberingSystem:"latn"},h)).format(t)}({value:e,currency:t,locales:n.locales,options:n})}function wn(e,t){return Qr({value:e,locales:t.locales,options:t})}function Sn(e,t,n){return function(e){var t=e.value,n=e.unit,i=e.locales,o=void 0===i?[u]:i,a=e.options,c=void 0===a?{}:a;return s.get("RelativeTimeFormat",o,r({style:"long",numeric:"auto"},c)).format(t,n)}({value:e,unit:t,locales:n.locales,options:n})}function An(e,t,r){return $r(e,t,r)}function Tn(e,t){return lt(e,t)}function Ln(e,t,r){return yt(e,t,r)}function Cn(e,t,r){return ht(e,t,r)}function xn(e,t){return void 0===t&&(t=[]),mt(e,t)}function Nn(e){return function(e){var t;try{var r=s.get("Locale",e);return"rtl"===(null===(t=null==r?void 0:r.textInfo)||void 0===t?void 0:t.direction)?"rtl":"ltr"}catch(e){return"ltr"}}(e)}function Pn(e){return it(e)}function Mn(e){return ot(e)}function In(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return st.apply(void 0,e)}function Rn(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ct.apply(void 0,e)}function kn(e,t){return function(e,t){try{var r=s.get("Locale",ot(e)),n=r.language,i=r.region,o=r.script,a=s.get("Locale",ot(t)),c=a.language,h=a.region,u=a.script;return!(n!==c||i&&i!==h||o&&o!==u)}catch(e){return console.error(e),!1}}(e,t)}export{_n as GT,xn as determineLocale,Hn as formatCurrency,Bn as formatDateTime,wn as formatList,bn as formatMessage,En as formatNum,Sn as formatRelativeTime,Nn as getLocaleDirection,Tn as getLocaleEmoji,An as getLocaleName,Ln as getLocaleProperties,In as isSameDialect,Rn as isSameLanguage,kn as isSupersetLocale,Pn as isValidLocale,Cn as requiresTranslation,Mn as standardizeLocale};
19
19
  //# sourceMappingURL=index.esm.min.mjs.map