quickjs-polyfill-intl 0.1.0
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.
- checksums.yaml +7 -0
- data/DESIGN.md +60 -0
- data/LICENSE +21 -0
- data/README.md +119 -0
- data/Rakefile +20 -0
- data/js/package.json +25 -0
- data/js/rolldown.config.mjs +22 -0
- data/js/src/collator-en.js +1 -0
- data/js/src/datetimeformat-en.js +3 -0
- data/js/src/displaynames-en.js +2 -0
- data/js/src/durationformat.js +1 -0
- data/js/src/getcanonicallocales.js +1 -0
- data/js/src/listformat-en.js +2 -0
- data/js/src/locale.js +1 -0
- data/js/src/numberformat-en.js +2 -0
- data/js/src/pluralrules-en.js +2 -0
- data/js/src/relativetimeformat-en.js +2 -0
- data/js/src/segmenter.js +1 -0
- data/js/src/supportedvaluesof.js +1 -0
- data/lib/quickjs-polyfill-intl/all.rb +8 -0
- data/lib/quickjs-polyfill-intl/collator.rb +18 -0
- data/lib/quickjs-polyfill-intl/datetimeformat.rb +18 -0
- data/lib/quickjs-polyfill-intl/displaynames.rb +18 -0
- data/lib/quickjs-polyfill-intl/durationformat.rb +19 -0
- data/lib/quickjs-polyfill-intl/getcanonicallocales.rb +15 -0
- data/lib/quickjs-polyfill-intl/listformat.rb +18 -0
- data/lib/quickjs-polyfill-intl/locale.rb +18 -0
- data/lib/quickjs-polyfill-intl/numberformat.rb +18 -0
- data/lib/quickjs-polyfill-intl/pluralrules.rb +18 -0
- data/lib/quickjs-polyfill-intl/relativetimeformat.rb +18 -0
- data/lib/quickjs-polyfill-intl/segmenter.rb +18 -0
- data/lib/quickjs-polyfill-intl/supportedvaluesof.rb +18 -0
- data/lib/quickjs-polyfill-intl/vendor/collator-en.min.js +1 -0
- data/lib/quickjs-polyfill-intl/vendor/datetimeformat-en.min.js +1 -0
- data/lib/quickjs-polyfill-intl/vendor/displaynames-en.min.js +1 -0
- data/lib/quickjs-polyfill-intl/vendor/durationformat.min.js +1 -0
- data/lib/quickjs-polyfill-intl/vendor/getcanonicallocales.min.js +1 -0
- data/lib/quickjs-polyfill-intl/vendor/listformat-en.min.js +1 -0
- data/lib/quickjs-polyfill-intl/vendor/locale.min.js +1 -0
- data/lib/quickjs-polyfill-intl/vendor/numberformat-en.min.js +3 -0
- data/lib/quickjs-polyfill-intl/vendor/pluralrules-en.min.js +2 -0
- data/lib/quickjs-polyfill-intl/vendor/relativetimeformat-en.min.js +1 -0
- data/lib/quickjs-polyfill-intl/vendor/segmenter.min.js +1 -0
- data/lib/quickjs-polyfill-intl/vendor/supportedvaluesof.min.js +1 -0
- data/lib/quickjs-polyfill-intl/version.rb +9 -0
- data/lib/quickjs-polyfill-intl.rb +6 -0
- metadata +102 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
(function(){var e=function(e){return e[e.NONE=0]=`NONE`,e[e.NAN=1]=`NAN`,e[e.POSITIVE_INFINITY=2]=`POSITIVE_INFINITY`,e[e.NEGATIVE_INFINITY=3]=`NEGATIVE_INFINITY`,e}(e||{});function t(e,t){if(e===0n)return[0n,0];for(;e%10n==0n;)e/=10n,t++;return[e,t]}function n(e){return e<0n?-e:e}function r(e){if(e===0n)return 1;e<0n&&(e=-e);let t=0,n=1000000000000000n;for(;e>=n;)e/=n,t+=15;let r=Number(e);for(;r>=1;)r/=10,t++;return t}function i(e){if(e<=0)return 1n;let t=1n,n=10n,r=e;for(;r>0;)r&1&&(t*=n),n*=n,r>>=1;return t}function a(n){if(n=n.trim(),n===`NaN`)return{mantissa:0n,exponent:0,special:e.NAN,negativeZero:!1};if(n===`Infinity`||n===`+Infinity`)return{mantissa:0n,exponent:0,special:e.POSITIVE_INFINITY,negativeZero:!1};if(n===`-Infinity`)return{mantissa:0n,exponent:0,special:e.NEGATIVE_INFINITY,negativeZero:!1};let r=!1,i=0;n[i]===`-`?(r=!0,i++):n[i]===`+`&&i++;let a=n.indexOf(`e`,i);a===-1&&(a=n.indexOf(`E`,i));let o=0,s;a===-1?s=n.substring(i):(o=parseInt(n.substring(a+1),10),s=n.substring(i,a));let c=s.indexOf(`.`),l,u;c===-1?(l=s,u=``):(l=s.substring(0,c),u=s.substring(c+1));let d=l+u,f=o-u.length;if(d===``||d===`0`||/^0+$/.test(d))return{mantissa:0n,exponent:0,special:e.NONE,negativeZero:r};let p=BigInt(d);r&&(p=-p);let[m,h]=t(p,f);return{mantissa:m,exponent:h,special:e.NONE,negativeZero:!1}}var o=class o{constructor(n){if(typeof n==`bigint`){let[r,i]=t(n,0);this._mantissa=r,this._exponent=i,this._special=e.NONE,this._negativeZero=!1;return}if(typeof n==`number`){if(Number.isNaN(n)){this._mantissa=0n,this._exponent=0,this._special=e.NAN,this._negativeZero=!1;return}if(n===1/0){this._mantissa=0n,this._exponent=0,this._special=e.POSITIVE_INFINITY,this._negativeZero=!1;return}if(n===-1/0){this._mantissa=0n,this._exponent=0,this._special=e.NEGATIVE_INFINITY,this._negativeZero=!1;return}if(n===0){this._mantissa=0n,this._exponent=0,this._special=e.NONE,this._negativeZero=Object.is(n,-0);return}n=String(n)}let r=a(n);this._mantissa=r.mantissa,this._exponent=r.exponent,this._special=r.special,this._negativeZero=r.negativeZero}static _create(e,t,n,r){let i=Object.create(o.prototype);return i._mantissa=e,i._exponent=t,i._special=n,i._negativeZero=r,i}static _coerce(e){return e instanceof o?e:new o(e)}times(n){let r=o._coerce(n);if(this._special||r._special)return this._specialArith(r,`times`);if(this._mantissa===0n||r._mantissa===0n){let t=this._isSignNegative()?!r._isSignNegative():r._isSignNegative();return o._create(0n,0,e.NONE,t)}let[i,a]=t(this._mantissa*r._mantissa,this._exponent+r._exponent);return o._create(i,a,e.NONE,!1)}div(n){let r=o._coerce(n);if(this._special||r._special)return this._specialArith(r,`div`);if(r._mantissa===0n){if(this._mantissa===0n)return o._create(0n,0,e.NAN,!1);let t=this._isSignNegative()!==r._isSignNegative();return o._create(0n,0,t?e.NEGATIVE_INFINITY:e.POSITIVE_INFINITY,!1)}if(this._mantissa===0n){let t=this._isSignNegative()!==r._isSignNegative();return o._create(0n,0,e.NONE,t)}let[a,s]=t(this._mantissa*i(40)/r._mantissa,this._exponent-r._exponent-40);return o._create(a,s,e.NONE,!1)}plus(n){let r=o._coerce(n);if(this._special||r._special)return this._specialArith(r,`plus`);if(this._mantissa===0n&&r._mantissa===0n){let t=this._negativeZero&&r._negativeZero;return o._create(0n,0,e.NONE,t)}if(this._mantissa===0n)return r;if(r._mantissa===0n)return this;let a=this._mantissa,s=r._mantissa,c=this._exponent,l=r._exponent,u=Math.min(c,l);c>u&&(a*=i(c-u)),l>u&&(s*=i(l-u));let d=a+s;if(d===0n)return o._create(0n,0,e.NONE,!1);let[f,p]=t(d,u);return o._create(f,p,e.NONE,!1)}minus(e){return this.plus(o._coerce(e).negated())}mod(n){let r=o._coerce(n);if(this._special||r._special){if(this._special===e.NAN||r._special===e.NAN||this._special===e.POSITIVE_INFINITY||this._special===e.NEGATIVE_INFINITY)return o._create(0n,0,e.NAN,!1);if(r._special===e.POSITIVE_INFINITY||r._special===e.NEGATIVE_INFINITY)return this}if(r._mantissa===0n)return o._create(0n,0,e.NAN,!1);if(this._mantissa===0n)return this;let a=this._mantissa,s=r._mantissa,c=this._exponent,l=r._exponent,u=Math.min(c,l);c>u&&(a*=i(c-u)),l>u&&(s*=i(l-u));let d=a%s;if(d===0n)return o._create(0n,0,e.NONE,!1);let[f,p]=t(d,u);return o._create(f,p,e.NONE,!1)}abs(){return this._special===e.NAN?this:this._special===e.NEGATIVE_INFINITY?o._create(0n,0,e.POSITIVE_INFINITY,!1):o._create(n(this._mantissa),this._exponent,this._special,!1)}negated(){return this._special===e.NAN?this:this._special===e.POSITIVE_INFINITY?o._create(0n,0,e.NEGATIVE_INFINITY,!1):this._special===e.NEGATIVE_INFINITY?o._create(0n,0,e.POSITIVE_INFINITY,!1):this._mantissa===0n?o._create(0n,0,e.NONE,!this._negativeZero):o._create(-this._mantissa,this._exponent,e.NONE,!1)}pow(n){if(this._special===e.NAN)return this;if(n===0)return new o(1);if(n<0)return new o(1).div(this.pow(-n));if(this._special===e.POSITIVE_INFINITY)return this;if(this._special===e.NEGATIVE_INFINITY)return n%2==0?o._create(0n,0,e.POSITIVE_INFINITY,!1):this;if(this._mantissa===0n)return new o(0);let[r,i]=t(this._mantissa**BigInt(n),this._exponent*n);return o._create(r,i,e.NONE,!1)}floor(){if(this._special!==e.NONE||this._mantissa===0n||this._exponent>=0)return this;let n=i(-this._exponent),r=this._mantissa,a=r/n;if(r<0n&&r%n!==0n&&(a-=1n),a===0n){let t=this._mantissa<0n;return o._create(0n,0,e.NONE,t)}let[s,c]=t(a,0);return o._create(s,c,e.NONE,!1)}ceil(){if(this._special!==e.NONE||this._mantissa===0n||this._exponent>=0)return this;let n=i(-this._exponent),r=this._mantissa,a=r/n;if(r>0n&&r%n!==0n&&(a+=1n),a===0n)return o._create(0n,0,e.NONE,!1);let[s,c]=t(a,0);return o._create(s,c,e.NONE,!1)}log(t){if(this._special===e.NAN)return this;if(this._special===e.NEGATIVE_INFINITY)return o._create(0n,0,e.NAN,!1);if(this._special===e.POSITIVE_INFINITY)return o._create(0n,0,e.POSITIVE_INFINITY,!1);if(this._mantissa<0n)return o._create(0n,0,e.NAN,!1);if(this._mantissa===0n)return o._create(0n,0,e.NEGATIVE_INFINITY,!1);if(t===10)return this._log10();let n=this._log10(),r=new o(Math.log10(t));return n.div(r)}_log10(){let e=n(this._mantissa),t=r(e),a;if(t<=15)a=Math.log10(Number(e));else{let n=t-17,r=e/i(n);a=Math.log10(Number(r))+n}return new o(a+this._exponent)}eq(t){let n=o._coerce(t);return this._special===e.NAN||n._special===e.NAN||this._special!==n._special?!1:this._special!==e.NONE||this._mantissa===0n&&n._mantissa===0n?!0:this._mantissa===n._mantissa&&this._exponent===n._exponent}_compareTo(t){if(this._special===e.NAN||t._special===e.NAN)return NaN;if(this._special===e.POSITIVE_INFINITY)return t._special===e.POSITIVE_INFINITY?0:1;if(this._special===e.NEGATIVE_INFINITY)return t._special===e.NEGATIVE_INFINITY?0:-1;if(t._special===e.POSITIVE_INFINITY)return-1;if(t._special===e.NEGATIVE_INFINITY)return 1;let n=this._mantissa===0n,r=t._mantissa===0n;if(n&&r)return 0;if(n)return t._mantissa>0n?-1:1;if(r)return this._mantissa>0n?1:-1;let a=this._mantissa<0n;if(a!==t._mantissa<0n)return a?-1:1;let o=this._mantissa,s=t._mantissa,c=this._exponent,l=t._exponent,u=Math.min(c,l);return c>u&&(o*=i(c-u)),l>u&&(s*=i(l-u)),o<s?-1:+(o>s)}lessThan(e){return this._compareTo(o._coerce(e))===-1}greaterThan(e){return this._compareTo(o._coerce(e))===1}lessThanOrEqualTo(e){let t=this._compareTo(o._coerce(e));return t===0||t===-1}greaterThanOrEqualTo(e){let t=this._compareTo(o._coerce(e));return t===0||t===1}isZero(){return this._special===e.NONE&&this._mantissa===0n}isNaN(){return this._special===e.NAN}isFinite(){return this._special===e.NONE}isNegative(){return this._special===e.NAN?!1:this._special===e.NEGATIVE_INFINITY?!0:this._special===e.POSITIVE_INFINITY?!1:this._mantissa===0n?this._negativeZero:this._mantissa<0n}isPositive(){return this._special===e.NAN?!1:this._special===e.POSITIVE_INFINITY?!0:this._special===e.NEGATIVE_INFINITY?!1:this._mantissa===0n?!this._negativeZero:this._mantissa>0n}isInteger(){return this._special===e.NONE?this._mantissa===0n?!0:this._exponent>=0:!1}toJSON(){return this.toString()}toNumber(){return this._special===e.NAN?NaN:this._special===e.POSITIVE_INFINITY?1/0:this._special===e.NEGATIVE_INFINITY?-1/0:this._mantissa===0n?this._negativeZero?-0:0:Number(this.toString())}toString(){if(this._special===e.NAN)return`NaN`;if(this._special===e.POSITIVE_INFINITY)return`Infinity`;if(this._special===e.NEGATIVE_INFINITY)return`-Infinity`;if(this._mantissa===0n)return`0`;let t=this._mantissa<0n,r=n(this._mantissa).toString(),i=t?`-`:``;if(this._exponent===0)return i+r;if(this._exponent>0)return i+r+`0`.repeat(this._exponent);let a=-this._exponent;if(a<r.length){let e=r.slice(0,r.length-a),t=r.slice(r.length-a);return i+e+`.`+t}else{let e=a-r.length;return i+`0.`+`0`.repeat(e)+r}}static pow(t,n){let r=typeof n==`number`?n:n.toNumber();return typeof t==`number`&&t===10?o._create(1n,r,e.NONE,!1):(t instanceof o?t:new o(t)).pow(r)}static set(e){}_isSignNegative(){return this._special===e.NEGATIVE_INFINITY||this._mantissa<0n?!0:this._mantissa===0n?this._negativeZero:!1}_specialArith(t,n){let r=this._special,i=t._special;if(r===e.NAN||i===e.NAN)return o._create(0n,0,e.NAN,!1);let a=this._isSignNegative(),s=t._isSignNegative(),c=r===e.POSITIVE_INFINITY||r===e.NEGATIVE_INFINITY,l=i===e.POSITIVE_INFINITY||i===e.NEGATIVE_INFINITY;if(n===`times`&&(c||l)){if(c&&t._mantissa===0n&&!l||l&&this._mantissa===0n&&!c)return o._create(0n,0,e.NAN,!1);let n=a!==s;return o._create(0n,0,n?e.NEGATIVE_INFINITY:e.POSITIVE_INFINITY,!1)}if(n===`div`){if(c&&l)return o._create(0n,0,e.NAN,!1);if(c){let t=a!==s;return o._create(0n,0,t?e.NEGATIVE_INFINITY:e.POSITIVE_INFINITY,!1)}if(l){let t=a!==s;return o._create(0n,0,e.NONE,t)}}if(n===`plus`){if(c&&l)return a===s?this:o._create(0n,0,e.NAN,!1);if(c)return this;if(l)return t}return o._create(0n,0,e.NAN,!1)}};function s(e,t){let n=t&&t.cache?t.cache:h,r=t&&t.serializer?t.serializer:p;return(t&&t.strategy?t.strategy:f)(e,{cache:n,serializer:r})}function c(e){return e==null||typeof e==`number`||typeof e==`boolean`}function l(e,t,n,r){let i=c(r)?r:n(r),a=t.get(i);return a===void 0&&(a=e.call(this,r),t.set(i,a)),a}function u(e,t,n){let r=Array.prototype.slice.call(arguments,3),i=n(r),a=t.get(i);return a===void 0&&(a=e.apply(this,r),t.set(i,a)),a}function d(e,t,n,r,i){return n.bind(t,e,r,i)}function f(e,t){let n=e.length===1?l:u;return d(e,this,n,t.cache.create(),t.serializer)}let p=function(){return JSON.stringify(arguments)};var m=class{constructor(){this.cache=Object.create(null)}get(e){return this.cache[e]}set(e,t){this.cache[e]=t}};let h={create:function(){return new m}},g={supplemental:{languageMatching:{"written-new":[{paradigmLocales:{_locales:`en en_GB es es_419 pt_BR pt_PT`}},{$enUS:{_value:`AS+CA+GU+MH+MP+PH+PR+UM+US+VI`}},{$cnsar:{_value:`HK+MO`}},{$americas:{_value:`019`}},{$maghreb:{_value:`MA+DZ+TN+LY+MR+EH`}},{no:{_desired:`nb`,_distance:`1`}},{bs:{_desired:`hr`,_distance:`4`}},{bs:{_desired:`sh`,_distance:`4`}},{hr:{_desired:`sh`,_distance:`4`}},{sr:{_desired:`sh`,_distance:`4`}},{aa:{_desired:`ssy`,_distance:`4`}},{de:{_desired:`gsw`,_distance:`4`,_oneway:`true`}},{de:{_desired:`lb`,_distance:`4`,_oneway:`true`}},{no:{_desired:`da`,_distance:`8`}},{nb:{_desired:`da`,_distance:`8`}},{ru:{_desired:`ab`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ach`,_distance:`30`,_oneway:`true`}},{nl:{_desired:`af`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ak`,_distance:`30`,_oneway:`true`}},{en:{_desired:`am`,_distance:`30`,_oneway:`true`}},{es:{_desired:`ay`,_distance:`20`,_oneway:`true`}},{ru:{_desired:`az`,_distance:`30`,_oneway:`true`}},{ur:{_desired:`bal`,_distance:`20`,_oneway:`true`}},{ru:{_desired:`be`,_distance:`20`,_oneway:`true`}},{en:{_desired:`bem`,_distance:`30`,_oneway:`true`}},{hi:{_desired:`bh`,_distance:`30`,_oneway:`true`}},{en:{_desired:`bn`,_distance:`30`,_oneway:`true`}},{zh:{_desired:`bo`,_distance:`20`,_oneway:`true`}},{fr:{_desired:`br`,_distance:`20`,_oneway:`true`}},{es:{_desired:`ca`,_distance:`20`,_oneway:`true`}},{fil:{_desired:`ceb`,_distance:`30`,_oneway:`true`}},{en:{_desired:`chr`,_distance:`20`,_oneway:`true`}},{ar:{_desired:`ckb`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`co`,_distance:`20`,_oneway:`true`}},{fr:{_desired:`crs`,_distance:`20`,_oneway:`true`}},{sk:{_desired:`cs`,_distance:`20`}},{en:{_desired:`cy`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ee`,_distance:`30`,_oneway:`true`}},{en:{_desired:`eo`,_distance:`30`,_oneway:`true`}},{es:{_desired:`eu`,_distance:`20`,_oneway:`true`}},{da:{_desired:`fo`,_distance:`20`,_oneway:`true`}},{nl:{_desired:`fy`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ga`,_distance:`20`,_oneway:`true`}},{en:{_desired:`gaa`,_distance:`30`,_oneway:`true`}},{en:{_desired:`gd`,_distance:`20`,_oneway:`true`}},{es:{_desired:`gl`,_distance:`20`,_oneway:`true`}},{es:{_desired:`gn`,_distance:`20`,_oneway:`true`}},{hi:{_desired:`gu`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ha`,_distance:`30`,_oneway:`true`}},{en:{_desired:`haw`,_distance:`20`,_oneway:`true`}},{fr:{_desired:`ht`,_distance:`20`,_oneway:`true`}},{ru:{_desired:`hy`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ia`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ig`,_distance:`30`,_oneway:`true`}},{en:{_desired:`is`,_distance:`20`,_oneway:`true`}},{id:{_desired:`jv`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ka`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`kg`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`kk`,_distance:`30`,_oneway:`true`}},{en:{_desired:`km`,_distance:`30`,_oneway:`true`}},{en:{_desired:`kn`,_distance:`30`,_oneway:`true`}},{en:{_desired:`kri`,_distance:`30`,_oneway:`true`}},{tr:{_desired:`ku`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`ky`,_distance:`30`,_oneway:`true`}},{it:{_desired:`la`,_distance:`20`,_oneway:`true`}},{en:{_desired:`lg`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`ln`,_distance:`30`,_oneway:`true`}},{en:{_desired:`lo`,_distance:`30`,_oneway:`true`}},{en:{_desired:`loz`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`lua`,_distance:`30`,_oneway:`true`}},{hi:{_desired:`mai`,_distance:`20`,_oneway:`true`}},{en:{_desired:`mfe`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`mg`,_distance:`30`,_oneway:`true`}},{en:{_desired:`mi`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ml`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`mn`,_distance:`30`,_oneway:`true`}},{hi:{_desired:`mr`,_distance:`30`,_oneway:`true`}},{id:{_desired:`ms`,_distance:`30`,_oneway:`true`}},{en:{_desired:`mt`,_distance:`30`,_oneway:`true`}},{en:{_desired:`my`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ne`,_distance:`30`,_oneway:`true`}},{nb:{_desired:`nn`,_distance:`20`}},{no:{_desired:`nn`,_distance:`20`}},{en:{_desired:`nso`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ny`,_distance:`30`,_oneway:`true`}},{en:{_desired:`nyn`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`oc`,_distance:`20`,_oneway:`true`}},{en:{_desired:`om`,_distance:`30`,_oneway:`true`}},{en:{_desired:`or`,_distance:`30`,_oneway:`true`}},{en:{_desired:`pa`,_distance:`30`,_oneway:`true`}},{en:{_desired:`pcm`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ps`,_distance:`30`,_oneway:`true`}},{es:{_desired:`qu`,_distance:`30`,_oneway:`true`}},{de:{_desired:`rm`,_distance:`20`,_oneway:`true`}},{en:{_desired:`rn`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`rw`,_distance:`30`,_oneway:`true`}},{hi:{_desired:`sa`,_distance:`30`,_oneway:`true`}},{en:{_desired:`sd`,_distance:`30`,_oneway:`true`}},{en:{_desired:`si`,_distance:`30`,_oneway:`true`}},{en:{_desired:`sn`,_distance:`30`,_oneway:`true`}},{en:{_desired:`so`,_distance:`30`,_oneway:`true`}},{en:{_desired:`sq`,_distance:`30`,_oneway:`true`}},{en:{_desired:`st`,_distance:`30`,_oneway:`true`}},{id:{_desired:`su`,_distance:`20`,_oneway:`true`}},{en:{_desired:`sw`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ta`,_distance:`30`,_oneway:`true`}},{en:{_desired:`te`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`tg`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ti`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`tk`,_distance:`30`,_oneway:`true`}},{en:{_desired:`tlh`,_distance:`30`,_oneway:`true`}},{en:{_desired:`tn`,_distance:`30`,_oneway:`true`}},{en:{_desired:`to`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`tt`,_distance:`30`,_oneway:`true`}},{en:{_desired:`tum`,_distance:`30`,_oneway:`true`}},{zh:{_desired:`ug`,_distance:`20`,_oneway:`true`}},{ru:{_desired:`uk`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ur`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`uz`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`wo`,_distance:`30`,_oneway:`true`}},{en:{_desired:`xh`,_distance:`30`,_oneway:`true`}},{en:{_desired:`yi`,_distance:`30`,_oneway:`true`}},{en:{_desired:`yo`,_distance:`30`,_oneway:`true`}},{zh:{_desired:`za`,_distance:`20`,_oneway:`true`}},{en:{_desired:`zu`,_distance:`30`,_oneway:`true`}},{ar:{_desired:`aao`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`abh`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`abv`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`acm`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`acq`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`acw`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`acx`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`acy`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`adf`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`aeb`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`aec`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`afb`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ajp`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`apc`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`apd`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`arq`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ars`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ary`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`arz`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`auz`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`avl`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ayh`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ayl`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ayn`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ayp`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`bbz`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`pga`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`shu`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ssh`,_distance:`10`,_oneway:`true`}},{az:{_desired:`azb`,_distance:`10`,_oneway:`true`}},{et:{_desired:`vro`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`ffm`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fub`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fue`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fuf`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fuh`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fui`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fuq`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fuv`,_distance:`10`,_oneway:`true`}},{gn:{_desired:`gnw`,_distance:`10`,_oneway:`true`}},{gn:{_desired:`gui`,_distance:`10`,_oneway:`true`}},{gn:{_desired:`gun`,_distance:`10`,_oneway:`true`}},{gn:{_desired:`nhd`,_distance:`10`,_oneway:`true`}},{iu:{_desired:`ikt`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`enb`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`eyo`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`niq`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`oki`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`pko`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`sgc`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`tec`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`tuy`,_distance:`10`,_oneway:`true`}},{kok:{_desired:`gom`,_distance:`10`,_oneway:`true`}},{kpe:{_desired:`gkp`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`ida`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lkb`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lko`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lks`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lri`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lrm`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lsm`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lto`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lts`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lwg`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`nle`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`nyd`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`rag`,_distance:`10`,_oneway:`true`}},{lv:{_desired:`ltg`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`bhr`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`bjq`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`bmm`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`bzc`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`msh`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`skg`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`tdx`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`tkg`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`txy`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`xmv`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`xmw`,_distance:`10`,_oneway:`true`}},{mn:{_desired:`mvf`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`bjn`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`btj`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`bve`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`bvu`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`coa`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`dup`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`hji`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`id`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`jak`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`jax`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`kvb`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`kvr`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`kxd`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`lce`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`lcf`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`liw`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`max`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`meo`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`mfa`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`mfb`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`min`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`mqg`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`msi`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`mui`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`orn`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`ors`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`pel`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`pse`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`tmw`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`urk`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`vkk`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`vkt`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`xmm`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`zlm`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`zmi`,_distance:`10`,_oneway:`true`}},{ne:{_desired:`dty`,_distance:`10`,_oneway:`true`}},{om:{_desired:`gax`,_distance:`10`,_oneway:`true`}},{om:{_desired:`hae`,_distance:`10`,_oneway:`true`}},{om:{_desired:`orc`,_distance:`10`,_oneway:`true`}},{or:{_desired:`spv`,_distance:`10`,_oneway:`true`}},{ps:{_desired:`pbt`,_distance:`10`,_oneway:`true`}},{ps:{_desired:`pst`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qub`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qud`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`quf`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qug`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`quh`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`quk`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qul`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qup`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qur`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qus`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`quw`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qux`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`quy`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qva`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvc`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qve`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvh`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvi`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvj`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvl`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvm`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvn`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvo`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvp`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvs`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvw`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvz`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qwa`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qwc`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qwh`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qws`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxa`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxc`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxh`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxl`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxn`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxo`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxp`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxr`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxt`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxu`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxw`,_distance:`10`,_oneway:`true`}},{sc:{_desired:`sdc`,_distance:`10`,_oneway:`true`}},{sc:{_desired:`sdn`,_distance:`10`,_oneway:`true`}},{sc:{_desired:`sro`,_distance:`10`,_oneway:`true`}},{sq:{_desired:`aae`,_distance:`10`,_oneway:`true`}},{sq:{_desired:`aat`,_distance:`10`,_oneway:`true`}},{sq:{_desired:`aln`,_distance:`10`,_oneway:`true`}},{syr:{_desired:`aii`,_distance:`10`,_oneway:`true`}},{uz:{_desired:`uzs`,_distance:`10`,_oneway:`true`}},{yi:{_desired:`yih`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`cdo`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`cjy`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`cpx`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`czh`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`czo`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`gan`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`hak`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`hsn`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`lzh`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`mnp`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`nan`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`wuu`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`yue`,_distance:`10`,_oneway:`true`}},{"*":{_desired:`*`,_distance:`80`}},{"en-Latn":{_desired:`am-Ethi`,_distance:`10`,_oneway:`true`}},{"ru-Cyrl":{_desired:`az-Latn`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`bn-Beng`,_distance:`10`,_oneway:`true`}},{"zh-Hans":{_desired:`bo-Tibt`,_distance:`10`,_oneway:`true`}},{"ru-Cyrl":{_desired:`hy-Armn`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ka-Geor`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`km-Khmr`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`kn-Knda`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`lo-Laoo`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ml-Mlym`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`my-Mymr`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ne-Deva`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`or-Orya`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`pa-Guru`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ps-Arab`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`sd-Arab`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`si-Sinh`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ta-Taml`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`te-Telu`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ti-Ethi`,_distance:`10`,_oneway:`true`}},{"ru-Cyrl":{_desired:`tk-Latn`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ur-Arab`,_distance:`10`,_oneway:`true`}},{"ru-Cyrl":{_desired:`uz-Latn`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`yi-Hebr`,_distance:`10`,_oneway:`true`}},{"sr-Cyrl":{_desired:`sr-Latn`,_distance:`5`}},{"zh-Hans":{_desired:`za-Latn`,_distance:`10`,_oneway:`true`}},{"zh-Hans":{_desired:`zh-Hani`,_distance:`20`,_oneway:`true`}},{"zh-Hant":{_desired:`zh-Hani`,_distance:`20`,_oneway:`true`}},{"ar-Arab":{_desired:`ar-Latn`,_distance:`20`,_oneway:`true`}},{"bn-Beng":{_desired:`bn-Latn`,_distance:`20`,_oneway:`true`}},{"gu-Gujr":{_desired:`gu-Latn`,_distance:`20`,_oneway:`true`}},{"hi-Deva":{_desired:`hi-Latn`,_distance:`20`,_oneway:`true`}},{"kn-Knda":{_desired:`kn-Latn`,_distance:`20`,_oneway:`true`}},{"ml-Mlym":{_desired:`ml-Latn`,_distance:`20`,_oneway:`true`}},{"mr-Deva":{_desired:`mr-Latn`,_distance:`20`,_oneway:`true`}},{"ta-Taml":{_desired:`ta-Latn`,_distance:`20`,_oneway:`true`}},{"te-Telu":{_desired:`te-Latn`,_distance:`20`,_oneway:`true`}},{"zh-Hans":{_desired:`zh-Latn`,_distance:`20`,_oneway:`true`}},{"ja-Jpan":{_desired:`ja-Latn`,_distance:`5`,_oneway:`true`}},{"ja-Jpan":{_desired:`ja-Hani`,_distance:`5`,_oneway:`true`}},{"ja-Jpan":{_desired:`ja-Hira`,_distance:`5`,_oneway:`true`}},{"ja-Jpan":{_desired:`ja-Kana`,_distance:`5`,_oneway:`true`}},{"ja-Jpan":{_desired:`ja-Hrkt`,_distance:`5`,_oneway:`true`}},{"ja-Hrkt":{_desired:`ja-Hira`,_distance:`5`,_oneway:`true`}},{"ja-Hrkt":{_desired:`ja-Kana`,_distance:`5`,_oneway:`true`}},{"ko-Kore":{_desired:`ko-Hani`,_distance:`5`,_oneway:`true`}},{"ko-Kore":{_desired:`ko-Hang`,_distance:`5`,_oneway:`true`}},{"ko-Kore":{_desired:`ko-Jamo`,_distance:`5`,_oneway:`true`}},{"ko-Hang":{_desired:`ko-Jamo`,_distance:`5`,_oneway:`true`}},{"*-*":{_desired:`*-*`,_distance:`50`}},{"ar-*-$maghreb":{_desired:`ar-*-$maghreb`,_distance:`4`}},{"ar-*-$!maghreb":{_desired:`ar-*-$!maghreb`,_distance:`4`}},{"ar-*-*":{_desired:`ar-*-*`,_distance:`5`}},{"en-*-$enUS":{_desired:`en-*-$enUS`,_distance:`4`}},{"en-*-GB":{_desired:`en-*-$!enUS`,_distance:`3`}},{"en-*-$!enUS":{_desired:`en-*-$!enUS`,_distance:`4`}},{"en-*-*":{_desired:`en-*-*`,_distance:`5`}},{"es-*-$americas":{_desired:`es-*-$americas`,_distance:`4`}},{"es-*-$!americas":{_desired:`es-*-$!americas`,_distance:`4`}},{"es-*-*":{_desired:`es-*-*`,_distance:`5`}},{"pt-*-$americas":{_desired:`pt-*-$americas`,_distance:`4`}},{"pt-*-$!americas":{_desired:`pt-*-$!americas`,_distance:`4`}},{"pt-*-*":{_desired:`pt-*-*`,_distance:`5`}},{"zh-Hant-$cnsar":{_desired:`zh-Hant-$cnsar`,_distance:`4`}},{"zh-Hant-$!cnsar":{_desired:`zh-Hant-$!cnsar`,_distance:`4`}},{"zh-Hant-*":{_desired:`zh-Hant-*`,_distance:`5`}},{"*-*-*":{_desired:`*-*-*`,_distance:`4`}}]}}},_={"001":`001.001-status-grouping.002.005.009.011.013.014.015.017.018.019.021.029.030.034.035.039.053.054.057.061.142.143.145.150.151.154.155.AC.AD.AE.AF.AG.AI.AL.AM.AO.AQ.AR.AS.AT.AU.AW.AX.AZ.BA.BB.BD.BE.BF.BG.BH.BI.BJ.BL.BM.BN.BO.BQ.BR.BS.BT.BV.BW.BY.BZ.CA.CC.CD.CF.CG.CH.CI.CK.CL.CM.CN.CO.CP.CQ.CR.CU.CV.CW.CX.CY.CZ.DE.DG.DJ.DK.DM.DO.DZ.EA.EC.EE.EG.EH.ER.ES.ET.EU.EZ.FI.FJ.FK.FM.FO.FR.GA.GB.GD.GE.GF.GG.GH.GI.GL.GM.GN.GP.GQ.GR.GS.GT.GU.GW.GY.HK.HM.HN.HR.HT.HU.IC.ID.IE.IL.IM.IN.IO.IQ.IR.IS.IT.JE.JM.JO.JP.KE.KG.KH.KI.KM.KN.KP.KR.KW.KY.KZ.LA.LB.LC.LI.LK.LR.LS.LT.LU.LV.LY.MA.MC.MD.ME.MF.MG.MH.MK.ML.MM.MN.MO.MP.MQ.MR.MS.MT.MU.MV.MW.MX.MY.MZ.NA.NC.NE.NF.NG.NI.NL.NO.NP.NR.NU.NZ.OM.PA.PE.PF.PG.PH.PK.PL.PM.PN.PR.PS.PT.PW.PY.QA.QO.RE.RO.RS.RU.RW.SA.SB.SC.SD.SE.SG.SH.SI.SJ.SK.SL.SM.SN.SO.SR.SS.ST.SV.SX.SY.SZ.TA.TC.TD.TF.TG.TH.TJ.TK.TL.TM.TN.TO.TR.TT.TV.TW.TZ.UA.UG.UM.UN.US.UY.UZ.VA.VC.VE.VG.VI.VN.VU.WF.WS.XK.YE.YT.ZA.ZM.ZW`.split(`.`),"002":`002.002-status-grouping.011.014.015.017.018.202.AO.BF.BI.BJ.BW.CD.CF.CG.CI.CM.CV.DJ.DZ.EA.EG.EH.ER.ET.GA.GH.GM.GN.GQ.GW.IC.IO.KE.KM.LR.LS.LY.MA.MG.ML.MR.MU.MW.MZ.NA.NE.NG.RE.RW.SC.SD.SH.SL.SN.SO.SS.ST.SZ.TD.TF.TG.TN.TZ.UG.YT.ZA.ZM.ZW`.split(`.`),"003":`003.013.021.029.AG.AI.AW.BB.BL.BM.BQ.BS.BZ.CA.CR.CU.CW.DM.DO.GD.GL.GP.GT.HN.HT.JM.KN.KY.LC.MF.MQ.MS.MX.NI.PA.PM.PR.SV.SX.TC.TT.US.VC.VG.VI`.split(`.`),"005":[`005`,`AR`,`BO`,`BR`,`BV`,`CL`,`CO`,`EC`,`FK`,`GF`,`GS`,`GY`,`PE`,`PY`,`SR`,`UY`,`VE`],"009":`009.053.054.057.061.AC.AQ.AS.AU.CC.CK.CP.CX.DG.FJ.FM.GU.HM.KI.MH.MP.NC.NF.NR.NU.NZ.PF.PG.PN.PW.QO.SB.TA.TK.TO.TV.UM.VU.WF.WS`.split(`.`),"011":[`011`,`BF`,`BJ`,`CI`,`CV`,`GH`,`GM`,`GN`,`GW`,`LR`,`ML`,`MR`,`NE`,`NG`,`SH`,`SL`,`SN`,`TG`],"013":[`013`,`BZ`,`CR`,`GT`,`HN`,`MX`,`NI`,`PA`,`SV`],"014":[`014`,`BI`,`DJ`,`ER`,`ET`,`IO`,`KE`,`KM`,`MG`,`MU`,`MW`,`MZ`,`RE`,`RW`,`SC`,`SO`,`SS`,`TF`,`TZ`,`UG`,`YT`,`ZM`,`ZW`],"015":[`015`,`DZ`,`EA`,`EG`,`EH`,`IC`,`LY`,`MA`,`SD`,`TN`],"017":[`017`,`AO`,`CD`,`CF`,`CG`,`CM`,`GA`,`GQ`,`ST`,`TD`],"018":[`018`,`BW`,`LS`,`NA`,`SZ`,`ZA`],"019":`003.005.013.019.019-status-grouping.021.029.419.AG.AI.AR.AW.BB.BL.BM.BO.BQ.BR.BS.BV.BZ.CA.CL.CO.CR.CU.CW.DM.DO.EC.FK.GD.GF.GL.GP.GS.GT.GY.HN.HT.JM.KN.KY.LC.MF.MQ.MS.MX.NI.PA.PE.PM.PR.PY.SR.SV.SX.TC.TT.US.UY.VC.VE.VG.VI`.split(`.`),"021":[`021`,`BM`,`CA`,`GL`,`PM`,`US`],"029":`029.AG.AI.AW.BB.BL.BQ.BS.CU.CW.DM.DO.GD.GP.HT.JM.KN.KY.LC.MF.MQ.MS.PR.SX.TC.TT.VC.VG.VI`.split(`.`),"030":[`030`,`CN`,`HK`,`JP`,`KP`,`KR`,`MN`,`MO`,`TW`],"034":[`034`,`AF`,`BD`,`BT`,`IN`,`IR`,`LK`,`MV`,`NP`,`PK`],"035":[`035`,`BN`,`ID`,`KH`,`LA`,`MM`,`MY`,`PH`,`SG`,`TH`,`TL`,`VN`],"039":[`039`,`AD`,`AL`,`BA`,`ES`,`GI`,`GR`,`HR`,`IT`,`ME`,`MK`,`MT`,`PT`,`RS`,`SI`,`SM`,`VA`,`XK`],"053":[`053`,`AU`,`CC`,`CX`,`HM`,`NF`,`NZ`],"054":[`054`,`FJ`,`NC`,`PG`,`SB`,`VU`],"057":[`057`,`FM`,`GU`,`KI`,`MH`,`MP`,`NR`,`PW`,`UM`],"061":[`061`,`AS`,`CK`,`NU`,`PF`,`PN`,`TK`,`TO`,`TV`,`WF`,`WS`],142:`030.034.035.142.143.145.AE.AF.AM.AZ.BD.BH.BN.BT.CN.CY.GE.HK.ID.IL.IN.IQ.IR.JO.JP.KG.KH.KP.KR.KW.KZ.LA.LB.LK.MM.MN.MO.MV.MY.NP.OM.PH.PK.PS.QA.SA.SG.SY.TH.TJ.TL.TM.TR.TW.UZ.VN.YE`.split(`.`),143:[`143`,`KG`,`KZ`,`TJ`,`TM`,`UZ`],145:[`145`,`AE`,`AM`,`AZ`,`BH`,`CY`,`GE`,`IL`,`IQ`,`JO`,`KW`,`LB`,`OM`,`PS`,`QA`,`SA`,`SY`,`TR`,`YE`],150:`039.150.151.154.155.AD.AL.AT.AX.BA.BE.BG.BY.CH.CQ.CZ.DE.DK.EE.ES.FI.FO.FR.GB.GG.GI.GR.HR.HU.IE.IM.IS.IT.JE.LI.LT.LU.LV.MC.MD.ME.MK.MT.NL.NO.PL.PT.RO.RS.RU.SE.SI.SJ.SK.SM.UA.VA.XK`.split(`.`),151:[`151`,`BG`,`BY`,`CZ`,`HU`,`MD`,`PL`,`RO`,`RU`,`SK`,`UA`],154:[`154`,`AX`,`CQ`,`DK`,`EE`,`FI`,`FO`,`GB`,`GG`,`IE`,`IM`,`IS`,`JE`,`LT`,`LV`,`NO`,`SE`,`SJ`],155:[`155`,`AT`,`BE`,`CH`,`DE`,`FR`,`LI`,`LU`,`MC`,`NL`],202:`011.014.017.018.202.AO.BF.BI.BJ.BW.CD.CF.CG.CI.CM.CV.DJ.ER.ET.GA.GH.GM.GN.GQ.GW.IO.KE.KM.LR.LS.MG.ML.MR.MU.MW.MZ.NA.NE.NG.RE.RW.SC.SH.SL.SN.SO.SS.ST.SZ.TD.TF.TG.TZ.UG.YT.ZA.ZM.ZW`.split(`.`),419:`005.013.029.419.AG.AI.AR.AW.BB.BL.BO.BQ.BR.BS.BV.BZ.CL.CO.CR.CU.CW.DM.DO.EC.FK.GD.GF.GP.GS.GT.GY.HN.HT.JM.KN.KY.LC.MF.MQ.MS.MX.NI.PA.PE.PR.PY.SR.SV.SX.TC.TT.UY.VC.VE.VG.VI`.split(`.`),EU:`AT.BE.BG.CY.CZ.DE.DK.EE.ES.EU.FI.FR.GR.HR.HU.IE.IT.LT.LU.LV.MT.NL.PL.PT.RO.SE.SI.SK`.split(`.`),EZ:[`AT`,`BE`,`CY`,`DE`,`EE`,`ES`,`EZ`,`FI`,`FR`,`GR`,`IE`,`IT`,`LT`,`LU`,`LV`,`MT`,`NL`,`PT`,`SI`,`SK`],QO:[`AC`,`AQ`,`CP`,`DG`,`QO`,`TA`],UN:`AD.AE.AF.AG.AL.AM.AO.AR.AT.AU.AZ.BA.BB.BD.BE.BF.BG.BH.BI.BJ.BN.BO.BR.BS.BT.BW.BY.BZ.CA.CD.CF.CG.CH.CI.CL.CM.CN.CO.CR.CU.CV.CY.CZ.DE.DJ.DK.DM.DO.DZ.EC.EE.EG.ER.ES.ET.FI.FJ.FM.FR.GA.GB.GD.GE.GH.GM.GN.GQ.GR.GT.GW.GY.HN.HR.HT.HU.ID.IE.IL.IN.IQ.IR.IS.IT.JM.JO.JP.KE.KG.KH.KI.KM.KN.KP.KR.KW.KZ.LA.LB.LC.LI.LK.LR.LS.LT.LU.LV.LY.MA.MC.MD.ME.MG.MH.MK.ML.MM.MN.MR.MT.MU.MV.MW.MX.MY.MZ.NA.NE.NG.NI.NL.NO.NP.NR.NZ.OM.PA.PE.PG.PH.PK.PL.PT.PW.PY.QA.RO.RS.RU.RW.SA.SB.SC.SD.SE.SG.SI.SK.SL.SM.SN.SO.SR.SS.ST.SV.SY.SZ.TD.TG.TH.TJ.TL.TM.TN.TO.TR.TT.TV.TZ.UA.UG.UN.US.UY.UZ.VC.VE.VN.VU.WS.YE.ZA.ZM.ZW`.split(`.`)},v=/-u(?:-[0-9a-z]{2,8})+/gi;function y(e,t,n=Error){if(!e)throw new n(t)}let b;function x(){if(!b){let e=g.supplemental.languageMatching[`written-new`][0]?.paradigmLocales?._locales.split(` `),t=g.supplemental.languageMatching[`written-new`].slice(1,5);b={matches:g.supplemental.languageMatching[`written-new`].slice(5).map(e=>{let t=Object.keys(e)[0],n=e[t];return{supported:t,desired:n._desired,distance:+n._distance,oneway:n.oneway===`true`}},{}),matchVariables:t.reduce((e,t)=>{let n=Object.keys(t)[0],r=t[n];return e[n.slice(1)]=r._value.split(`+`),e},{}),paradigmLocales:[...e,...e.map(e=>new Intl.Locale(e.replace(/_/g,`-`)).maximize().toString())]}}return b}function S(e,t,n){let[r,i,a]=t.split(`-`),o=!0;if(a&&a[0]===`$`){let t=a[1]!==`!`,r=(t?n[a.slice(1)]:n[a.slice(2)]).map(e=>_[e]||[e]).reduce((e,t)=>[...e,...t],[]);o&&=r.indexOf(e.region||``)>-1==t}else o&&=e.region?a===`*`||a===e.region:!0;return o&&=e.script?i===`*`||i===e.script:!0,o&&=e.language?r===`*`||r===e.language:!0,o}function ee(e){return[e.language,e.script,e.region].filter(Boolean).join(`-`)}function C(e,t,n){for(let r of n.matches){let i=S(e,r.desired,n.matchVariables)&&S(t,r.supported,n.matchVariables);if(!r.oneway&&!i&&(i=S(e,r.supported,n.matchVariables)&&S(t,r.desired,n.matchVariables)),i){let i=r.distance*10;return n.paradigmLocales.indexOf(ee(e))>-1==n.paradigmLocales.indexOf(ee(t))>-1?i:i-1}}throw Error(`No matching distance found`)}function te(e,t){let n=new Intl.Locale(e).maximize(),r=new Intl.Locale(t).maximize(),i={language:n.language,script:n.script||``,region:n.region||``},a={language:r.language,script:r.script||``,region:r.region||``},o=0,s=x();return i.language!==a.language&&(o+=C({language:n.language,script:``,region:``},{language:r.language,script:``,region:``},s)),i.script!==a.script&&(o+=C({language:n.language,script:i.script,region:``},{language:r.language,script:a.script,region:``},s)),i.region!==a.region&&(o+=C(i,a,s)),o}let ne=s(te,{serializer:e=>`${e[0]}|${e[1]}`});function re(e){let t=[],n=e;for(;n;){t.push(n);let e=n.lastIndexOf(`-`);if(e===-1)break;n=n.substring(0,e)}return t}let ie=new WeakMap;function ae(e,t,n=838){let r=1/0,i={matchedDesiredLocale:``,distances:{}},a=ie.get(t);a||(a=t.map(e=>{try{return Intl.getCanonicalLocales([e])[0]||e}catch{return e}}),ie.set(t,a));let o=new Set(a);for(let t=0;t<e.length;t++){let n=e[t];if(o.has(n)){let e=0+t*40;if(i.distances[n]={[n]:e},e<r&&(r=e,i.matchedDesiredLocale=n,i.matchedSupportedLocale=n),t===0)return i}}for(let t=0;t<e.length;t++){let n=e[t];try{let e=new Intl.Locale(n).maximize().toString();if(e!==n){let a=re(e);for(let s=0;s<a.length;s++){let c=a[s];if(c!==n&&o.has(c)){let a;try{a=new Intl.Locale(c).maximize().toString()===e?0+t*40:s*10+t*40}catch{a=s*10+t*40}i.distances[n]||(i.distances[n]={}),i.distances[n][c]=a,a<r&&(r=a,i.matchedDesiredLocale=n,i.matchedSupportedLocale=c);break}}}}catch{}}return i.matchedSupportedLocale&&r===0?i:(r=1/0,e.forEach((e,n)=>{i.distances[e]||(i.distances[e]={}),a.forEach((a,o)=>{let s=t[o],c=ne(e,a)+0+n*40;i.distances[e][s]=c,c<r&&(r=c,i.matchedDesiredLocale=e,i.matchedSupportedLocale=s)})}),r>=n&&(i.matchedDesiredLocale=void 0,i.matchedSupportedLocale=void 0),i)}function oe(e,t,n){let r,i,a=[],o=t.reduce((e,t)=>{let n=t.replace(v,``);return a.push(n),e[n]=t,e},{}),s=ae(a,e);return s.matchedSupportedLocale&&s.matchedDesiredLocale&&(r=s.matchedSupportedLocale,i=o[s.matchedDesiredLocale].slice(s.matchedDesiredLocale.length)||void 0),r?{locale:r,extension:i}:{locale:n()}}function se(e,t){let n=t.toLowerCase();return y(e!==void 0,`ukey must be defined`),n}function w(e){return Intl.getCanonicalLocales(e)[0]}function ce(e,t,n){y(e.indexOf(`-u-`)===-1,`Expected locale to not have a Unicode locale extension`);let r=`-u`;for(let e of t)r+=`-${e}`;for(let e of n){let{key:t,value:n}=e;r+=`-${t}`,n!==``&&(r+=`-${n}`)}if(r===`-u`)return w(e);let i=e.indexOf(`-x-`),a;if(i===-1)a=e+r;else{let t=e.slice(0,i),n=e.slice(i);a=t+r+n}return w(a)}let T=new WeakMap;function E(e,t){let n=T.get(e);n||(n=new Set(e),T.set(e,n));let r=t;for(;;){if(n.has(r))return r;let e=r.lastIndexOf(`-`);if(!~e)return;e>=2&&r[e-2]===`-`&&(e-=2),r=r.slice(0,e)}}function le(e,t,n){let r={locale:``};for(let n of t){let t=n.replace(v,``),i=E(e,t);if(i)return r.locale=i,n!==t&&(r.extension=n.slice(t.length,n.length)),r}return r.locale=n(),r}function ue(e){y(e===e.toLowerCase(),`Expected extension to be lowercase`),y(e.slice(0,3)===`-u-`,`Expected extension to be a Unicode locale extension`);let t=[],n=[],r,i=e.length,a=3;for(;a<i;){let o=e.indexOf(`-`,a),s;s=o===-1?i-a:o-a;let c=e.slice(a,a+s);y(s>=2,`Expected a subtag to have at least 2 characters`),r===void 0&&s!=2?t.indexOf(c)===-1&&t.push(c):s===2?(r={key:c,value:``},n.find(e=>e.key===r?.key)===void 0&&n.push(r)):r?.value===``?r.value=c:(y(r!==void 0,`Expected keyword to be defined`),r.value+=`-`+c),a+=s+1}return{attributes:t,keywords:n}}function de(e,t,n,r,i,a){let o=n.localeMatcher,s;s=o===`lookup`?le(Array.from(e),t,a):oe(Array.from(e),t,a),s??={locale:a(),extension:``};let c=s.locale,l=i[c],u={locale:`en`,dataLocale:c},d,f;s.extension?(d=ue(s.extension),f=d.keywords):f=[];let p=[];for(let e of r){let t=l?.[e]??[];y(Array.isArray(t),`keyLocaleData for ${e} must be an array`);let r=t[0];y(r===void 0||typeof r==`string`,`value must be a string or undefined`);let i,a=f.find(t=>t.key===e);if(a){let n=a.value;n===``?t.indexOf(`true`)>-1&&(r=`true`,i={key:e,value:r}):t.indexOf(n)>-1&&(r=n,i={key:e,value:r})}let o=n[e];y(o==null||typeof o==`string`,`optionsValue must be a string or undefined`),typeof o==`string`&&(o=se(e.toLowerCase(),o),o===``&&(o=`true`)),o!==r&&t.indexOf(o)>-1&&(r=o,i=void 0),i&&p.push(i),u[e]=r}let m=[];return p.length>0&&(m=[],c=ce(c,m,p)),u.locale=c,u}function fe(e,t){let n=[];for(let r of t){let t=E(e,r.replace(v,``));t&&n.push(t)}return n}function pe(e){return typeof e==`function`}function D(e,t,n){if(!pe(e))return!1;if(n?.boundTargetFunction)return t instanceof n?.boundTargetFunction;if(typeof t!=`object`)return!1;let r=e.prototype;if(typeof r!=`object`)throw TypeError(`OrdinaryHasInstance called on an object with an invalid prototype property.`);return Object.prototype.isPrototypeOf.call(r,t)}function me(e){return Intl.getCanonicalLocales(e)}function O(e,t){let n=t&&t.cache?t.cache:xe,r=t&&t.serializer?t.serializer:ye;return(t&&t.strategy?t.strategy:ge)(e,{cache:n,serializer:r})}function he(e){return e==null||typeof e==`number`||typeof e==`boolean`}function k(e,t,n,r){let i=he(r)?r:n(r),a=t.get(i);return a===void 0&&(a=e.call(this,r),t.set(i,a)),a}function A(e,t,n){let r=Array.prototype.slice.call(arguments,3),i=n(r),a=t.get(i);return a===void 0&&(a=e.apply(this,r),t.set(i,a)),a}function j(e,t,n,r,i){return n.bind(t,e,r,i)}function ge(e,t){let n=e.length===1?k:A;return j(e,this,n,t.cache.create(),t.serializer)}function _e(e,t){return j(e,this,A,t.cache.create(),t.serializer)}function ve(e,t){return j(e,this,k,t.cache.create(),t.serializer)}let ye=function(){return JSON.stringify(arguments)};var be=class{constructor(){this.cache=Object.create(null)}get(e){return this.cache[e]}set(e,t){this.cache[e]=t}};let xe={create:function(){return new be}},M={variadic:_e,monadic:ve};function N(e,t){if(typeof e.repeat==`function`)return e.repeat(t);let n=Array.from({length:t});for(let t=0;t<n.length;t++)n[t]=e;return n.join(``)}function P(e,t,{value:n}){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:!0,value:n})}function Se(){return typeof Intl>`u`&&Object.defineProperty(globalThis,"Intl",{configurable:!0,enumerable:!1,writable:!0,value:{}}),Intl}function F(e,t,n=Error){if(!e)throw new n(t)}O((...e)=>new Intl.NumberFormat(...e),{strategy:M.variadic});let Ce=O((...e)=>new Intl.PluralRules(...e),{strategy:M.variadic});O((...e)=>new Intl.ListFormat(...e),{strategy:M.variadic});let I=O(e=>o.pow(10,e));function we(e,t){let{notation:n,dataLocaleData:r,numberingSystem:i}=e;switch(n){case`standard`:return 0;case`scientific`:return t.toNumber();case`engineering`:return t.div(3).floor().times(3).toNumber();default:{F(n===`compact`,`Invalid notation`);let{compactDisplay:a,style:o,currencyDisplay:s}=e,c;if(o===`currency`&&s!==`name`)c=(r.numbers.currency[i]||r.numbers.currency[r.numbers.nu[0]]).short;else{let e=r.numbers.decimal[i]||r.numbers.decimal[r.numbers.nu[0]];c=a===`long`?e.long:e.short}if(!c)return 0;let l=I(t).toString(),u=Object.keys(c);if(l<u[0])return 0;if(l>u[u.length-1]){let e=u[u.length-1];return c[e].other===`0`?0:e.length-c[e].other.match(/0+/)[0].length}let d=u.indexOf(l);if(d===-1)return 0;let f=u[d];return c[f].other===`0`?0:f.length-c[f].other.match(/0+/)[0].length}}}let Te=new o(0),Ee=new o(-0),De={ceil:`zero`,floor:`infinity`,expand:`infinity`,trunc:`zero`,halfCeil:`half-zero`,halfFloor:`half-infinity`,halfExpand:`half-infinity`,halfTrunc:`half-zero`,halfEven:`half-even`},Oe={ceil:`infinity`,floor:`zero`,expand:`infinity`,trunc:`zero`,halfCeil:`half-infinity`,halfFloor:`half-zero`,halfExpand:`half-infinity`,halfTrunc:`half-zero`,halfEven:`half-even`};function ke(e,t){return t?De[e]:Oe[e]}function Ae(e,t,n,r){if(e.eq(t)||t.eq(n))return t;if(e.eq(n))return n;if(F(t.lessThan(e)&&e.lessThan(n),`x should be between r1 and r2 but x=${e}, r1=${t}, r2=${n}`),r===`zero`)return t;if(r===`infinity`)return n;let i=e.minus(t),a=n.minus(e);return i.lessThan(a)?t:a.lessThan(i)?n:(F(i.eq(a),`d1 should be equal to d2`),r===`half-zero`?t:r===`half-infinity`?n:(F(r===`half-even`,`unsignedRoundingMode should be half-even`),t.div(n.minus(t)).mod(2).isZero()?t:n))}function je(e,t){return e.times(I(-t))}function Me(e,t,n){let r=e.times(I(t)).floor().div(n).floor().times(n);return{n1:r,r1:je(r,t)}}function Ne(e,t,n){let r=e.times(I(t)).ceil().div(n).ceil().times(n);return{n2:r,r2:je(r,t)}}function L(e,t,n,r,i){let a=n,{n1:o,r1:s}=Me(e,a,r),{n2:c,r2:l}=Ne(e,a,r),u=Ae(e,s,l,i),d,f,p;u.eq(s)?(d=o,f=s):(d=c,f=l),p=d.isZero()?`0`:d.toString();let m;if(a!==0){let e=p.length;e<=a&&(p=N(`0`,a-e+1)+p,e=a+1);let t=p.slice(0,e-a),n=p.slice(p.length-a);p=t+`.`+n,m=t.length}else m=p.length;let h=n-t;for(;h>0&&p[p.length-1]===`0`;)p=p.slice(0,p.length-1),h--;return p[p.length-1]===`.`&&(p=p.slice(0,p.length-1)),{formattedString:p,roundedNumber:f,integerDigitsCount:m,roundingMagnitude:-a}}function Pe(e,t){let n=I(t),r=I(t-1),i=e.log(10).floor(),a=I(i.minus(t).plus(1)),o=e.div(a).floor(),s=o.times(a);if(o.greaterThanOrEqualTo(n)){i=i.plus(1);let n=I(i.minus(t).plus(1));o=e.div(n).floor(),s=o.times(n)}else if(o.lessThan(r)){i=i.minus(1);let n=I(i.minus(t).plus(1));o=e.div(n).floor(),s=o.times(n)}if(s.lessThanOrEqualTo(e)&&o.lessThan(n)&&o.greaterThanOrEqualTo(r))return{n1:o,e1:i,r1:s};let c=e.div(r).log(10).plus(t).minus(1).ceil();for(;;){let i=I(c.minus(t).plus(1)),a=e.div(i).floor();if(a.lessThan(n)&&a.greaterThanOrEqualTo(r)){let t=a.times(i);if(t.lessThanOrEqualTo(e))return{n1:a,e1:c,r1:t}}c=c.minus(1)}}function Fe(e,t){let n=I(t),r=I(t-1),i=e.log(10).floor(),a=I(i.minus(t).plus(1)),o=e.div(a).ceil(),s=o.times(a);if(o.greaterThanOrEqualTo(n)){i=i.plus(1);let n=I(i.minus(t).plus(1));o=e.div(n).ceil(),s=o.times(n)}else if(o.lessThan(r)){i=i.minus(1);let n=I(i.minus(t).plus(1));o=e.div(n).ceil(),s=o.times(n)}if(s.greaterThanOrEqualTo(e)&&o.lessThan(n)&&o.greaterThanOrEqualTo(r))return{n2:o,e2:i,r2:s};let c=e.div(n).log(10).plus(t).minus(1).floor();for(;;){let i=I(c.minus(t).plus(1)),a=e.div(i).ceil();if(a.lessThan(n)&&a.greaterThanOrEqualTo(r)){let t=a.times(i);if(t.greaterThanOrEqualTo(e))return{n2:a,e2:c,r2:t}}c=c.plus(1)}}function R(e,t,n,r){let i=n,a,o,s;if(e.isZero())a=N(`0`,i),o=0,s=Te;else{let{n1:t,e1:n,r1:c}=Pe(e,i),{n2:l,e2:u,r2:d}=Fe(e,i),f=Ae(e,c,d,r),p;f.eq(c)?(p=t,o=n.toNumber(),s=c):(p=l,o=u.toNumber(),s=d),a=p.toString()}let c;if(o>=i-1?(a+=N(`0`,o-i+1),c=o+1):o>=0?(a=a.slice(0,o+1)+`.`+a.slice(a.length-(i-(o+1))),c=o+1):(F(o<0,`e should be less than 0`),a=`0.`+N(`0`,-o-1)+a,c=1),a.includes(`.`)&&n>t){let e=n-t;for(;e>0&&a[a.length-1]===`0`;)a=a.slice(0,a.length-1),e--;a[a.length-1]===`.`&&(a=a.slice(0,a.length-1))}return{formattedString:a,roundedNumber:s,integerDigitsCount:c,roundingMagnitude:o}}function z(e,t){let n=t,r;n.isZero()&&n.isNegative()?(r=`negative`,n=Te):(F(n.isFinite(),`NumberFormatDigitInternalSlots value is not finite`),r=n.lessThan(0)?`negative`:`positive`,r===`negative`&&(n=n.negated()));let i,a=e.roundingType,o=ke(e.roundingMode,r===`negative`);switch(a){case`significantDigits`:i=R(n,e.minimumSignificantDigits,e.maximumSignificantDigits,o);break;case`fractionDigits`:i=L(n,e.minimumFractionDigits,e.maximumFractionDigits,e.roundingIncrement,o);break;default:let t=R(n,e.minimumSignificantDigits,e.maximumSignificantDigits,o),r=L(n,e.minimumFractionDigits,e.maximumFractionDigits,e.roundingIncrement,o);e.roundingType===`morePrecision`?i=t.roundingMagnitude<=r.roundingMagnitude?t:r:(F(e.roundingType===`lessPrecision`,`Invalid roundingType`),i=t.roundingMagnitude<=r.roundingMagnitude?r:t);break}n=i.roundedNumber;let s=i.formattedString;if(e.trailingZeroDisplay===`stripIfInteger`&&n.isInteger()){let e=s.indexOf(`.`);e>-1&&(s=s.slice(0,e))}let c=i.integerDigitsCount,l=e.minimumIntegerDigits;return c<l&&(s=N(`0`,l-c)+s),r===`negative`&&(n=n.isZero()?Ee:n.negated()),{roundedNumber:n,formattedString:s}}function Ie(e,t){if(t.isZero())return[0,0];t.isNegative()&&(t=t.negated());let n=t.toNumber(),r;r=Number.isFinite(n)&&Number.isSafeInteger(n)&&n>0&&n<=999999?new o(Math.floor(Math.log10(n))):t.log(10).floor();let i=we(e,r);t=t.times(I(-i));let a=z(e,t);if(a.roundedNumber.isZero())return[i,r.toNumber()];let s=a.roundedNumber.toNumber(),c;return c=Number.isFinite(s)&&Number.isSafeInteger(s)&&s>0&&s<=999999?new o(Math.floor(Math.log10(s))):a.roundedNumber.log(10).floor(),c.eq(r.minus(i))?[i,r.toNumber()]:[we(e,r.plus(1)),r.plus(1).toNumber()]}let B=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C1\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2429\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E5\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBD2\uFD40-\uFD4F\uFD90\uFD91\uFDC8-\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD803[\uDD8E\uDD8F\uDED1-\uDED8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDC00-\uDCEF\uDCFA-\uDCFC\uDD00-\uDEB3\uDEBA-\uDED0\uDEE0-\uDEF0\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED8\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0-\uDCBB\uDCC0\uDCC1\uDCD0-\uDCD8\uDD00-\uDE57\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF-\uDEF8\uDF00-\uDF92\uDF94-\uDFEF\uDFFA]/,Le={adlm:[`𞥐`,`𞥑`,`𞥒`,`𞥓`,`𞥔`,`𞥕`,`𞥖`,`𞥗`,`𞥘`,`𞥙`],ahom:[`𑜰`,`𑜱`,`𑜲`,`𑜳`,`𑜴`,`𑜵`,`𑜶`,`𑜷`,`𑜸`,`𑜹`],arab:[`٠`,`١`,`٢`,`٣`,`٤`,`٥`,`٦`,`٧`,`٨`,`٩`],arabext:[`۰`,`۱`,`۲`,`۳`,`۴`,`۵`,`۶`,`۷`,`۸`,`۹`],bali:[`᭐`,`᭑`,`᭒`,`᭓`,`᭔`,`᭕`,`᭖`,`᭗`,`᭘`,`᭙`],beng:[`০`,`১`,`২`,`৩`,`৪`,`৫`,`৬`,`৭`,`৮`,`৯`],bhks:[`𑱐`,`𑱑`,`𑱒`,`𑱓`,`𑱔`,`𑱕`,`𑱖`,`𑱗`,`𑱘`,`𑱙`],brah:[`𑁦`,`𑁧`,`𑁨`,`𑁩`,`𑁪`,`𑁫`,`𑁬`,`𑁭`,`𑁮`,`𑁯`],cakm:[`𑄶`,`𑄷`,`𑄸`,`𑄹`,`𑄺`,`𑄻`,`𑄼`,`𑄽`,`𑄾`,`𑄿`],cham:[`꩐`,`꩑`,`꩒`,`꩓`,`꩔`,`꩕`,`꩖`,`꩗`,`꩘`,`꩙`],deva:[`०`,`१`,`२`,`३`,`४`,`५`,`६`,`७`,`८`,`९`],diak:[`𑥐`,`𑥑`,`𑥒`,`𑥓`,`𑥔`,`𑥕`,`𑥖`,`𑥗`,`𑥘`,`𑥙`],fullwide:[`0`,`1`,`2`,`3`,`4`,`5`,`6`,`7`,`8`,`9`],gong:[`𑶠`,`𑶡`,`𑶢`,`𑶣`,`𑶤`,`𑶥`,`𑶦`,`𑶧`,`𑶨`,`𑶩`],gonm:[`𑵐`,`𑵑`,`𑵒`,`𑵓`,`𑵔`,`𑵕`,`𑵖`,`𑵗`,`𑵘`,`𑵙`],gujr:[`૦`,`૧`,`૨`,`૩`,`૪`,`૫`,`૬`,`૭`,`૮`,`૯`],guru:[`੦`,`੧`,`੨`,`੩`,`੪`,`੫`,`੬`,`੭`,`੮`,`੯`],hanidec:[`〇`,`一`,`二`,`三`,`四`,`五`,`六`,`七`,`八`,`九`],hmng:[`𖭐`,`𖭑`,`𖭒`,`𖭓`,`𖭔`,`𖭕`,`𖭖`,`𖭗`,`𖭘`,`𖭙`],hmnp:[`𞅀`,`𞅁`,`𞅂`,`𞅃`,`𞅄`,`𞅅`,`𞅆`,`𞅇`,`𞅈`,`𞅉`],java:[`꧐`,`꧑`,`꧒`,`꧓`,`꧔`,`꧕`,`꧖`,`꧗`,`꧘`,`꧙`],kali:[`꤀`,`꤁`,`꤂`,`꤃`,`꤄`,`꤅`,`꤆`,`꤇`,`꤈`,`꤉`],khmr:[`០`,`១`,`២`,`៣`,`៤`,`៥`,`៦`,`៧`,`៨`,`៩`],knda:[`೦`,`೧`,`೨`,`೩`,`೪`,`೫`,`೬`,`೭`,`೮`,`೯`],lana:[`᪀`,`᪁`,`᪂`,`᪃`,`᪄`,`᪅`,`᪆`,`᪇`,`᪈`,`᪉`],lanatham:[`᪐`,`᪑`,`᪒`,`᪓`,`᪔`,`᪕`,`᪖`,`᪗`,`᪘`,`᪙`],laoo:[`໐`,`໑`,`໒`,`໓`,`໔`,`໕`,`໖`,`໗`,`໘`,`໙`],lepc:[`᪐`,`᪑`,`᪒`,`᪓`,`᪔`,`᪕`,`᪖`,`᪗`,`᪘`,`᪙`],limb:[`᥆`,`᥇`,`᥈`,`᥉`,`᥊`,`᥋`,`᥌`,`᥍`,`᥎`,`᥏`],mathbold:[`𝟎`,`𝟏`,`𝟐`,`𝟑`,`𝟒`,`𝟓`,`𝟔`,`𝟕`,`𝟖`,`𝟗`],mathdbl:[`𝟘`,`𝟙`,`𝟚`,`𝟛`,`𝟜`,`𝟝`,`𝟞`,`𝟟`,`𝟠`,`𝟡`],mathmono:[`𝟶`,`𝟷`,`𝟸`,`𝟹`,`𝟺`,`𝟻`,`𝟼`,`𝟽`,`𝟾`,`𝟿`],mathsanb:[`𝟬`,`𝟭`,`𝟮`,`𝟯`,`𝟰`,`𝟱`,`𝟲`,`𝟳`,`𝟴`,`𝟵`],mathsans:[`𝟢`,`𝟣`,`𝟤`,`𝟥`,`𝟦`,`𝟧`,`𝟨`,`𝟩`,`𝟪`,`𝟫`],mlym:[`൦`,`൧`,`൨`,`൩`,`൪`,`൫`,`൬`,`൭`,`൮`,`൯`],modi:[`𑙐`,`𑙑`,`𑙒`,`𑙓`,`𑙔`,`𑙕`,`𑙖`,`𑙗`,`𑙘`,`𑙙`],mong:[`᠐`,`᠑`,`᠒`,`᠓`,`᠔`,`᠕`,`᠖`,`᠗`,`᠘`,`᠙`],mroo:[`𖩠`,`𖩡`,`𖩢`,`𖩣`,`𖩤`,`𖩥`,`𖩦`,`𖩧`,`𖩨`,`𖩩`],mtei:[`꯰`,`꯱`,`꯲`,`꯳`,`꯴`,`꯵`,`꯶`,`꯷`,`꯸`,`꯹`],mymr:[`၀`,`၁`,`၂`,`၃`,`၄`,`၅`,`၆`,`၇`,`၈`,`၉`],mymrshan:[`႐`,`႑`,`႒`,`႓`,`႔`,`႕`,`႖`,`႗`,`႘`,`႙`],mymrtlng:[`꧰`,`꧱`,`꧲`,`꧳`,`꧴`,`꧵`,`꧶`,`꧷`,`꧸`,`꧹`],newa:[`𑑐`,`𑑑`,`𑑒`,`𑑓`,`𑑔`,`𑑕`,`𑑖`,`𑑗`,`𑑘`,`𑑙`],nkoo:[`߀`,`߁`,`߂`,`߃`,`߄`,`߅`,`߆`,`߇`,`߈`,`߉`],olck:[`᱐`,`᱑`,`᱒`,`᱓`,`᱔`,`᱕`,`᱖`,`᱗`,`᱘`,`᱙`],orya:[`୦`,`୧`,`୨`,`୩`,`୪`,`୫`,`୬`,`୭`,`୮`,`୯`],osma:[`𐒠`,`𐒡`,`𐒢`,`𐒣`,`𐒤`,`𐒥`,`𐒦`,`𐒧`,`𐒨`,`𐒩`],rohg:[`𐴰`,`𐴱`,`𐴲`,`𐴳`,`𐴴`,`𐴵`,`𐴶`,`𐴷`,`𐴸`,`𐴹`],saur:[`꣐`,`꣑`,`꣒`,`꣓`,`꣔`,`꣕`,`꣖`,`꣗`,`꣘`,`꣙`],segment:[`🯰`,`🯱`,`🯲`,`🯳`,`🯴`,`🯵`,`🯶`,`🯷`,`🯸`,`🯹`],shrd:[`𑇐`,`𑇑`,`𑇒`,`𑇓`,`𑇔`,`𑇕`,`𑇖`,`𑇗`,`𑇘`,`𑇙`],sind:[`𑋰`,`𑋱`,`𑋲`,`𑋳`,`𑋴`,`𑋵`,`𑋶`,`𑋷`,`𑋸`,`𑋹`],sinh:[`෦`,`෧`,`෨`,`෩`,`෪`,`෫`,`෬`,`෭`,`෮`,`෯`],sora:[`𑃰`,`𑃱`,`𑃲`,`𑃳`,`𑃴`,`𑃵`,`𑃶`,`𑃷`,`𑃸`,`𑃹`],sund:[`᮰`,`᮱`,`᮲`,`᮳`,`᮴`,`᮵`,`᮶`,`᮷`,`᮸`,`᮹`],takr:[`𑛀`,`𑛁`,`𑛂`,`𑛃`,`𑛄`,`𑛅`,`𑛆`,`𑛇`,`𑛈`,`𑛉`],talu:[`᧐`,`᧑`,`᧒`,`᧓`,`᧔`,`᧕`,`᧖`,`᧗`,`᧘`,`᧙`],tamldec:[`௦`,`௧`,`௨`,`௩`,`௪`,`௫`,`௬`,`௭`,`௮`,`௯`],telu:[`౦`,`౧`,`౨`,`౩`,`౪`,`౫`,`౬`,`౭`,`౮`,`౯`],thai:[`๐`,`๑`,`๒`,`๓`,`๔`,`๕`,`๖`,`๗`,`๘`,`๙`],tibt:[`༠`,`༡`,`༢`,`༣`,`༤`,`༥`,`༦`,`༧`,`༨`,`༩`],tirh:[`𑓐`,`𑓑`,`𑓒`,`𑓓`,`𑓔`,`𑓕`,`𑓖`,`𑓗`,`𑓘`,`𑓙`],vaii:[`ᘠ`,`ᘡ`,`ᘢ`,`ᘣ`,`ᘤ`,`ᘥ`,`ᘦ`,`ᘧ`,`ᘨ`,`ᘩ`],wara:[`𑣠`,`𑣡`,`𑣢`,`𑣣`,`𑣤`,`𑣥`,`𑣦`,`𑣧`,`𑣨`,`𑣩`],wcho:[`𞋰`,`𞋱`,`𞋲`,`𞋳`,`𞋴`,`𞋵`,`𞋶`,`𞋷`,`𞋸`,`𞋹`]},Re=RegExp(`^${B.source}`),ze=RegExp(`${B.source}$`),V=/[#0](?:[.,][#0]+)*/g;function Be(e,t,n,r){let{sign:i,exponent:a,magnitude:o}=e,{notation:s,style:c,numberingSystem:l}=r,u=t.numbers.nu[0],d=null;s===`compact`&&o&&(d=He(e,n,t,c,r.compactDisplay,r.currencyDisplay,l));let f;if(c===`currency`&&r.currencyDisplay!==`name`){let e=t.currencies[r.currency];if(e)switch(r.currencyDisplay){case`code`:f=r.currency;break;case`symbol`:f=e.symbol;break;default:f=e.narrow;break}else f=r.currency}let p;p=d||(c===`decimal`||c===`unit`||c===`currency`&&r.currencyDisplay===`name`?H((t.numbers.decimal[l]||t.numbers.decimal[u]).standard,i):H(c===`currency`?(t.numbers.currency[l]||t.numbers.currency[u])[r.currencySign]:t.numbers.percent[l]||t.numbers.percent[u],i));let m=V.exec(p)[0];if(p=p.replace(V,`{0}`).replace(/'(.)'/g,`$1`),c===`currency`&&r.currencyDisplay!==`name`){let e=t.numbers.currency[l]||t.numbers.currency[u],n=e.currencySpacing.afterInsertBetween;n&&!ze.test(f)&&(p=p.replace(`¤{0}`,`¤${n}{0}`));let r=e.currencySpacing.beforeInsertBetween;r&&!Re.test(f)&&(p=p.replace(`{0}¤`,`{0}${r}¤`))}let h=p.split(/({c:[^}]+}|\{0\}|[¤%\-+])/g),g=[],_=t.numbers.symbols[l]||t.numbers.symbols[u];for(let t of h)if(t)switch(t){case`{0}`:g.push(...Ve(_,e,s,a,l,!d&&(r.useGrouping??!0),m,c,r.roundingIncrement,ke(r.roundingMode,i===-1)));break;case`-`:g.push({type:`minusSign`,value:_.minusSign});break;case`+`:g.push({type:`plusSign`,value:_.plusSign});break;case`%`:g.push({type:`percentSign`,value:_.percentSign});break;case`¤`:g.push({type:`currency`,value:f});break;default:t.startsWith(`{c:`)?g.push({type:`compact`,value:t.substring(3,t.length-1)}):g.push({type:`literal`,value:t});break}switch(c){case`currency`:if(r.currencyDisplay===`name`){let i=(t.numbers.currency[l]||t.numbers.currency[u]).unitPattern,o,s=t.currencies[r.currency];o=s?U(n,e.roundedNumber.times(I(a)).toNumber(),s.displayName):r.currency;let c=i.split(/(\{[01]\})/g),d=[];for(let e of c)switch(e){case`{0}`:d.push(...g);break;case`{1}`:d.push({type:`currency`,value:o});break;default:e&&d.push({type:`literal`,value:e});break}return d}else return g;case`unit`:{let{unit:i,unitDisplay:o}=r,s=t.units.simple[i],c;if(s)c=U(n,e.roundedNumber.times(I(a)).toNumber(),t.units.simple[i][o]);else{let[r,l]=i.split(`-per-`);s=t.units.simple[r];let u=U(n,e.roundedNumber.times(I(a)).toNumber(),t.units.simple[r][o]),d=t.units.simple[l].perUnit[o];if(d)c=d.replace(`{0}`,u);else{let e=t.units.compound.per[o],r=U(n,1,t.units.simple[l][o]);c=c=e.replace(`{0}`,u).replace(`{1}`,r.replace(`{0}`,``))}}let l=[];for(let e of c.split(/(\s*\{0\}\s*)/)){let t=/^(\s*)\{0\}(\s*)$/.exec(e);t?(t[1]&&l.push({type:`literal`,value:t[1]}),l.push(...g),t[2]&&l.push({type:`literal`,value:t[2]})):e&&l.push({type:`unit`,value:e})}return l}default:return g}}function Ve(e,t,n,r,i,a,s,c,l,u){let d=[],{formattedString:f,roundedNumber:p}=t;if(p.isNaN())return[{type:`nan`,value:f}];if(!p.isFinite())return[{type:`infinity`,value:f}];let m=Le[i];m&&(f=f.replace(/\d/g,e=>m[+e]||e));let h=f.indexOf(`.`),g,_;h>0?(g=f.slice(0,h),_=f.slice(h+1)):g=f;let v=!1;if(a===`always`?v=!0:a===`min2`?v=p.greaterThanOrEqualTo(1e4):(a===`auto`||a)&&(v=n!==`compact`||p.greaterThanOrEqualTo(1e4)),v){let t=c===`currency`&&e.currencyGroup!=null?e.currencyGroup:e.group,n=[],r=s.split(`.`)[0].split(`,`),i=3,a=3;r.length>1&&(i=r[r.length-1].length),r.length>2&&(a=r[r.length-2].length);let o=g.length-i;if(o>0){for(n.push(g.slice(o,o+i)),o-=a;o>0;o-=a)n.push(g.slice(o,o+a));n.push(g.slice(0,o+a))}else n.push(g);for(;n.length>0;){let e=n.pop();d.push({type:`integer`,value:e}),n.length>0&&d.push({type:`group`,value:t})}}else d.push({type:`integer`,value:g});if(_!==void 0){let t=c===`currency`&&e.currencyDecimal!=null?e.currencyDecimal:e.decimal;d.push({type:`decimal`,value:t},{type:`fraction`,value:_})}if((n===`scientific`||n===`engineering`)&&p.isFinite()){d.push({type:`exponentSeparator`,value:e.exponential}),r<0&&(d.push({type:`exponentMinusSign`,value:e.minusSign}),r=-r);let t=L(new o(r),0,0,l,u);d.push({type:`exponentInteger`,value:t.formattedString})}return d}function H(e,t){e.indexOf(`;`)<0&&(e=`${e};-${e}`);let[n,r]=e.split(`;`);switch(t){case 0:return n;case-1:return r;default:return r.indexOf(`-`)>=0?r.replace(/-/g,`+`):`+${n}`}}function He(e,t,n,r,i,a,o){let{roundedNumber:s,sign:c,magnitude:l}=e,u=String(10**l),d=n.numbers.nu[0],f;if(r===`currency`&&a!==`name`){let e=n.numbers.currency,r=e[o]||e[d],i=r.short?.[u];if(!i){let e=Object.keys(r.short||{});e.length>0&&u>e[e.length-1]&&(u=e[e.length-1],i=r.short?.[u])}if(!i)return null;f=U(t,s.toNumber(),i)}else{let e=n.numbers.decimal,r=e[o]||e[d],a=r[i][u];if(!a){let e=Object.keys(r[i]);e.length>0&&u>e[e.length-1]&&(u=e[e.length-1],a=r[i][u])}if(!a)return null;f=U(t,s.toNumber(),a)}return f===`0`?null:(f=H(f,c).replace(/([^\s;\-+\d¤]+)/g,`{c:$1}`).replace(/0+/,`0`),f)}function U(e,t,n){return n[e.select(t)]||n.other}function W(e,t){let n=t,r=0,{pl:i,dataLocaleData:a,numberingSystem:o}=e,s=a.numbers.symbols[o]||a.numbers.symbols[a.numbers.nu[0]],c=0,l;if(n.isNaN())l=s.nan;else if(!n.isFinite())l=s.infinity;else{n.isZero()||(F(n.isFinite(),`Input must be a mathematical value`),e.style==`percent`&&(n=n.times(100)),[c,r]=Ie(e,n),n=n.times(I(-c)));let t=z(e,n);l=t.formattedString,n=t.roundedNumber}let u,d=e.signDisplay;switch(d){case`never`:u=0;break;case`auto`:u=n.isPositive()||n.isNaN()?0:-1;break;case`always`:u=n.isPositive()||n.isNaN()?1:-1;break;case`exceptZero`:u=n.isZero()?0:n.isNegative()?-1:1;break;default:F(d===`negative`,`signDisplay must be "negative"`),u=n.isNegative()&&!n.isZero()?-1:0;break}return Be({roundedNumber:n,formattedString:l,exponent:c,magnitude:r,sign:u},e.dataLocaleData,i,e)}function G(e,t){return W(e,t).map(e=>e.value).join(``)}let K=new Set([`unit`,`exponentMinusSign`,`minusSign`,`plusSign`,`percentSign`,`exponentSeparator`,`percent`,`percentSign`,`currency`,`literal`]);function Ue(e,t,{getInternalSlots:n}){let r=n(e),i=r.dataLocaleData.numbers.symbols[r.numberingSystem],a=RegExp(`s?[${i.rangeSign}]s?`),o=t.findIndex(e=>e.type===`literal`&&a.test(e.value)),s=[];for(let e=o-1;e>=0&&K.has(t[e].type);e--)s.unshift(t[e]);if(Array.from(s.map(e=>e.value).join(``)).length>1){let e=Array.from(t);return e.splice(o-s.length,s.length),e}let c=[];for(let e=o+1;e<t.length&&K.has(t[e].type);e++)c.push(t[e]);if(Array.from(c.map(e=>e.value).join(``)).length>1){let e=Array.from(t);return e.splice(o+1,c.length),e}return t}function We(e,t){let n=e.dataLocaleData.numbers.symbols[e.numberingSystem].approximatelySign;return t.push({type:`approximatelySign`,value:n}),t}function Ge(e,t,n,{getInternalSlots:r}){F(!t.isNaN()&&!n.isNaN(),`Input must be a number`,RangeError);let i=r(e),a=W(i,t),o=W(i,n);if(G(i,t)===G(i,n)){let e=We(i,a);return e.forEach(e=>{e.source=`shared`}),e}let s=[];a.forEach(e=>{e.source=`startRange`,s.push(e)});let c=i.dataLocaleData.numbers.symbols[i.numberingSystem].rangeSign;return s.push({type:`literal`,value:c,source:`shared`}),o.forEach(e=>{e.source=`endRange`,s.push(e)}),Ue(e,s,{getInternalSlots:r})}function Ke(e,t,n,{getInternalSlots:r}){return Ge(e,t,n,{getInternalSlots:r}).map(e=>e.value).join(``)}function qe(e,t,n,{getInternalSlots:r}){return Ge(e,t,n,{getInternalSlots:r}).map((e,t)=>({type:e.type,value:e.value,source:e.source,result:t.toString()}))}function Je(e){return Array.from({length:e})}function Ye(e,t,n){let r=W(n.getInternalSlots(e),t),i=Je(0);for(let e of r)i.push({type:e.type,value:e.value});return i}function Xe(e){if(e==null)throw TypeError(`undefined/null cannot be converted to object`);return Object(e)}function Ze(e){return e===void 0?Object.create(null):Xe(e)}function Qe(e){if(typeof e==`symbol`)throw TypeError(`Cannot convert a Symbol value to a string`);return String(e)}function q(e,t,n,r,i){if(typeof e!=`object`)throw TypeError(`Options must be an object`);let a=e[t];if(a!==void 0){if(n!==`boolean`&&n!==`string`)throw TypeError(`invalid type`);if(n===`boolean`&&(a=!!a),n===`string`&&(a=Qe(a)),r!==void 0&&!r.filter(e=>e==a).length)throw RangeError(`${a} is not within ${r.join(`, `)}`);return a}return i}function $e(e,t,n,r,i,a){let o=e[t];if(o===void 0)return a;if(o===!0)return r;if(!o)return i;if(o=Qe(o),o===`true`||o===`false`)return a;if((n||[]).indexOf(o)===-1)throw RangeError(`Invalid value ${o}`);return o}function et(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function tt(e,{currencyDigitsData:t}){return et(t,e)?t[e]:2}function J(e,t,n,r){if(e===void 0)return r;let i=Number(e);if(isNaN(i)||i<t||i>n)throw RangeError(`${i} is outside of range [${t}, ${n}]`);return Math.floor(i)}function nt(e,t,n,r,i){let a=e[t];return J(a,n,r,i)}let Y=new Set([1,2,5,10,20,25,50,100,200,250,500,1e3,2e3,2500,5e3]);function rt(e,t,n,r,i){let a=nt(t,`minimumIntegerDigits`,1,21,1),o=t.minimumFractionDigits,s=t.maximumFractionDigits,c=t.minimumSignificantDigits,l=t.maximumSignificantDigits;e.minimumIntegerDigits=a;let u=nt(t,`roundingIncrement`,1,5e3,1);F(Y.has(u),`Invalid rounding increment value: ${u}.
|
|
2
|
+
Valid values are ${Array.from(Y).join(`, `)}.`);let d=q(t,`roundingMode`,`string`,[`ceil`,`floor`,`expand`,`trunc`,`halfCeil`,`halfFloor`,`halfExpand`,`halfTrunc`,`halfEven`],`halfExpand`),f=q(t,`roundingPriority`,`string`,[`auto`,`morePrecision`,`lessPrecision`],`auto`),p=q(t,`trailingZeroDisplay`,`string`,[`auto`,`stripIfInteger`],`auto`);u!==1&&(r=n),e.roundingIncrement=u,e.roundingMode=d,e.trailingZeroDisplay=p;let m=c!==void 0||l!==void 0,h=o!==void 0||s!==void 0,g=!0,_=!0;if(f===`auto`&&(g=m,(m||!h&&i===`compact`)&&(_=!1)),g&&(m?(e.minimumSignificantDigits=J(c,1,21,1),e.maximumSignificantDigits=J(l,e.minimumSignificantDigits,21,21)):(e.minimumSignificantDigits=1,e.maximumSignificantDigits=21)),_)if(h){if(o=J(o,0,100,void 0),s=J(s,0,100,void 0),o===void 0)F(s!==void 0,`maximumFractionDigits must be defined`),o=Math.min(n,s);else if(s===void 0)s=Math.max(r,o);else if(o>s)throw RangeError(`Invalid range, ${o} > ${s}`);e.minimumFractionDigits=o,e.maximumFractionDigits=s}else e.minimumFractionDigits=n,e.maximumFractionDigits=r;!g&&!_?(e.minimumFractionDigits=0,e.maximumFractionDigits=0,e.minimumSignificantDigits=1,e.maximumSignificantDigits=2,e.roundingType=`morePrecision`,e.roundingPriority=`morePrecision`):f===`morePrecision`?(e.roundingType=`morePrecision`,e.roundingPriority=`morePrecision`):f===`lessPrecision`?(e.roundingType=`lessPrecision`,e.roundingPriority=`lessPrecision`):m?(e.roundingType=`significantDigits`,e.roundingPriority=`auto`):(e.roundingType=`fractionDigits`,e.roundingPriority=`auto`),u!==1&&(F(e.roundingType===`fractionDigits`,`Invalid roundingType`,TypeError),F(e.maximumFractionDigits===e.minimumFractionDigits,`With roundingIncrement > 1, maximumFractionDigits and minimumFractionDigits must be equal.`,RangeError))}function it(e){return e.replace(/([a-z])/g,(e,t)=>t.toUpperCase())}let at=/[^A-Z]/;function ot(e){return e=it(e),!(e.length!==3||at.test(e))}let st=`angle-degree.area-acre.area-hectare.concentr-percent.digital-bit.digital-byte.digital-gigabit.digital-gigabyte.digital-kilobit.digital-kilobyte.digital-megabit.digital-megabyte.digital-petabyte.digital-terabit.digital-terabyte.duration-day.duration-hour.duration-millisecond.duration-minute.duration-month.duration-second.duration-week.duration-year.length-centimeter.length-foot.length-inch.length-kilometer.length-meter.length-mile-scandinavian.length-mile.length-millimeter.length-yard.mass-gram.mass-kilogram.mass-ounce.mass-pound.mass-stone.temperature-celsius.temperature-fahrenheit.volume-fluid-ounce.volume-gallon.volume-liter.volume-milliliter`.split(`.`);function ct(e){return e.slice(e.indexOf(`-`)+1)}let lt=st.map(ct);function X(e){return lt.indexOf(e)>-1}function ut(e){return e.replace(/([A-Z])/g,(e,t)=>t.toLowerCase())}function dt(e){if(e=ut(e),X(e))return!0;let t=e.split(`-per-`);if(t.length!==2)return!1;let[n,r]=t;return!(!X(n)||!X(r))}function ft(e,t=Object.create(null)){let n=q(t,`style`,`string`,[`decimal`,`percent`,`currency`,`unit`],`decimal`);e.style=n;let r=q(t,`currency`,`string`,void 0,void 0);F(r===void 0||ot(r),`Malformed currency code`,RangeError),F(n!==`currency`||r!==void 0,`currency cannot be undefined`,TypeError);let i=q(t,`currencyDisplay`,`string`,[`code`,`symbol`,`narrowSymbol`,`name`],`symbol`),a=q(t,`currencySign`,`string`,[`standard`,`accounting`],`standard`),o=q(t,`unit`,`string`,void 0,void 0);F(o===void 0||dt(o),`Invalid unit argument for Intl.NumberFormat()`,RangeError),F(n!==`unit`||o!==void 0,`unit cannot be undefined`,TypeError);let s=q(t,`unitDisplay`,`string`,[`short`,`narrow`,`long`],`short`);n===`currency`&&(e.currency=r.toUpperCase(),e.currencyDisplay=i,e.currencySign=a),n===`unit`&&(e.unit=o,e.unitDisplay=s)}function pt(e,t,n,{getInternalSlots:r,localeData:i,availableLocales:a,numberingSystemNames:o,getDefaultLocale:s,currencyDigitsData:c}){let l=me(t),u=Ze(n),d=Object.create(null);d.localeMatcher=q(u,`localeMatcher`,`string`,[`lookup`,`best fit`],`best fit`);let f=q(u,`numberingSystem`,`string`,void 0,void 0);if(f!==void 0&&o.indexOf(f)<0)throw RangeError(`Invalid numberingSystems: ${f}`);d.nu=f;let p=de(Array.from(a),l,d,[`nu`],i,s),m=i[p.dataLocale];F(!!m,`Missing locale data for ${p.dataLocale}`);let h=r(e);h.locale=p.locale,h.dataLocale=p.dataLocale,h.numberingSystem=p.nu,h.dataLocaleData=m,ft(h,u);let g=h.style,_=q(u,`notation`,`string`,[`standard`,`scientific`,`engineering`,`compact`],`standard`);h.notation=_;let v,y;if(g===`currency`&&_===`standard`){let e=h.currency,t=tt(e,{currencyDigitsData:c});v=t,y=t}else v=0,y=g===`percent`?0:3;rt(h,u,v,y,_);let b=q(u,`compactDisplay`,`string`,[`short`,`long`],`short`),x=`auto`;return _===`compact`&&(h.compactDisplay=b,x=`min2`),h.useGrouping=$e(u,`useGrouping`,[`min2`,`auto`,`always`],`always`,!1,x),h.signDisplay=q(u,`signDisplay`,`string`,[`auto`,`never`,`always`,`exceptZero`,`negative`],`auto`),e}function mt(e,t,n){return n!==void 0&&(n=Xe(n),q(n,`localeMatcher`,`string`,[`lookup`,`best fit`],`best fit`)),fe(Array.from(e),t)}function ht(e,t,n=Error){if(!e)throw new n(t)}function gt(e){return typeof e==`function`}function _t(e,t){let n;n=t===`string`?[`toString`,`valueOf`]:[`valueOf`,`toString`];for(let t of n){let n=e[t];if(gt(n)){let t=n.call(e);if(typeof t!=`object`)return t}}throw TypeError(`Cannot convert object to primitive value`)}function vt(e,t){if(typeof e==`object`&&e){let n=Symbol.toPrimitive in e?e[Symbol.toPrimitive]:void 0,r;if(n!==void 0){t===void 0?r=`default`:t===`string`?r=`string`:(ht(t===`number`,`preferredType must be "string" or "number"`),r=`number`);let i=n.call(e,r);if(typeof i!=`object`)return i;throw TypeError(`Cannot convert exotic object to primitive.`)}return t===void 0&&(t=`number`),_t(e,t)}return e}function Z(e){if(typeof e==`bigint`)return new o(e.toString());let t=vt(e,`number`);if(t===void 0)return new o(NaN);if(t===!0)return new o(1);if(t===!1||t===null)return new o(0);try{return new o(t)}catch{return new o(NaN)}}let yt={ADP:0,AFN:0,ALL:0,AMD:2,BHD:3,BIF:0,BYN:2,BYR:0,CAD:2,CHF:2,CLF:4,CLP:0,COP:0,CRC:2,CZK:2,DEFAULT:2,DJF:0,DKK:2,ESP:0,GNF:0,GYD:2,HUF:0,IDR:0,IQD:0,IRR:0,ISK:0,ITL:0,JOD:3,JPY:0,KMF:0,KPW:0,KRW:0,KWD:3,LAK:0,LBP:0,LUF:0,LYD:3,MGA:0,MGF:0,MMK:0,MNT:2,MRO:0,MUR:2,NOK:2,OMR:3,PKR:0,PYG:0,RSD:2,RWF:0,SEK:2,SLE:2,SLL:0,SOS:0,STD:0,SYP:0,TMM:0,TND:3,TRL:0,TWD:2,TZS:2,UGX:0,UYI:0,UYW:4,UZS:2,VEF:2,VND:0,VUV:0,XAD:2,XAF:0,XAU:2,XOF:0,XPF:0,YER:0,ZMK:0,ZWD:0},bt=`adlm.ahom.arab.arabext.armn.armnlow.bali.beng.bhks.brah.cakm.cham.cyrl.deva.diak.ethi.fullwide.gara.geor.gong.gonm.grek.greklow.gujr.gukh.guru.hanidays.hanidec.hans.hansfin.hant.hantfin.hebr.hmng.hmnp.java.jpan.jpanfin.jpanyear.kali.kawi.khmr.knda.krai.lana.lanatham.laoo.latn.lepc.limb.mathbold.mathdbl.mathmono.mathsanb.mathsans.mlym.modi.mong.mroo.mtei.mymr.mymrepka.mymrpao.mymrshan.mymrtlng.nagm.newa.nkoo.olck.onao.orya.osma.outlined.rohg.roman.romanlow.saur.segment.shrd.sind.sinh.sora.sund.sunu.takr.talu.taml.tamldec.telu.thai.tibt.tirh.tnsa.tols.vaii.wara.wcho`.split(`.`),xt=new WeakMap;function Q(e){let t=xt.get(e);return t||(t=Object.create(null),xt.set(e,t)),t}let St=[`locale`,`numberingSystem`,`style`,`currency`,`currencyDisplay`,`currencySign`,`unit`,`unitDisplay`,`minimumIntegerDigits`,`minimumFractionDigits`,`maximumFractionDigits`,`minimumSignificantDigits`,`maximumSignificantDigits`,`useGrouping`,`notation`,`compactDisplay`,`signDisplay`,`roundingIncrement`,`roundingMode`,`trailingZeroDisplay`],$=function(e,t){if(!this||!D($,this))return new $(e,t);pt(this,e,t,{getInternalSlots:Q,localeData:$.localeData,availableLocales:$.availableLocales,getDefaultLocale:$.getDefaultLocale,currencyDigitsData:yt,numberingSystemNames:bt});let n=Q(this),r=n.dataLocale,i=$.localeData[r];return F(i!==void 0,`Cannot load locale-dependent data for ${r}.`),n.pl=Ce(r,{minimumFractionDigits:n.minimumFractionDigits,maximumFractionDigits:n.maximumFractionDigits,minimumIntegerDigits:n.minimumIntegerDigits,minimumSignificantDigits:n.minimumSignificantDigits,maximumSignificantDigits:n.maximumSignificantDigits}),this};function Ct(e){return Ye(this,Z(e),{getInternalSlots:Q})}function wt(e,t){return Ke(this,Z(e),Z(t),{getInternalSlots:Q})}function Tt(e,t){return qe(this,Z(e),Z(t),{getInternalSlots:Q})}try{Object.defineProperty(Ct,"name",{value:`formatToParts`,enumerable:!1,writable:!1,configurable:!0})}catch{}P($.prototype,`formatToParts`,{value:Ct}),P($.prototype,`formatRange`,{value:wt}),P($.prototype,`formatRangeToParts`,{value:Tt}),P($.prototype,`resolvedOptions`,{value:function(){if(typeof this!=`object`||!D($,this))throw TypeError(`Method Intl.NumberFormat.prototype.resolvedOptions called on incompatible receiver`);let e=Q(this),t={};for(let n of St){let r=e[n];r!==void 0&&(t[n]=r)}return e.roundingType===`morePrecision`?t.roundingPriority=`morePrecision`:e.roundingType===`lessPrecision`?t.roundingPriority=`lessPrecision`:t.roundingPriority=`auto`,t}});let Et={enumerable:!1,configurable:!0,get(){if(typeof this!=`object`||!D($,this))throw TypeError(`Intl.NumberFormat format property accessor called on incompatible receiver`);let e=Q(this),t=e.boundFormat;if(t===void 0){t=t=>G(e,Z(t));try{Object.defineProperty(t,"name",{configurable:!0,enumerable:!1,writable:!1,value:``})}catch{}e.boundFormat=t}return t}};try{Object.defineProperty(Et.get,"name",{configurable:!0,enumerable:!1,writable:!1,value:`get format`})}catch{}Object.defineProperty($.prototype,"format",Et),P($,`supportedLocalesOf`,{value:function(e,t){return mt($.availableLocales,me(e),t)}}),$.__addLocaleData=function(...e){for(let{data:t,locale:n}of e){let e=new Intl.Locale(n).minimize().toString();$.localeData[n]=$.localeData[e]=t,$.availableLocales.add(e),$.availableLocales.add(n),$.__defaultLocale||=e}},$.__addUnitData=function(e,t){let{[e]:n}=$.localeData;if(!n)throw Error(`Locale data for "${e}" has not been loaded in NumberFormat.
|
|
3
|
+
Please __addLocaleData before adding additional unit data`);for(let e in t.simple)n.units.simple[e]=t.simple[e];for(let e in t.compound)n.units.compound[e]=t.compound[e]},$.__defaultLocale=``,$.localeData={},$.availableLocales=new Set,$.getDefaultLocale=()=>$.__defaultLocale,$.polyfilled=!0;try{typeof Symbol<`u`&&Object.defineProperty($.prototype,Symbol.toStringTag,{configurable:!0,enumerable:!1,writable:!1,value:`Intl.NumberFormat`}),Object.defineProperty($.prototype.constructor,"length",{configurable:!0,enumerable:!1,writable:!1,value:0}),Object.defineProperty($.supportedLocalesOf,"length",{configurable:!0,enumerable:!1,writable:!1,value:1}),Object.defineProperty($,"prototype",{configurable:!1,enumerable:!1,writable:!1,value:$.prototype})}catch{}function Dt(e,t,n){return new $(t,n).format(e)}P(Se(),`NumberFormat`,{value:$}),P(Number.prototype,`toLocaleString`,{value:function(e,t){return Dt(this,e,t)}}),typeof BigInt<`u`&&P(BigInt.prototype,`toLocaleString`,{value:function(e,t){return Dt(this,e,t)}});let Ot=globalThis.__FORMATJS_NUMBERFORMAT_DATA__;if(Ot){for(let e of Ot)$.__addLocaleData(e);delete globalThis.__FORMATJS_NUMBERFORMAT_DATA__}Intl.NumberFormat&&typeof Intl.NumberFormat.__addLocaleData==`function`?Intl.NumberFormat.__addLocaleData({data:{currencies:{ADP:{displayName:{one:`Andorran peseta`,other:`Andorran pesetas`},narrow:`ADP`,symbol:`ADP`},AED:{displayName:{one:`UAE dirham`,other:`UAE dirhams`},narrow:`AED`,symbol:`AED`},AFA:{displayName:{one:`Afghan afghani (1927–2002)`,other:`Afghan afghanis (1927–2002)`},narrow:`AFA`,symbol:`AFA`},AFN:{displayName:{one:`Afghan Afghani`,other:`Afghan Afghanis`},narrow:`؋`,symbol:`AFN`},ALK:{displayName:{one:`Albanian lek (1946–1965)`,other:`Albanian lekë (1946–1965)`},narrow:`ALK`,symbol:`ALK`},ALL:{displayName:{one:`Albanian lek`,other:`Albanian lekë`},narrow:`ALL`,symbol:`ALL`},AMD:{displayName:{one:`Armenian dram`,other:`Armenian drams`},narrow:`֏`,symbol:`AMD`},ANG:{displayName:{one:`Netherlands Antillean guilder`,other:`Netherlands Antillean guilders`},narrow:`ANG`,symbol:`ANG`},AOA:{displayName:{one:`Angolan kwanza`,other:`Angolan kwanzas`},narrow:`Kz`,symbol:`AOA`},AOK:{displayName:{one:`Angolan kwanza (1977–1991)`,other:`Angolan kwanzas (1977–1991)`},narrow:`AOK`,symbol:`AOK`},AON:{displayName:{one:`Angolan new kwanza (1990–2000)`,other:`Angolan new kwanzas (1990–2000)`},narrow:`AON`,symbol:`AON`},AOR:{displayName:{one:`Angolan readjusted kwanza (1995–1999)`,other:`Angolan readjusted kwanzas (1995–1999)`},narrow:`AOR`,symbol:`AOR`},ARA:{displayName:{one:`Argentine austral`,other:`Argentine australs`},narrow:`ARA`,symbol:`ARA`},ARL:{displayName:{one:`Argentine peso ley (1970–1983)`,other:`Argentine pesos ley (1970–1983)`},narrow:`ARL`,symbol:`ARL`},ARM:{displayName:{one:`Argentine peso (1881–1970)`,other:`Argentine pesos (1881–1970)`},narrow:`ARM`,symbol:`ARM`},ARP:{displayName:{one:`Argentine peso (1983–1985)`,other:`Argentine pesos (1983–1985)`},narrow:`ARP`,symbol:`ARP`},ARS:{displayName:{one:`Argentine peso`,other:`Argentine pesos`},narrow:`$`,symbol:`ARS`},ATS:{displayName:{one:`Austrian schilling`,other:`Austrian schillings`},narrow:`ATS`,symbol:`ATS`},AUD:{displayName:{one:`Australian dollar`,other:`Australian dollars`},narrow:`$`,symbol:`A$`},AWG:{displayName:{other:`Aruban florin`},narrow:`AWG`,symbol:`AWG`},AZM:{displayName:{one:`Azerbaijani manat (1993–2006)`,other:`Azerbaijani manats (1993–2006)`},narrow:`AZM`,symbol:`AZM`},AZN:{displayName:{one:`Azerbaijani manat`,other:`Azerbaijani manats`},narrow:`₼`,symbol:`AZN`},BAD:{displayName:{one:`Bosnia-Herzegovina dinar (1992–1994)`,other:`Bosnia-Herzegovina dinars (1992–1994)`},narrow:`BAD`,symbol:`BAD`},BAM:{displayName:{one:`Bosnia-Herzegovina convertible mark`,other:`Bosnia-Herzegovina convertible marks`},narrow:`KM`,symbol:`BAM`},BAN:{displayName:{one:`Bosnia-Herzegovina new dinar (1994–1997)`,other:`Bosnia-Herzegovina new dinars (1994–1997)`},narrow:`BAN`,symbol:`BAN`},BBD:{displayName:{one:`Barbadian dollar`,other:`Barbadian dollars`},narrow:`$`,symbol:`BBD`},BDT:{displayName:{one:`Bangladeshi taka`,other:`Bangladeshi takas`},narrow:`৳`,symbol:`BDT`},BEC:{displayName:{one:`Belgian franc (convertible)`,other:`Belgian francs (convertible)`},narrow:`BEC`,symbol:`BEC`},BEF:{displayName:{one:`Belgian franc`,other:`Belgian francs`},narrow:`BEF`,symbol:`BEF`},BEL:{displayName:{one:`Belgian franc (financial)`,other:`Belgian francs (financial)`},narrow:`BEL`,symbol:`BEL`},BGL:{displayName:{one:`Bulgarian hard lev`,other:`Bulgarian hard leva`},narrow:`BGL`,symbol:`BGL`},BGM:{displayName:{one:`Bulgarian socialist lev`,other:`Bulgarian socialist leva`},narrow:`BGM`,symbol:`BGM`},BGN:{displayName:{one:`Bulgarian lev`,other:`Bulgarian leva`},narrow:`BGN`,symbol:`BGN`},BGO:{displayName:{one:`Bulgarian lev (1879–1952)`,other:`Bulgarian leva (1879–1952)`},narrow:`BGO`,symbol:`BGO`},BHD:{displayName:{one:`Bahraini dinar`,other:`Bahraini dinars`},narrow:`BHD`,symbol:`BHD`},BIF:{displayName:{one:`Burundian franc`,other:`Burundian francs`},narrow:`BIF`,symbol:`BIF`},BMD:{displayName:{one:`Bermudan dollar`,other:`Bermudan dollars`},narrow:`$`,symbol:`BMD`},BND:{displayName:{one:`Brunei dollar`,other:`Brunei dollars`},narrow:`$`,symbol:`BND`},BOB:{displayName:{one:`Bolivian boliviano`,other:`Bolivian bolivianos`},narrow:`Bs`,symbol:`BOB`},BOL:{displayName:{one:`Bolivian boliviano (1863–1963)`,other:`Bolivian bolivianos (1863–1963)`},narrow:`BOL`,symbol:`BOL`},BOP:{displayName:{one:`Bolivian peso`,other:`Bolivian pesos`},narrow:`BOP`,symbol:`BOP`},BOV:{displayName:{one:`Bolivian mvdol`,other:`Bolivian mvdols`},narrow:`BOV`,symbol:`BOV`},BRB:{displayName:{one:`Brazilian new cruzeiro (1967–1986)`,other:`Brazilian new cruzeiros (1967–1986)`},narrow:`BRB`,symbol:`BRB`},BRC:{displayName:{one:`Brazilian cruzado (1986–1989)`,other:`Brazilian cruzados (1986–1989)`},narrow:`BRC`,symbol:`BRC`},BRE:{displayName:{one:`Brazilian cruzeiro (1990–1993)`,other:`Brazilian cruzeiros (1990–1993)`},narrow:`BRE`,symbol:`BRE`},BRL:{displayName:{one:`Brazilian real`,other:`Brazilian reals`},narrow:`R$`,symbol:`R$`},BRN:{displayName:{one:`Brazilian new cruzado (1989–1990)`,other:`Brazilian new cruzados (1989–1990)`},narrow:`BRN`,symbol:`BRN`},BRR:{displayName:{one:`Brazilian cruzeiro (1993–1994)`,other:`Brazilian cruzeiros (1993–1994)`},narrow:`BRR`,symbol:`BRR`},BRZ:{displayName:{one:`Brazilian cruzeiro (1942–1967)`,other:`Brazilian cruzeiros (1942–1967)`},narrow:`BRZ`,symbol:`BRZ`},BSD:{displayName:{one:`Bahamian dollar`,other:`Bahamian dollars`},narrow:`$`,symbol:`BSD`},BTN:{displayName:{one:`Bhutanese ngultrum`,other:`Bhutanese ngultrums`},narrow:`BTN`,symbol:`BTN`},BUK:{displayName:{one:`Burmese kyat`,other:`Burmese kyats`},narrow:`BUK`,symbol:`BUK`},BWP:{displayName:{one:`Botswanan pula`,other:`Botswanan pulas`},narrow:`P`,symbol:`BWP`},BYB:{displayName:{one:`Belarusian ruble (1994–1999)`,other:`Belarusian rubles (1994–1999)`},narrow:`BYB`,symbol:`BYB`},BYN:{displayName:{one:`Belarusian ruble`,other:`Belarusian rubles`},narrow:`BYN`,symbol:`BYN`},BYR:{displayName:{one:`Belarusian ruble (2000–2016)`,other:`Belarusian rubles (2000–2016)`},narrow:`BYR`,symbol:`BYR`},BZD:{displayName:{one:`Belize dollar`,other:`Belize dollars`},narrow:`$`,symbol:`BZD`},CAD:{displayName:{one:`Canadian dollar`,other:`Canadian dollars`},narrow:`$`,symbol:`CA$`},CDF:{displayName:{one:`Congolese franc`,other:`Congolese francs`},narrow:`CDF`,symbol:`CDF`},CHE:{displayName:{one:`WIR euro`,other:`WIR euros`},narrow:`CHE`,symbol:`CHE`},CHF:{displayName:{one:`Swiss franc`,other:`Swiss francs`},narrow:`CHF`,symbol:`CHF`},CHW:{displayName:{one:`WIR franc`,other:`WIR francs`},narrow:`CHW`,symbol:`CHW`},CLE:{displayName:{one:`Chilean escudo`,other:`Chilean escudos`},narrow:`CLE`,symbol:`CLE`},CLF:{displayName:{one:`Chilean unit of account (UF)`,other:`Chilean units of account (UF)`},narrow:`CLF`,symbol:`CLF`},CLP:{displayName:{one:`Chilean peso`,other:`Chilean pesos`},narrow:`$`,symbol:`CLP`},CNH:{displayName:{other:`Chinese yuan (offshore)`},narrow:`CNH`,symbol:`CNH`},CNX:{displayName:{one:`Chinese People’s Bank dollar`,other:`Chinese People’s Bank dollars`},narrow:`CNX`,symbol:`CNX`},CNY:{displayName:{other:`Chinese yuan`},narrow:`¥`,symbol:`CN¥`},COP:{displayName:{one:`Colombian peso`,other:`Colombian pesos`},narrow:`$`,symbol:`COP`},COU:{displayName:{one:`Colombian real value unit`,other:`Colombian real value units`},narrow:`COU`,symbol:`COU`},CRC:{displayName:{one:`Costa Rican colón`,other:`Costa Rican colóns`},narrow:`₡`,symbol:`CRC`},CSD:{displayName:{one:`Serbian dinar (2002–2006)`,other:`Serbian dinars (2002–2006)`},narrow:`CSD`,symbol:`CSD`},CSK:{displayName:{one:`Czechoslovak hard koruna`,other:`Czechoslovak hard korunas`},narrow:`CSK`,symbol:`CSK`},CUC:{displayName:{one:`Cuban convertible peso`,other:`Cuban convertible pesos`},narrow:`$`,symbol:`CUC`},CUP:{displayName:{one:`Cuban peso`,other:`Cuban pesos`},narrow:`$`,symbol:`CUP`},CVE:{displayName:{one:`Cape Verdean escudo`,other:`Cape Verdean escudos`},narrow:`CVE`,symbol:`CVE`},CYP:{displayName:{one:`Cypriot pound`,other:`Cypriot pounds`},narrow:`CYP`,symbol:`CYP`},CZK:{displayName:{one:`Czech koruna`,other:`Czech korunas`},narrow:`Kč`,symbol:`CZK`},DDM:{displayName:{one:`East German mark`,other:`East German marks`},narrow:`DDM`,symbol:`DDM`},DEM:{displayName:{one:`German mark`,other:`German marks`},narrow:`DEM`,symbol:`DEM`},DJF:{displayName:{one:`Djiboutian franc`,other:`Djiboutian francs`},narrow:`DJF`,symbol:`DJF`},DKK:{displayName:{one:`Danish krone`,other:`Danish kroner`},narrow:`kr`,symbol:`DKK`},DOP:{displayName:{one:`Dominican peso`,other:`Dominican pesos`},narrow:`$`,symbol:`DOP`},DZD:{displayName:{one:`Algerian dinar`,other:`Algerian dinars`},narrow:`DZD`,symbol:`DZD`},ECS:{displayName:{one:`Ecuadorian sucre`,other:`Ecuadorian sucres`},narrow:`ECS`,symbol:`ECS`},ECV:{displayName:{one:`Ecuadorian unit of constant value`,other:`Ecuadorian units of constant value`},narrow:`ECV`,symbol:`ECV`},EEK:{displayName:{one:`Estonian kroon`,other:`Estonian kroons`},narrow:`EEK`,symbol:`EEK`},EGP:{displayName:{one:`Egyptian pound`,other:`Egyptian pounds`},narrow:`E£`,symbol:`EGP`},ERN:{displayName:{one:`Eritrean nakfa`,other:`Eritrean nakfas`},narrow:`ERN`,symbol:`ERN`},ESA:{displayName:{one:`Spanish peseta (A account)`,other:`Spanish pesetas (A account)`},narrow:`ESA`,symbol:`ESA`},ESB:{displayName:{one:`Spanish peseta (convertible account)`,other:`Spanish pesetas (convertible account)`},narrow:`ESB`,symbol:`ESB`},ESP:{displayName:{one:`Spanish peseta`,other:`Spanish pesetas`},narrow:`₧`,symbol:`ESP`},ETB:{displayName:{one:`Ethiopian birr`,other:`Ethiopian birrs`},narrow:`ETB`,symbol:`ETB`},EUR:{displayName:{one:`euro`,other:`euros`},narrow:`€`,symbol:`€`},FIM:{displayName:{one:`Finnish markka`,other:`Finnish markkas`},narrow:`FIM`,symbol:`FIM`},FJD:{displayName:{one:`Fijian dollar`,other:`Fijian dollars`},narrow:`$`,symbol:`FJD`},FKP:{displayName:{one:`Falkland Islands pound`,other:`Falkland Islands pounds`},narrow:`£`,symbol:`FKP`},FRF:{displayName:{one:`French franc`,other:`French francs`},narrow:`FRF`,symbol:`FRF`},GBP:{displayName:{one:`British pound`,other:`British pounds`},narrow:`£`,symbol:`£`},GEK:{displayName:{one:`Georgian kupon larit`,other:`Georgian kupon larits`},narrow:`GEK`,symbol:`GEK`},GEL:{displayName:{one:`Georgian lari`,other:`Georgian laris`},narrow:`₾`,symbol:`GEL`},GHC:{displayName:{one:`Ghanaian cedi (1979–2007)`,other:`Ghanaian cedis (1979–2007)`},narrow:`GHC`,symbol:`GHC`},GHS:{displayName:{one:`Ghanaian cedi`,other:`Ghanaian cedis`},narrow:`GH₵`,symbol:`GHS`},GIP:{displayName:{one:`Gibraltar pound`,other:`Gibraltar pounds`},narrow:`£`,symbol:`GIP`},GMD:{displayName:{one:`Gambian dalasi`,other:`Gambian dalasis`},narrow:`GMD`,symbol:`GMD`},GNF:{displayName:{one:`Guinean franc`,other:`Guinean francs`},narrow:`FG`,symbol:`GNF`},GNS:{displayName:{one:`Guinean syli`,other:`Guinean sylis`},narrow:`GNS`,symbol:`GNS`},GQE:{displayName:{other:`Equatorial Guinean ekwele`},narrow:`GQE`,symbol:`GQE`},GRD:{displayName:{one:`Greek drachma`,other:`Greek drachmas`},narrow:`GRD`,symbol:`GRD`},GTQ:{displayName:{one:`Guatemalan quetzal`,other:`Guatemalan quetzals`},narrow:`Q`,symbol:`GTQ`},GWE:{displayName:{one:`Portuguese Guinea escudo`,other:`Portuguese Guinea escudos`},narrow:`GWE`,symbol:`GWE`},GWP:{displayName:{one:`Guinea-Bissau peso`,other:`Guinea-Bissau pesos`},narrow:`GWP`,symbol:`GWP`},GYD:{displayName:{one:`Guyanaese dollar`,other:`Guyanaese dollars`},narrow:`$`,symbol:`GYD`},HKD:{displayName:{one:`Hong Kong dollar`,other:`Hong Kong dollars`},narrow:`$`,symbol:`HK$`},HNL:{displayName:{one:`Honduran lempira`,other:`Honduran lempiras`},narrow:`L`,symbol:`HNL`},HRD:{displayName:{one:`Croatian dinar`,other:`Croatian dinars`},narrow:`HRD`,symbol:`HRD`},HRK:{displayName:{one:`Croatian kuna`,other:`Croatian kunas`},narrow:`kn`,symbol:`HRK`},HTG:{displayName:{one:`Haitian gourde`,other:`Haitian gourdes`},narrow:`HTG`,symbol:`HTG`},HUF:{displayName:{one:`Hungarian forint`,other:`Hungarian forints`},narrow:`Ft`,symbol:`HUF`},IDR:{displayName:{one:`Indonesian rupiah`,other:`Indonesian rupiahs`},narrow:`Rp`,symbol:`IDR`},IEP:{displayName:{one:`Irish pound`,other:`Irish pounds`},narrow:`IEP`,symbol:`IEP`},ILP:{displayName:{one:`Israeli pound`,other:`Israeli pounds`},narrow:`ILP`,symbol:`ILP`},ILR:{displayName:{one:`Israeli shekel (1980–1985)`,other:`Israeli shekels (1980–1985)`},narrow:`ILR`,symbol:`ILR`},ILS:{displayName:{one:`Israeli new shekel`,other:`Israeli new shekels`},narrow:`₪`,symbol:`₪`},INR:{displayName:{one:`Indian rupee`,other:`Indian rupees`},narrow:`₹`,symbol:`₹`},IQD:{displayName:{one:`Iraqi dinar`,other:`Iraqi dinars`},narrow:`IQD`,symbol:`IQD`},IRR:{displayName:{one:`Iranian rial`,other:`Iranian rials`},narrow:`IRR`,symbol:`IRR`},ISJ:{displayName:{one:`Icelandic króna (1918–1981)`,other:`Icelandic krónur (1918–1981)`},narrow:`ISJ`,symbol:`ISJ`},ISK:{displayName:{one:`Icelandic króna`,other:`Icelandic krónur`},narrow:`kr`,symbol:`ISK`},ITL:{displayName:{one:`Italian lira`,other:`Italian liras`},narrow:`ITL`,symbol:`ITL`},JMD:{displayName:{one:`Jamaican dollar`,other:`Jamaican dollars`},narrow:`$`,symbol:`JMD`},JOD:{displayName:{one:`Jordanian dinar`,other:`Jordanian dinars`},narrow:`JOD`,symbol:`JOD`},JPY:{displayName:{other:`Japanese yen`},narrow:`¥`,symbol:`¥`},KES:{displayName:{one:`Kenyan shilling`,other:`Kenyan shillings`},narrow:`KES`,symbol:`KES`},KGS:{displayName:{one:`Kyrgyz som`,other:`Kyrgyz soms`},narrow:`⃀`,symbol:`KGS`},KHR:{displayName:{one:`Cambodian riel`,other:`Cambodian riels`},narrow:`៛`,symbol:`KHR`},KMF:{displayName:{one:`Comorian franc`,other:`Comorian francs`},narrow:`CF`,symbol:`KMF`},KPW:{displayName:{other:`North Korean won`},narrow:`₩`,symbol:`KPW`},KRH:{displayName:{other:`South Korean hwan (1953–1962)`},narrow:`KRH`,symbol:`KRH`},KRO:{displayName:{other:`South Korean won (1945–1953)`},narrow:`KRO`,symbol:`KRO`},KRW:{displayName:{other:`South Korean won`},narrow:`₩`,symbol:`₩`},KWD:{displayName:{one:`Kuwaiti dinar`,other:`Kuwaiti dinars`},narrow:`KWD`,symbol:`KWD`},KYD:{displayName:{one:`Cayman Islands dollar`,other:`Cayman Islands dollars`},narrow:`$`,symbol:`KYD`},KZT:{displayName:{one:`Kazakhstani tenge`,other:`Kazakhstani tenges`},narrow:`₸`,symbol:`KZT`},LAK:{displayName:{one:`Laotian kip`,other:`Laotian kips`},narrow:`₭`,symbol:`LAK`},LBP:{displayName:{one:`Lebanese pound`,other:`Lebanese pounds`},narrow:`L£`,symbol:`LBP`},LKR:{displayName:{one:`Sri Lankan rupee`,other:`Sri Lankan rupees`},narrow:`Rs`,symbol:`LKR`},LRD:{displayName:{one:`Liberian dollar`,other:`Liberian dollars`},narrow:`$`,symbol:`LRD`},LSL:{displayName:{one:`Lesotho loti`,other:`Lesotho lotis`},narrow:`LSL`,symbol:`LSL`},LTL:{displayName:{one:`Lithuanian litas`,other:`Lithuanian litai`},narrow:`Lt`,symbol:`LTL`},LTT:{displayName:{one:`Lithuanian talonas`,other:`Lithuanian talonases`},narrow:`LTT`,symbol:`LTT`},LUC:{displayName:{one:`Luxembourgian convertible franc`,other:`Luxembourgian convertible francs`},narrow:`LUC`,symbol:`LUC`},LUF:{displayName:{one:`Luxembourgian franc`,other:`Luxembourgian francs`},narrow:`LUF`,symbol:`LUF`},LUL:{displayName:{one:`Luxembourg financial franc`,other:`Luxembourg financial francs`},narrow:`LUL`,symbol:`LUL`},LVL:{displayName:{one:`Latvian lats`,other:`Latvian lati`},narrow:`Ls`,symbol:`LVL`},LVR:{displayName:{one:`Latvian ruble`,other:`Latvian rubles`},narrow:`LVR`,symbol:`LVR`},LYD:{displayName:{one:`Libyan dinar`,other:`Libyan dinars`},narrow:`LYD`,symbol:`LYD`},MAD:{displayName:{one:`Moroccan dirham`,other:`Moroccan dirhams`},narrow:`MAD`,symbol:`MAD`},MAF:{displayName:{one:`Moroccan franc`,other:`Moroccan francs`},narrow:`MAF`,symbol:`MAF`},MCF:{displayName:{one:`Monegasque franc`,other:`Monegasque francs`},narrow:`MCF`,symbol:`MCF`},MDC:{displayName:{other:`Moldovan cupon`},narrow:`MDC`,symbol:`MDC`},MDL:{displayName:{one:`Moldovan leu`,other:`Moldovan lei`},narrow:`MDL`,symbol:`MDL`},MGA:{displayName:{one:`Malagasy ariary`,other:`Malagasy ariaries`},narrow:`Ar`,symbol:`MGA`},MGF:{displayName:{one:`Malagasy franc`,other:`Malagasy francs`},narrow:`MGF`,symbol:`MGF`},MKD:{displayName:{one:`Macedonian denar`,other:`Macedonian denari`},narrow:`MKD`,symbol:`MKD`},MKN:{displayName:{one:`Macedonian denar (1992–1993)`,other:`Macedonian denari (1992–1993)`},narrow:`MKN`,symbol:`MKN`},MLF:{displayName:{one:`Malian franc`,other:`Malian francs`},narrow:`MLF`,symbol:`MLF`},MMK:{displayName:{one:`Myanmar kyat`,other:`Myanmar kyats`},narrow:`K`,symbol:`MMK`},MNT:{displayName:{one:`Mongolian tugrik`,other:`Mongolian tugriks`},narrow:`₮`,symbol:`MNT`},MOP:{displayName:{one:`Macanese pataca`,other:`Macanese patacas`},narrow:`MOP`,symbol:`MOP`},MRO:{displayName:{one:`Mauritanian ouguiya (1973–2017)`,other:`Mauritanian ouguiyas (1973–2017)`},narrow:`MRO`,symbol:`MRO`},MRU:{displayName:{one:`Mauritanian ouguiya`,other:`Mauritanian ouguiyas`},narrow:`MRU`,symbol:`MRU`},MTL:{displayName:{other:`Maltese lira`},narrow:`MTL`,symbol:`MTL`},MTP:{displayName:{one:`Maltese pound`,other:`Maltese pounds`},narrow:`MTP`,symbol:`MTP`},MUR:{displayName:{one:`Mauritian rupee`,other:`Mauritian rupees`},narrow:`Rs`,symbol:`MUR`},MVP:{displayName:{one:`Maldivian rupee (1947–1981)`,other:`Maldivian rupees (1947–1981)`},narrow:`MVP`,symbol:`MVP`},MVR:{displayName:{one:`Maldivian rufiyaa`,other:`Maldivian rufiyaas`},narrow:`MVR`,symbol:`MVR`},MWK:{displayName:{one:`Malawian kwacha`,other:`Malawian kwachas`},narrow:`MWK`,symbol:`MWK`},MXN:{displayName:{one:`Mexican peso`,other:`Mexican pesos`},narrow:`$`,symbol:`MX$`},MXP:{displayName:{one:`Mexican silver peso (1861–1992)`,other:`Mexican silver pesos (1861–1992)`},narrow:`MXP`,symbol:`MXP`},MXV:{displayName:{one:`Mexican investment unit`,other:`Mexican investment units`},narrow:`MXV`,symbol:`MXV`},MYR:{displayName:{one:`Malaysian ringgit`,other:`Malaysian ringgits`},narrow:`RM`,symbol:`MYR`},MZE:{displayName:{one:`Mozambican escudo`,other:`Mozambican escudos`},narrow:`MZE`,symbol:`MZE`},MZM:{displayName:{one:`Mozambican metical (1980–2006)`,other:`Mozambican meticals (1980–2006)`},narrow:`MZM`,symbol:`MZM`},MZN:{displayName:{one:`Mozambican metical`,other:`Mozambican meticals`},narrow:`MZN`,symbol:`MZN`},NAD:{displayName:{one:`Namibian dollar`,other:`Namibian dollars`},narrow:`$`,symbol:`NAD`},NGN:{displayName:{one:`Nigerian naira`,other:`Nigerian nairas`},narrow:`₦`,symbol:`NGN`},NIC:{displayName:{one:`Nicaraguan córdoba (1988–1991)`,other:`Nicaraguan córdobas (1988–1991)`},narrow:`NIC`,symbol:`NIC`},NIO:{displayName:{one:`Nicaraguan córdoba`,other:`Nicaraguan córdobas`},narrow:`C$`,symbol:`NIO`},NLG:{displayName:{one:`Dutch guilder`,other:`Dutch guilders`},narrow:`NLG`,symbol:`NLG`},NOK:{displayName:{one:`Norwegian krone`,other:`Norwegian kroner`},narrow:`kr`,symbol:`NOK`},NPR:{displayName:{one:`Nepalese rupee`,other:`Nepalese rupees`},narrow:`Rs`,symbol:`NPR`},NZD:{displayName:{one:`New Zealand dollar`,other:`New Zealand dollars`},narrow:`$`,symbol:`NZ$`},OMR:{displayName:{one:`Omani rial`,other:`Omani rials`},narrow:`OMR`,symbol:`OMR`},PAB:{displayName:{one:`Panamanian balboa`,other:`Panamanian balboas`},narrow:`PAB`,symbol:`PAB`},PEI:{displayName:{one:`Peruvian inti`,other:`Peruvian intis`},narrow:`PEI`,symbol:`PEI`},PEN:{displayName:{one:`Peruvian sol`,other:`Peruvian soles`},narrow:`PEN`,symbol:`PEN`},PES:{displayName:{one:`Peruvian sol (1863–1965)`,other:`Peruvian soles (1863–1965)`},narrow:`PES`,symbol:`PES`},PGK:{displayName:{other:`Papua New Guinean kina`},narrow:`PGK`,symbol:`PGK`},PHP:{displayName:{one:`Philippine peso`,other:`Philippine pesos`},narrow:`₱`,symbol:`₱`},PKR:{displayName:{one:`Pakistani rupee`,other:`Pakistani rupees`},narrow:`Rs`,symbol:`PKR`},PLN:{displayName:{one:`Polish zloty`,other:`Polish zlotys`},narrow:`zł`,symbol:`PLN`},PLZ:{displayName:{one:`Polish zloty (PLZ)`,other:`Polish zlotys (PLZ)`},narrow:`PLZ`,symbol:`PLZ`},PTE:{displayName:{one:`Portuguese escudo`,other:`Portuguese escudos`},narrow:`PTE`,symbol:`PTE`},PYG:{displayName:{one:`Paraguayan guarani`,other:`Paraguayan guaranis`},narrow:`₲`,symbol:`PYG`},QAR:{displayName:{one:`Qatari riyal`,other:`Qatari riyals`},narrow:`QAR`,symbol:`QAR`},RHD:{displayName:{one:`Rhodesian dollar`,other:`Rhodesian dollars`},narrow:`RHD`,symbol:`RHD`},ROL:{displayName:{one:`Romanian leu (1952–2006)`,other:`Romanian Lei (1952–2006)`},narrow:`ROL`,symbol:`ROL`},RON:{displayName:{one:`Romanian leu`,other:`Romanian lei`},narrow:`lei`,symbol:`RON`},RSD:{displayName:{one:`Serbian dinar`,other:`Serbian dinars`},narrow:`RSD`,symbol:`RSD`},RUB:{displayName:{one:`Russian ruble`,other:`Russian rubles`},narrow:`₽`,symbol:`RUB`},RUR:{displayName:{one:`Russian ruble (1991–1998)`,other:`Russian rubles (1991–1998)`},narrow:`RUR`,symbol:`RUR`},RWF:{displayName:{one:`Rwandan franc`,other:`Rwandan francs`},narrow:`RF`,symbol:`RWF`},SAR:{displayName:{one:`Saudi riyal`,other:`Saudi riyals`},narrow:`SAR`,symbol:`SAR`},SBD:{displayName:{one:`Solomon Islands dollar`,other:`Solomon Islands dollars`},narrow:`$`,symbol:`SBD`},SCR:{displayName:{one:`Seychellois rupee`,other:`Seychellois rupees`},narrow:`SCR`,symbol:`SCR`},SDD:{displayName:{one:`Sudanese dinar (1992–2007)`,other:`Sudanese dinars (1992–2007)`},narrow:`SDD`,symbol:`SDD`},SDG:{displayName:{one:`Sudanese pound`,other:`Sudanese pounds`},narrow:`SDG`,symbol:`SDG`},SDP:{displayName:{one:`Sudanese pound (1957–1998)`,other:`Sudanese pounds (1957–1998)`},narrow:`SDP`,symbol:`SDP`},SEK:{displayName:{one:`Swedish krona`,other:`Swedish kronor`},narrow:`kr`,symbol:`SEK`},SGD:{displayName:{one:`Singapore dollar`,other:`Singapore dollars`},narrow:`$`,symbol:`SGD`},SHP:{displayName:{one:`St. Helena pound`,other:`St. Helena pounds`},narrow:`£`,symbol:`SHP`},SIT:{displayName:{one:`Slovenian tolar`,other:`Slovenian tolars`},narrow:`SIT`,symbol:`SIT`},SKK:{displayName:{one:`Slovak koruna`,other:`Slovak korunas`},narrow:`SKK`,symbol:`SKK`},SLE:{displayName:{one:`Sierra Leonean leone`,other:`Sierra Leonean leones`},narrow:`SLE`,symbol:`SLE`},SLL:{displayName:{one:`Sierra Leonean leone (1964—2022)`,other:`Sierra Leonean leones (1964—2022)`},narrow:`SLL`,symbol:`SLL`},SOS:{displayName:{one:`Somali shilling`,other:`Somali shillings`},narrow:`SOS`,symbol:`SOS`},SRD:{displayName:{one:`Surinamese dollar`,other:`Surinamese dollars`},narrow:`$`,symbol:`SRD`},SRG:{displayName:{one:`Surinamese guilder`,other:`Surinamese guilders`},narrow:`SRG`,symbol:`SRG`},SSP:{displayName:{one:`South Sudanese pound`,other:`South Sudanese pounds`},narrow:`£`,symbol:`SSP`},STD:{displayName:{one:`São Tomé & Príncipe dobra (1977–2017)`,other:`São Tomé & Príncipe dobras (1977–2017)`},narrow:`STD`,symbol:`STD`},STN:{displayName:{one:`São Tomé & Príncipe dobra`,other:`São Tomé & Príncipe dobras`},narrow:`Db`,symbol:`STN`},SUR:{displayName:{one:`Soviet rouble`,other:`Soviet roubles`},narrow:`SUR`,symbol:`SUR`},SVC:{displayName:{one:`Salvadoran colón`,other:`Salvadoran colones`},narrow:`SVC`,symbol:`SVC`},SYP:{displayName:{one:`Syrian pound`,other:`Syrian pounds`},narrow:`£`,symbol:`SYP`},SZL:{displayName:{one:`Swazi lilangeni`,other:`Swazi emalangeni`},narrow:`SZL`,symbol:`SZL`},THB:{displayName:{other:`Thai baht`},narrow:`฿`,symbol:`THB`},TJR:{displayName:{one:`Tajikistani ruble`,other:`Tajikistani rubles`},narrow:`TJR`,symbol:`TJR`},TJS:{displayName:{one:`Tajikistani somoni`,other:`Tajikistani somonis`},narrow:`TJS`,symbol:`TJS`},TMM:{displayName:{other:`Turkmenistani manat (1993–2009)`},narrow:`TMM`,symbol:`TMM`},TMT:{displayName:{other:`Turkmenistani manat`},narrow:`TMT`,symbol:`TMT`},TND:{displayName:{one:`Tunisian dinar`,other:`Tunisian dinars`},narrow:`TND`,symbol:`TND`},TOP:{displayName:{other:`Tongan paʻanga`},narrow:`T$`,symbol:`TOP`},TPE:{displayName:{one:`Timorese escudo`,other:`Timorese escudos`},narrow:`TPE`,symbol:`TPE`},TRL:{displayName:{one:`Turkish lira (1922–2005)`,other:`Turkish Lira (1922–2005)`},narrow:`TRL`,symbol:`TRL`},TRY:{displayName:{one:`Turkish lira`,other:`Turkish Lira`},narrow:`₺`,symbol:`TRY`},TTD:{displayName:{one:`Trinidad & Tobago dollar`,other:`Trinidad & Tobago dollars`},narrow:`$`,symbol:`TTD`},TWD:{displayName:{one:`New Taiwan dollar`,other:`New Taiwan dollars`},narrow:`$`,symbol:`NT$`},TZS:{displayName:{one:`Tanzanian shilling`,other:`Tanzanian shillings`},narrow:`TZS`,symbol:`TZS`},UAH:{displayName:{one:`Ukrainian hryvnia`,other:`Ukrainian hryvnias`},narrow:`₴`,symbol:`UAH`},UAK:{displayName:{one:`Ukrainian karbovanets`,other:`Ukrainian karbovantsiv`},narrow:`UAK`,symbol:`UAK`},UGS:{displayName:{one:`Ugandan shilling (1966–1987)`,other:`Ugandan shillings (1966–1987)`},narrow:`UGS`,symbol:`UGS`},UGX:{displayName:{one:`Ugandan shilling`,other:`Ugandan shillings`},narrow:`UGX`,symbol:`UGX`},USD:{displayName:{one:`US dollar`,other:`US dollars`},narrow:`$`,symbol:`$`},USN:{displayName:{one:`US dollar (next day)`,other:`US dollars (next day)`},narrow:`USN`,symbol:`USN`},USS:{displayName:{one:`US dollar (same day)`,other:`US dollars (same day)`},narrow:`USS`,symbol:`USS`},UYI:{displayName:{one:`Uruguayan peso (indexed units)`,other:`Uruguayan pesos (indexed units)`},narrow:`UYI`,symbol:`UYI`},UYP:{displayName:{one:`Uruguayan peso (1975–1993)`,other:`Uruguayan pesos (1975–1993)`},narrow:`UYP`,symbol:`UYP`},UYU:{displayName:{one:`Uruguayan peso`,other:`Uruguayan pesos`},narrow:`$`,symbol:`UYU`},UYW:{displayName:{one:`Uruguayan nominal wage index unit`,other:`Uruguayan nominal wage index units`},narrow:`UYW`,symbol:`UYW`},UZS:{displayName:{other:`Uzbekistani som`},narrow:`UZS`,symbol:`UZS`},VEB:{displayName:{one:`Venezuelan bolívar (1871–2008)`,other:`Venezuelan bolívars (1871–2008)`},narrow:`VEB`,symbol:`VEB`},VED:{displayName:{one:`Bolívar Soberano`,other:`Bolívar Soberanos`},narrow:`VED`,symbol:`VED`},VEF:{displayName:{one:`Venezuelan bolívar (2008–2018)`,other:`Venezuelan bolívars (2008–2018)`},narrow:`Bs`,symbol:`VEF`},VES:{displayName:{one:`Venezuelan bolívar`,other:`Venezuelan bolívars`},narrow:`VES`,symbol:`VES`},VND:{displayName:{other:`Vietnamese dong`},narrow:`₫`,symbol:`₫`},VNN:{displayName:{other:`Vietnamese dong (1978–1985)`},narrow:`VNN`,symbol:`VNN`},VUV:{displayName:{one:`Vanuatu vatu`,other:`Vanuatu vatus`},narrow:`VUV`,symbol:`VUV`},WST:{displayName:{other:`Samoan tala`},narrow:`WST`,symbol:`WST`},XAF:{displayName:{one:`Central African CFA franc`,other:`Central African CFA francs`},narrow:`FCFA`,symbol:`FCFA`},XAG:{displayName:{one:`troy ounce of silver`,other:`troy ounces of silver`},narrow:`XAG`,symbol:`XAG`},XAU:{displayName:{one:`troy ounce of gold`,other:`troy ounces of gold`},narrow:`XAU`,symbol:`XAU`},XBA:{displayName:{one:`European composite unit`,other:`European composite units`},narrow:`XBA`,symbol:`XBA`},XBB:{displayName:{one:`European monetary unit`,other:`European monetary units`},narrow:`XBB`,symbol:`XBB`},XBC:{displayName:{one:`European unit of account (XBC)`,other:`European units of account (XBC)`},narrow:`XBC`,symbol:`XBC`},XBD:{displayName:{one:`European unit of account (XBD)`,other:`European units of account (XBD)`},narrow:`XBD`,symbol:`XBD`},XCD:{displayName:{one:`East Caribbean dollar`,other:`East Caribbean dollars`},narrow:`$`,symbol:`EC$`},XCG:{displayName:{one:`Caribbean guilder`,other:`Caribbean guilders`},narrow:`Cg.`,symbol:`Cg.`},XDR:{displayName:{other:`special drawing rights`},narrow:`XDR`,symbol:`XDR`},XEU:{displayName:{one:`European currency unit`,other:`European currency units`},narrow:`XEU`,symbol:`XEU`},XFO:{displayName:{one:`French gold franc`,other:`French gold francs`},narrow:`XFO`,symbol:`XFO`},XFU:{displayName:{one:`French UIC-franc`,other:`French UIC-francs`},narrow:`XFU`,symbol:`XFU`},XOF:{displayName:{one:`West African CFA franc`,other:`West African CFA francs`},narrow:`F CFA`,symbol:`F CFA`},XPD:{displayName:{one:`troy ounce of palladium`,other:`troy ounces of palladium`},narrow:`XPD`,symbol:`XPD`},XPF:{displayName:{one:`CFP franc`,other:`CFP francs`},narrow:`CFPF`,symbol:`CFPF`},XPT:{displayName:{one:`troy ounce of platinum`,other:`troy ounces of platinum`},narrow:`XPT`,symbol:`XPT`},XRE:{displayName:{one:`RINET Funds unit`,other:`RINET Funds units`},narrow:`XRE`,symbol:`XRE`},XSU:{displayName:{one:`Sucre`,other:`Sucres`},narrow:`XSU`,symbol:`XSU`},XTS:{displayName:{one:`Testing Currency unit`,other:`Testing Currency units`},narrow:`XTS`,symbol:`XTS`},XUA:{displayName:{one:`ADB unit of account`,other:`ADB units of account`},narrow:`XUA`,symbol:`XUA`},XXX:{displayName:{one:`(unknown unit of currency)`,other:`(unknown currency)`},narrow:`¤`,symbol:`¤`},YDD:{displayName:{one:`Yemeni dinar`,other:`Yemeni dinars`},narrow:`YDD`,symbol:`YDD`},YER:{displayName:{one:`Yemeni rial`,other:`Yemeni rials`},narrow:`YER`,symbol:`YER`},YUD:{displayName:{one:`Yugoslavian hard dinar (1966–1990)`,other:`Yugoslavian hard dinars (1966–1990)`},narrow:`YUD`,symbol:`YUD`},YUM:{displayName:{one:`Yugoslavian new dinar (1994–2002)`,other:`Yugoslavian new dinars (1994–2002)`},narrow:`YUM`,symbol:`YUM`},YUN:{displayName:{one:`Yugoslavian convertible dinar (1990–1992)`,other:`Yugoslavian convertible dinars (1990–1992)`},narrow:`YUN`,symbol:`YUN`},YUR:{displayName:{one:`Yugoslavian reformed dinar (1992–1993)`,other:`Yugoslavian reformed dinars (1992–1993)`},narrow:`YUR`,symbol:`YUR`},ZAL:{displayName:{one:`South African rand (financial)`,other:`South African rands (financial)`},narrow:`ZAL`,symbol:`ZAL`},ZAR:{displayName:{other:`South African rand`},narrow:`R`,symbol:`ZAR`},ZMK:{displayName:{one:`Zambian kwacha (1968–2012)`,other:`Zambian kwachas (1968–2012)`},narrow:`ZMK`,symbol:`ZMK`},ZMW:{displayName:{one:`Zambian kwacha`,other:`Zambian kwachas`},narrow:`ZK`,symbol:`ZMW`},ZRN:{displayName:{one:`Zairean new zaire (1993–1998)`,other:`Zairean new zaires (1993–1998)`},narrow:`ZRN`,symbol:`ZRN`},ZRZ:{displayName:{one:`Zairean zaire (1971–1993)`,other:`Zairean zaires (1971–1993)`},narrow:`ZRZ`,symbol:`ZRZ`},ZWD:{displayName:{one:`Zimbabwean dollar (1980–2008)`,other:`Zimbabwean dollars (1980–2008)`},narrow:`ZWD`,symbol:`ZWD`},ZWG:{displayName:{other:`Zimbabwean gold`},narrow:`ZWG`,symbol:`ZWG`},ZWL:{displayName:{one:`Zimbabwean dollar (2009–2024)`,other:`Zimbabwean dollars (2009–2024)`},narrow:`ZWL`,symbol:`ZWL`},ZWR:{displayName:{one:`Zimbabwean dollar (2008)`,other:`Zimbabwean dollars (2008)`},narrow:`ZWR`,symbol:`ZWR`}},nu:[`latn`],numbers:{currency:{latn:{accounting:`¤#,##0.00;(¤#,##0.00)`,currencySpacing:{afterInsertBetween:`\xA0`,beforeInsertBetween:`\xA0`},short:{1e3:{other:`¤0K`},1e4:{other:`¤00K`},1e5:{other:`¤000K`},1e6:{other:`¤0M`},1e7:{other:`¤00M`},1e8:{other:`¤000M`},1e9:{other:`¤0B`},"10000000000":{other:`¤00B`},"100000000000":{other:`¤000B`},"1000000000000":{other:`¤0T`},"10000000000000":{other:`¤00T`},"100000000000000":{other:`¤000T`}},standard:`¤#,##0.00`,unitPattern:`{0} {1}`}},decimal:{latn:{long:{1e3:{other:`0 thousand`},1e4:{other:`00 thousand`},1e5:{other:`000 thousand`},1e6:{other:`0 million`},1e7:{other:`00 million`},1e8:{other:`000 million`},1e9:{other:`0 billion`},"10000000000":{other:`00 billion`},"100000000000":{other:`000 billion`},"1000000000000":{other:`0 trillion`},"10000000000000":{other:`00 trillion`},"100000000000000":{other:`000 trillion`}},short:{1e3:{other:`0K`},1e4:{other:`00K`},1e5:{other:`000K`},1e6:{other:`0M`},1e7:{other:`00M`},1e8:{other:`000M`},1e9:{other:`0B`},"10000000000":{other:`00B`},"100000000000":{other:`000B`},"1000000000000":{other:`0T`},"10000000000000":{other:`00T`},"100000000000000":{other:`000T`}},standard:`#,##0.###`}},nu:[`latn`],percent:{latn:`#,##0%`},symbols:{latn:{approximatelySign:`~`,decimal:`.`,exponential:`E`,group:`,`,infinity:`∞`,list:`;`,minusSign:`-`,nan:`NaN`,perMille:`‰`,percentSign:`%`,plusSign:`+`,rangeSign:`–`,superscriptingExponent:`×`,timeSeparator:`:`}}},units:{compound:{per:{long:`{0} per {1}`,narrow:`{0}/{1}`,short:`{0}/{1}`}},simple:{acre:{long:{one:`{0} acre`,other:`{0} acres`},narrow:{other:`{0}ac`},perUnit:{},short:{other:`{0} ac`}},bit:{long:{one:`{0} bit`,other:`{0} bits`},narrow:{other:`{0}bit`},perUnit:{},short:{other:`{0} bit`}},byte:{long:{one:`{0} byte`,other:`{0} bytes`},narrow:{other:`{0}B`},perUnit:{},short:{other:`{0} byte`}},celsius:{long:{one:`{0} degree Celsius`,other:`{0} degrees Celsius`},narrow:{other:`{0}°C`},perUnit:{},short:{other:`{0}°C`}},centimeter:{long:{one:`{0} centimeter`,other:`{0} centimeters`},narrow:{other:`{0}cm`},perUnit:{long:`{0} per centimeter`,narrow:`{0}/cm`,short:`{0}/cm`},short:{other:`{0} cm`}},day:{long:{one:`{0} day`,other:`{0} days`},narrow:{other:`{0}d`},perUnit:{long:`{0} per day`,narrow:`{0}/d`,short:`{0}/d`},short:{one:`{0} day`,other:`{0} days`}},degree:{long:{one:`{0} degree`,other:`{0} degrees`},narrow:{other:`{0}°`},perUnit:{},short:{other:`{0} deg`}},fahrenheit:{long:{one:`{0} degree Fahrenheit`,other:`{0} degrees Fahrenheit`},narrow:{other:`{0}°`},perUnit:{},short:{other:`{0}°F`}},"fluid-ounce":{long:{one:`{0} fluid ounce`,other:`{0} fluid ounces`},narrow:{other:`{0}fl oz`},perUnit:{},short:{other:`{0} fl oz`}},foot:{long:{one:`{0} foot`,other:`{0} feet`},narrow:{other:`{0}′`},perUnit:{long:`{0} per foot`,narrow:`{0}/ft`,short:`{0}/ft`},short:{other:`{0} ft`}},gallon:{long:{one:`{0} gallon`,other:`{0} gallons`},narrow:{other:`{0}gal`},perUnit:{long:`{0} per gallon`,narrow:`{0}/gal`,short:`{0}/gal US`},short:{other:`{0} gal`}},gigabit:{long:{one:`{0} gigabit`,other:`{0} gigabits`},narrow:{other:`{0}Gb`},perUnit:{},short:{other:`{0} Gb`}},gigabyte:{long:{one:`{0} gigabyte`,other:`{0} gigabytes`},narrow:{other:`{0}GB`},perUnit:{},short:{other:`{0} GB`}},gram:{long:{one:`{0} gram`,other:`{0} grams`},narrow:{other:`{0}g`},perUnit:{long:`{0} per gram`,narrow:`{0}/g`,short:`{0}/g`},short:{other:`{0} g`}},hectare:{long:{one:`{0} hectare`,other:`{0} hectares`},narrow:{other:`{0}ha`},perUnit:{},short:{other:`{0} ha`}},hour:{long:{one:`{0} hour`,other:`{0} hours`},narrow:{other:`{0}h`},perUnit:{long:`{0} per hour`,narrow:`{0}/h`,short:`{0}/h`},short:{other:`{0} hr`}},inch:{long:{one:`{0} inch`,other:`{0} inches`},narrow:{other:`{0}″`},perUnit:{long:`{0} per inch`,narrow:`{0}/in`,short:`{0}/in`},short:{other:`{0} in`}},kilobit:{long:{one:`{0} kilobit`,other:`{0} kilobits`},narrow:{other:`{0}kb`},perUnit:{},short:{other:`{0} kb`}},kilobyte:{long:{one:`{0} kilobyte`,other:`{0} kilobytes`},narrow:{other:`{0}kB`},perUnit:{},short:{other:`{0} kB`}},kilogram:{long:{one:`{0} kilogram`,other:`{0} kilograms`},narrow:{other:`{0}kg`},perUnit:{long:`{0} per kilogram`,narrow:`{0}/kg`,short:`{0}/kg`},short:{other:`{0} kg`}},kilometer:{long:{one:`{0} kilometer`,other:`{0} kilometers`},narrow:{other:`{0}km`},perUnit:{long:`{0} per kilometer`,narrow:`{0}/km`,short:`{0}/km`},short:{other:`{0} km`}},"kilometer-per-hour":{long:{one:`{0} kilometer per hour`,other:`{0} kilometers per hour`},narrow:{other:`{0}km/h`},perUnit:{},short:{other:`{0} km/h`}},liter:{long:{one:`{0} liter`,other:`{0} liters`},narrow:{other:`{0}L`},perUnit:{long:`{0} per liter`,narrow:`{0}/L`,short:`{0}/L`},short:{other:`{0} L`}},"liter-per-kilometer":{long:{one:`{0} liter per kilometer`,other:`{0} liters per kilometer`},narrow:{other:`{0}L/km`},perUnit:{},short:{other:`{0} L/km`}},megabit:{long:{one:`{0} megabit`,other:`{0} megabits`},narrow:{other:`{0}Mb`},perUnit:{},short:{other:`{0} Mb`}},megabyte:{long:{one:`{0} megabyte`,other:`{0} megabytes`},narrow:{other:`{0}MB`},perUnit:{},short:{other:`{0} MB`}},meter:{long:{one:`{0} meter`,other:`{0} meters`},narrow:{other:`{0}m`},perUnit:{long:`{0} per meter`,narrow:`{0}/m`,short:`{0}/m`},short:{other:`{0} m`}},"meter-per-second":{long:{one:`{0} meter per second`,other:`{0} meters per second`},narrow:{other:`{0}m/s`},perUnit:{},short:{other:`{0} m/s`}},mile:{long:{one:`{0} mile`,other:`{0} miles`},narrow:{other:`{0}mi`},perUnit:{},short:{other:`{0} mi`}},"mile-per-gallon":{long:{one:`{0} mile per gallon`,other:`{0} miles per gallon`},narrow:{other:`{0}mpg`},perUnit:{},short:{other:`{0} mpg`}},"mile-per-hour":{long:{one:`{0} mile per hour`,other:`{0} miles per hour`},narrow:{other:`{0}mph`},perUnit:{},short:{other:`{0} mph`}},"mile-scandinavian":{long:{one:`{0} mile-scandinavian`,other:`{0} miles-scandinavian`},narrow:{other:`{0}smi`},perUnit:{},short:{other:`{0} smi`}},milliliter:{long:{one:`{0} milliliter`,other:`{0} milliliters`},narrow:{other:`{0}mL`},perUnit:{},short:{other:`{0} mL`}},millimeter:{long:{one:`{0} millimeter`,other:`{0} millimeters`},narrow:{other:`{0}mm`},perUnit:{},short:{other:`{0} mm`}},millisecond:{long:{one:`{0} millisecond`,other:`{0} milliseconds`},narrow:{other:`{0}ms`},perUnit:{},short:{other:`{0} ms`}},minute:{long:{one:`{0} minute`,other:`{0} minutes`},narrow:{other:`{0}m`},perUnit:{long:`{0} per minute`,narrow:`{0}/min`,short:`{0}/min`},short:{other:`{0} min`}},month:{long:{one:`{0} month`,other:`{0} months`},narrow:{other:`{0}m`},perUnit:{long:`{0} per month`,narrow:`{0}/m`,short:`{0}/m`},short:{one:`{0} mth`,other:`{0} mths`}},ounce:{long:{one:`{0} ounce`,other:`{0} ounces`},narrow:{other:`{0}oz`},perUnit:{long:`{0} per ounce`,narrow:`{0}/oz`,short:`{0}/oz`},short:{other:`{0} oz`}},percent:{long:{other:`{0} percent`},narrow:{other:`{0}%`},perUnit:{},short:{other:`{0}%`}},petabyte:{long:{one:`{0} petabyte`,other:`{0} petabytes`},narrow:{other:`{0}PB`},perUnit:{},short:{other:`{0} PB`}},pound:{long:{one:`{0} pound`,other:`{0} pounds`},narrow:{other:`{0}#`},perUnit:{long:`{0} per pound`,narrow:`{0}/lb`,short:`{0}/lb`},short:{other:`{0} lb`}},second:{long:{one:`{0} second`,other:`{0} seconds`},narrow:{other:`{0}s`},perUnit:{long:`{0} per second`,narrow:`{0}/s`,short:`{0}/s`},short:{other:`{0} sec`}},stone:{long:{one:`{0} stone`,other:`{0} stones`},narrow:{other:`{0}st`},perUnit:{},short:{other:`{0} st`}},terabit:{long:{one:`{0} terabit`,other:`{0} terabits`},narrow:{other:`{0}Tb`},perUnit:{},short:{other:`{0} Tb`}},terabyte:{long:{one:`{0} terabyte`,other:`{0} terabytes`},narrow:{other:`{0}TB`},perUnit:{},short:{other:`{0} TB`}},week:{long:{one:`{0} week`,other:`{0} weeks`},narrow:{other:`{0}w`},perUnit:{long:`{0} per week`,narrow:`{0}/w`,short:`{0}/w`},short:{one:`{0} wk`,other:`{0} wks`}},yard:{long:{one:`{0} yard`,other:`{0} yards`},narrow:{other:`{0}yd`},perUnit:{},short:{other:`{0} yd`}},year:{long:{one:`{0} year`,other:`{0} years`},narrow:{other:`{0}y`},perUnit:{long:`{0} per year`,narrow:`{0}/y`,short:`{0}/y`},short:{one:`{0} yr`,other:`{0} yrs`}}}}},locale:`en`}):(globalThis.__FORMATJS_NUMBERFORMAT_DATA__=globalThis.__FORMATJS_NUMBERFORMAT_DATA__||[]).push({data:{currencies:{ADP:{displayName:{one:`Andorran peseta`,other:`Andorran pesetas`},narrow:`ADP`,symbol:`ADP`},AED:{displayName:{one:`UAE dirham`,other:`UAE dirhams`},narrow:`AED`,symbol:`AED`},AFA:{displayName:{one:`Afghan afghani (1927–2002)`,other:`Afghan afghanis (1927–2002)`},narrow:`AFA`,symbol:`AFA`},AFN:{displayName:{one:`Afghan Afghani`,other:`Afghan Afghanis`},narrow:`؋`,symbol:`AFN`},ALK:{displayName:{one:`Albanian lek (1946–1965)`,other:`Albanian lekë (1946–1965)`},narrow:`ALK`,symbol:`ALK`},ALL:{displayName:{one:`Albanian lek`,other:`Albanian lekë`},narrow:`ALL`,symbol:`ALL`},AMD:{displayName:{one:`Armenian dram`,other:`Armenian drams`},narrow:`֏`,symbol:`AMD`},ANG:{displayName:{one:`Netherlands Antillean guilder`,other:`Netherlands Antillean guilders`},narrow:`ANG`,symbol:`ANG`},AOA:{displayName:{one:`Angolan kwanza`,other:`Angolan kwanzas`},narrow:`Kz`,symbol:`AOA`},AOK:{displayName:{one:`Angolan kwanza (1977–1991)`,other:`Angolan kwanzas (1977–1991)`},narrow:`AOK`,symbol:`AOK`},AON:{displayName:{one:`Angolan new kwanza (1990–2000)`,other:`Angolan new kwanzas (1990–2000)`},narrow:`AON`,symbol:`AON`},AOR:{displayName:{one:`Angolan readjusted kwanza (1995–1999)`,other:`Angolan readjusted kwanzas (1995–1999)`},narrow:`AOR`,symbol:`AOR`},ARA:{displayName:{one:`Argentine austral`,other:`Argentine australs`},narrow:`ARA`,symbol:`ARA`},ARL:{displayName:{one:`Argentine peso ley (1970–1983)`,other:`Argentine pesos ley (1970–1983)`},narrow:`ARL`,symbol:`ARL`},ARM:{displayName:{one:`Argentine peso (1881–1970)`,other:`Argentine pesos (1881–1970)`},narrow:`ARM`,symbol:`ARM`},ARP:{displayName:{one:`Argentine peso (1983–1985)`,other:`Argentine pesos (1983–1985)`},narrow:`ARP`,symbol:`ARP`},ARS:{displayName:{one:`Argentine peso`,other:`Argentine pesos`},narrow:`$`,symbol:`ARS`},ATS:{displayName:{one:`Austrian schilling`,other:`Austrian schillings`},narrow:`ATS`,symbol:`ATS`},AUD:{displayName:{one:`Australian dollar`,other:`Australian dollars`},narrow:`$`,symbol:`A$`},AWG:{displayName:{other:`Aruban florin`},narrow:`AWG`,symbol:`AWG`},AZM:{displayName:{one:`Azerbaijani manat (1993–2006)`,other:`Azerbaijani manats (1993–2006)`},narrow:`AZM`,symbol:`AZM`},AZN:{displayName:{one:`Azerbaijani manat`,other:`Azerbaijani manats`},narrow:`₼`,symbol:`AZN`},BAD:{displayName:{one:`Bosnia-Herzegovina dinar (1992–1994)`,other:`Bosnia-Herzegovina dinars (1992–1994)`},narrow:`BAD`,symbol:`BAD`},BAM:{displayName:{one:`Bosnia-Herzegovina convertible mark`,other:`Bosnia-Herzegovina convertible marks`},narrow:`KM`,symbol:`BAM`},BAN:{displayName:{one:`Bosnia-Herzegovina new dinar (1994–1997)`,other:`Bosnia-Herzegovina new dinars (1994–1997)`},narrow:`BAN`,symbol:`BAN`},BBD:{displayName:{one:`Barbadian dollar`,other:`Barbadian dollars`},narrow:`$`,symbol:`BBD`},BDT:{displayName:{one:`Bangladeshi taka`,other:`Bangladeshi takas`},narrow:`৳`,symbol:`BDT`},BEC:{displayName:{one:`Belgian franc (convertible)`,other:`Belgian francs (convertible)`},narrow:`BEC`,symbol:`BEC`},BEF:{displayName:{one:`Belgian franc`,other:`Belgian francs`},narrow:`BEF`,symbol:`BEF`},BEL:{displayName:{one:`Belgian franc (financial)`,other:`Belgian francs (financial)`},narrow:`BEL`,symbol:`BEL`},BGL:{displayName:{one:`Bulgarian hard lev`,other:`Bulgarian hard leva`},narrow:`BGL`,symbol:`BGL`},BGM:{displayName:{one:`Bulgarian socialist lev`,other:`Bulgarian socialist leva`},narrow:`BGM`,symbol:`BGM`},BGN:{displayName:{one:`Bulgarian lev`,other:`Bulgarian leva`},narrow:`BGN`,symbol:`BGN`},BGO:{displayName:{one:`Bulgarian lev (1879–1952)`,other:`Bulgarian leva (1879–1952)`},narrow:`BGO`,symbol:`BGO`},BHD:{displayName:{one:`Bahraini dinar`,other:`Bahraini dinars`},narrow:`BHD`,symbol:`BHD`},BIF:{displayName:{one:`Burundian franc`,other:`Burundian francs`},narrow:`BIF`,symbol:`BIF`},BMD:{displayName:{one:`Bermudan dollar`,other:`Bermudan dollars`},narrow:`$`,symbol:`BMD`},BND:{displayName:{one:`Brunei dollar`,other:`Brunei dollars`},narrow:`$`,symbol:`BND`},BOB:{displayName:{one:`Bolivian boliviano`,other:`Bolivian bolivianos`},narrow:`Bs`,symbol:`BOB`},BOL:{displayName:{one:`Bolivian boliviano (1863–1963)`,other:`Bolivian bolivianos (1863–1963)`},narrow:`BOL`,symbol:`BOL`},BOP:{displayName:{one:`Bolivian peso`,other:`Bolivian pesos`},narrow:`BOP`,symbol:`BOP`},BOV:{displayName:{one:`Bolivian mvdol`,other:`Bolivian mvdols`},narrow:`BOV`,symbol:`BOV`},BRB:{displayName:{one:`Brazilian new cruzeiro (1967–1986)`,other:`Brazilian new cruzeiros (1967–1986)`},narrow:`BRB`,symbol:`BRB`},BRC:{displayName:{one:`Brazilian cruzado (1986–1989)`,other:`Brazilian cruzados (1986–1989)`},narrow:`BRC`,symbol:`BRC`},BRE:{displayName:{one:`Brazilian cruzeiro (1990–1993)`,other:`Brazilian cruzeiros (1990–1993)`},narrow:`BRE`,symbol:`BRE`},BRL:{displayName:{one:`Brazilian real`,other:`Brazilian reals`},narrow:`R$`,symbol:`R$`},BRN:{displayName:{one:`Brazilian new cruzado (1989–1990)`,other:`Brazilian new cruzados (1989–1990)`},narrow:`BRN`,symbol:`BRN`},BRR:{displayName:{one:`Brazilian cruzeiro (1993–1994)`,other:`Brazilian cruzeiros (1993–1994)`},narrow:`BRR`,symbol:`BRR`},BRZ:{displayName:{one:`Brazilian cruzeiro (1942–1967)`,other:`Brazilian cruzeiros (1942–1967)`},narrow:`BRZ`,symbol:`BRZ`},BSD:{displayName:{one:`Bahamian dollar`,other:`Bahamian dollars`},narrow:`$`,symbol:`BSD`},BTN:{displayName:{one:`Bhutanese ngultrum`,other:`Bhutanese ngultrums`},narrow:`BTN`,symbol:`BTN`},BUK:{displayName:{one:`Burmese kyat`,other:`Burmese kyats`},narrow:`BUK`,symbol:`BUK`},BWP:{displayName:{one:`Botswanan pula`,other:`Botswanan pulas`},narrow:`P`,symbol:`BWP`},BYB:{displayName:{one:`Belarusian ruble (1994–1999)`,other:`Belarusian rubles (1994–1999)`},narrow:`BYB`,symbol:`BYB`},BYN:{displayName:{one:`Belarusian ruble`,other:`Belarusian rubles`},narrow:`BYN`,symbol:`BYN`},BYR:{displayName:{one:`Belarusian ruble (2000–2016)`,other:`Belarusian rubles (2000–2016)`},narrow:`BYR`,symbol:`BYR`},BZD:{displayName:{one:`Belize dollar`,other:`Belize dollars`},narrow:`$`,symbol:`BZD`},CAD:{displayName:{one:`Canadian dollar`,other:`Canadian dollars`},narrow:`$`,symbol:`CA$`},CDF:{displayName:{one:`Congolese franc`,other:`Congolese francs`},narrow:`CDF`,symbol:`CDF`},CHE:{displayName:{one:`WIR euro`,other:`WIR euros`},narrow:`CHE`,symbol:`CHE`},CHF:{displayName:{one:`Swiss franc`,other:`Swiss francs`},narrow:`CHF`,symbol:`CHF`},CHW:{displayName:{one:`WIR franc`,other:`WIR francs`},narrow:`CHW`,symbol:`CHW`},CLE:{displayName:{one:`Chilean escudo`,other:`Chilean escudos`},narrow:`CLE`,symbol:`CLE`},CLF:{displayName:{one:`Chilean unit of account (UF)`,other:`Chilean units of account (UF)`},narrow:`CLF`,symbol:`CLF`},CLP:{displayName:{one:`Chilean peso`,other:`Chilean pesos`},narrow:`$`,symbol:`CLP`},CNH:{displayName:{other:`Chinese yuan (offshore)`},narrow:`CNH`,symbol:`CNH`},CNX:{displayName:{one:`Chinese People’s Bank dollar`,other:`Chinese People’s Bank dollars`},narrow:`CNX`,symbol:`CNX`},CNY:{displayName:{other:`Chinese yuan`},narrow:`¥`,symbol:`CN¥`},COP:{displayName:{one:`Colombian peso`,other:`Colombian pesos`},narrow:`$`,symbol:`COP`},COU:{displayName:{one:`Colombian real value unit`,other:`Colombian real value units`},narrow:`COU`,symbol:`COU`},CRC:{displayName:{one:`Costa Rican colón`,other:`Costa Rican colóns`},narrow:`₡`,symbol:`CRC`},CSD:{displayName:{one:`Serbian dinar (2002–2006)`,other:`Serbian dinars (2002–2006)`},narrow:`CSD`,symbol:`CSD`},CSK:{displayName:{one:`Czechoslovak hard koruna`,other:`Czechoslovak hard korunas`},narrow:`CSK`,symbol:`CSK`},CUC:{displayName:{one:`Cuban convertible peso`,other:`Cuban convertible pesos`},narrow:`$`,symbol:`CUC`},CUP:{displayName:{one:`Cuban peso`,other:`Cuban pesos`},narrow:`$`,symbol:`CUP`},CVE:{displayName:{one:`Cape Verdean escudo`,other:`Cape Verdean escudos`},narrow:`CVE`,symbol:`CVE`},CYP:{displayName:{one:`Cypriot pound`,other:`Cypriot pounds`},narrow:`CYP`,symbol:`CYP`},CZK:{displayName:{one:`Czech koruna`,other:`Czech korunas`},narrow:`Kč`,symbol:`CZK`},DDM:{displayName:{one:`East German mark`,other:`East German marks`},narrow:`DDM`,symbol:`DDM`},DEM:{displayName:{one:`German mark`,other:`German marks`},narrow:`DEM`,symbol:`DEM`},DJF:{displayName:{one:`Djiboutian franc`,other:`Djiboutian francs`},narrow:`DJF`,symbol:`DJF`},DKK:{displayName:{one:`Danish krone`,other:`Danish kroner`},narrow:`kr`,symbol:`DKK`},DOP:{displayName:{one:`Dominican peso`,other:`Dominican pesos`},narrow:`$`,symbol:`DOP`},DZD:{displayName:{one:`Algerian dinar`,other:`Algerian dinars`},narrow:`DZD`,symbol:`DZD`},ECS:{displayName:{one:`Ecuadorian sucre`,other:`Ecuadorian sucres`},narrow:`ECS`,symbol:`ECS`},ECV:{displayName:{one:`Ecuadorian unit of constant value`,other:`Ecuadorian units of constant value`},narrow:`ECV`,symbol:`ECV`},EEK:{displayName:{one:`Estonian kroon`,other:`Estonian kroons`},narrow:`EEK`,symbol:`EEK`},EGP:{displayName:{one:`Egyptian pound`,other:`Egyptian pounds`},narrow:`E£`,symbol:`EGP`},ERN:{displayName:{one:`Eritrean nakfa`,other:`Eritrean nakfas`},narrow:`ERN`,symbol:`ERN`},ESA:{displayName:{one:`Spanish peseta (A account)`,other:`Spanish pesetas (A account)`},narrow:`ESA`,symbol:`ESA`},ESB:{displayName:{one:`Spanish peseta (convertible account)`,other:`Spanish pesetas (convertible account)`},narrow:`ESB`,symbol:`ESB`},ESP:{displayName:{one:`Spanish peseta`,other:`Spanish pesetas`},narrow:`₧`,symbol:`ESP`},ETB:{displayName:{one:`Ethiopian birr`,other:`Ethiopian birrs`},narrow:`ETB`,symbol:`ETB`},EUR:{displayName:{one:`euro`,other:`euros`},narrow:`€`,symbol:`€`},FIM:{displayName:{one:`Finnish markka`,other:`Finnish markkas`},narrow:`FIM`,symbol:`FIM`},FJD:{displayName:{one:`Fijian dollar`,other:`Fijian dollars`},narrow:`$`,symbol:`FJD`},FKP:{displayName:{one:`Falkland Islands pound`,other:`Falkland Islands pounds`},narrow:`£`,symbol:`FKP`},FRF:{displayName:{one:`French franc`,other:`French francs`},narrow:`FRF`,symbol:`FRF`},GBP:{displayName:{one:`British pound`,other:`British pounds`},narrow:`£`,symbol:`£`},GEK:{displayName:{one:`Georgian kupon larit`,other:`Georgian kupon larits`},narrow:`GEK`,symbol:`GEK`},GEL:{displayName:{one:`Georgian lari`,other:`Georgian laris`},narrow:`₾`,symbol:`GEL`},GHC:{displayName:{one:`Ghanaian cedi (1979–2007)`,other:`Ghanaian cedis (1979–2007)`},narrow:`GHC`,symbol:`GHC`},GHS:{displayName:{one:`Ghanaian cedi`,other:`Ghanaian cedis`},narrow:`GH₵`,symbol:`GHS`},GIP:{displayName:{one:`Gibraltar pound`,other:`Gibraltar pounds`},narrow:`£`,symbol:`GIP`},GMD:{displayName:{one:`Gambian dalasi`,other:`Gambian dalasis`},narrow:`GMD`,symbol:`GMD`},GNF:{displayName:{one:`Guinean franc`,other:`Guinean francs`},narrow:`FG`,symbol:`GNF`},GNS:{displayName:{one:`Guinean syli`,other:`Guinean sylis`},narrow:`GNS`,symbol:`GNS`},GQE:{displayName:{other:`Equatorial Guinean ekwele`},narrow:`GQE`,symbol:`GQE`},GRD:{displayName:{one:`Greek drachma`,other:`Greek drachmas`},narrow:`GRD`,symbol:`GRD`},GTQ:{displayName:{one:`Guatemalan quetzal`,other:`Guatemalan quetzals`},narrow:`Q`,symbol:`GTQ`},GWE:{displayName:{one:`Portuguese Guinea escudo`,other:`Portuguese Guinea escudos`},narrow:`GWE`,symbol:`GWE`},GWP:{displayName:{one:`Guinea-Bissau peso`,other:`Guinea-Bissau pesos`},narrow:`GWP`,symbol:`GWP`},GYD:{displayName:{one:`Guyanaese dollar`,other:`Guyanaese dollars`},narrow:`$`,symbol:`GYD`},HKD:{displayName:{one:`Hong Kong dollar`,other:`Hong Kong dollars`},narrow:`$`,symbol:`HK$`},HNL:{displayName:{one:`Honduran lempira`,other:`Honduran lempiras`},narrow:`L`,symbol:`HNL`},HRD:{displayName:{one:`Croatian dinar`,other:`Croatian dinars`},narrow:`HRD`,symbol:`HRD`},HRK:{displayName:{one:`Croatian kuna`,other:`Croatian kunas`},narrow:`kn`,symbol:`HRK`},HTG:{displayName:{one:`Haitian gourde`,other:`Haitian gourdes`},narrow:`HTG`,symbol:`HTG`},HUF:{displayName:{one:`Hungarian forint`,other:`Hungarian forints`},narrow:`Ft`,symbol:`HUF`},IDR:{displayName:{one:`Indonesian rupiah`,other:`Indonesian rupiahs`},narrow:`Rp`,symbol:`IDR`},IEP:{displayName:{one:`Irish pound`,other:`Irish pounds`},narrow:`IEP`,symbol:`IEP`},ILP:{displayName:{one:`Israeli pound`,other:`Israeli pounds`},narrow:`ILP`,symbol:`ILP`},ILR:{displayName:{one:`Israeli shekel (1980–1985)`,other:`Israeli shekels (1980–1985)`},narrow:`ILR`,symbol:`ILR`},ILS:{displayName:{one:`Israeli new shekel`,other:`Israeli new shekels`},narrow:`₪`,symbol:`₪`},INR:{displayName:{one:`Indian rupee`,other:`Indian rupees`},narrow:`₹`,symbol:`₹`},IQD:{displayName:{one:`Iraqi dinar`,other:`Iraqi dinars`},narrow:`IQD`,symbol:`IQD`},IRR:{displayName:{one:`Iranian rial`,other:`Iranian rials`},narrow:`IRR`,symbol:`IRR`},ISJ:{displayName:{one:`Icelandic króna (1918–1981)`,other:`Icelandic krónur (1918–1981)`},narrow:`ISJ`,symbol:`ISJ`},ISK:{displayName:{one:`Icelandic króna`,other:`Icelandic krónur`},narrow:`kr`,symbol:`ISK`},ITL:{displayName:{one:`Italian lira`,other:`Italian liras`},narrow:`ITL`,symbol:`ITL`},JMD:{displayName:{one:`Jamaican dollar`,other:`Jamaican dollars`},narrow:`$`,symbol:`JMD`},JOD:{displayName:{one:`Jordanian dinar`,other:`Jordanian dinars`},narrow:`JOD`,symbol:`JOD`},JPY:{displayName:{other:`Japanese yen`},narrow:`¥`,symbol:`¥`},KES:{displayName:{one:`Kenyan shilling`,other:`Kenyan shillings`},narrow:`KES`,symbol:`KES`},KGS:{displayName:{one:`Kyrgyz som`,other:`Kyrgyz soms`},narrow:`⃀`,symbol:`KGS`},KHR:{displayName:{one:`Cambodian riel`,other:`Cambodian riels`},narrow:`៛`,symbol:`KHR`},KMF:{displayName:{one:`Comorian franc`,other:`Comorian francs`},narrow:`CF`,symbol:`KMF`},KPW:{displayName:{other:`North Korean won`},narrow:`₩`,symbol:`KPW`},KRH:{displayName:{other:`South Korean hwan (1953–1962)`},narrow:`KRH`,symbol:`KRH`},KRO:{displayName:{other:`South Korean won (1945–1953)`},narrow:`KRO`,symbol:`KRO`},KRW:{displayName:{other:`South Korean won`},narrow:`₩`,symbol:`₩`},KWD:{displayName:{one:`Kuwaiti dinar`,other:`Kuwaiti dinars`},narrow:`KWD`,symbol:`KWD`},KYD:{displayName:{one:`Cayman Islands dollar`,other:`Cayman Islands dollars`},narrow:`$`,symbol:`KYD`},KZT:{displayName:{one:`Kazakhstani tenge`,other:`Kazakhstani tenges`},narrow:`₸`,symbol:`KZT`},LAK:{displayName:{one:`Laotian kip`,other:`Laotian kips`},narrow:`₭`,symbol:`LAK`},LBP:{displayName:{one:`Lebanese pound`,other:`Lebanese pounds`},narrow:`L£`,symbol:`LBP`},LKR:{displayName:{one:`Sri Lankan rupee`,other:`Sri Lankan rupees`},narrow:`Rs`,symbol:`LKR`},LRD:{displayName:{one:`Liberian dollar`,other:`Liberian dollars`},narrow:`$`,symbol:`LRD`},LSL:{displayName:{one:`Lesotho loti`,other:`Lesotho lotis`},narrow:`LSL`,symbol:`LSL`},LTL:{displayName:{one:`Lithuanian litas`,other:`Lithuanian litai`},narrow:`Lt`,symbol:`LTL`},LTT:{displayName:{one:`Lithuanian talonas`,other:`Lithuanian talonases`},narrow:`LTT`,symbol:`LTT`},LUC:{displayName:{one:`Luxembourgian convertible franc`,other:`Luxembourgian convertible francs`},narrow:`LUC`,symbol:`LUC`},LUF:{displayName:{one:`Luxembourgian franc`,other:`Luxembourgian francs`},narrow:`LUF`,symbol:`LUF`},LUL:{displayName:{one:`Luxembourg financial franc`,other:`Luxembourg financial francs`},narrow:`LUL`,symbol:`LUL`},LVL:{displayName:{one:`Latvian lats`,other:`Latvian lati`},narrow:`Ls`,symbol:`LVL`},LVR:{displayName:{one:`Latvian ruble`,other:`Latvian rubles`},narrow:`LVR`,symbol:`LVR`},LYD:{displayName:{one:`Libyan dinar`,other:`Libyan dinars`},narrow:`LYD`,symbol:`LYD`},MAD:{displayName:{one:`Moroccan dirham`,other:`Moroccan dirhams`},narrow:`MAD`,symbol:`MAD`},MAF:{displayName:{one:`Moroccan franc`,other:`Moroccan francs`},narrow:`MAF`,symbol:`MAF`},MCF:{displayName:{one:`Monegasque franc`,other:`Monegasque francs`},narrow:`MCF`,symbol:`MCF`},MDC:{displayName:{other:`Moldovan cupon`},narrow:`MDC`,symbol:`MDC`},MDL:{displayName:{one:`Moldovan leu`,other:`Moldovan lei`},narrow:`MDL`,symbol:`MDL`},MGA:{displayName:{one:`Malagasy ariary`,other:`Malagasy ariaries`},narrow:`Ar`,symbol:`MGA`},MGF:{displayName:{one:`Malagasy franc`,other:`Malagasy francs`},narrow:`MGF`,symbol:`MGF`},MKD:{displayName:{one:`Macedonian denar`,other:`Macedonian denari`},narrow:`MKD`,symbol:`MKD`},MKN:{displayName:{one:`Macedonian denar (1992–1993)`,other:`Macedonian denari (1992–1993)`},narrow:`MKN`,symbol:`MKN`},MLF:{displayName:{one:`Malian franc`,other:`Malian francs`},narrow:`MLF`,symbol:`MLF`},MMK:{displayName:{one:`Myanmar kyat`,other:`Myanmar kyats`},narrow:`K`,symbol:`MMK`},MNT:{displayName:{one:`Mongolian tugrik`,other:`Mongolian tugriks`},narrow:`₮`,symbol:`MNT`},MOP:{displayName:{one:`Macanese pataca`,other:`Macanese patacas`},narrow:`MOP`,symbol:`MOP`},MRO:{displayName:{one:`Mauritanian ouguiya (1973–2017)`,other:`Mauritanian ouguiyas (1973–2017)`},narrow:`MRO`,symbol:`MRO`},MRU:{displayName:{one:`Mauritanian ouguiya`,other:`Mauritanian ouguiyas`},narrow:`MRU`,symbol:`MRU`},MTL:{displayName:{other:`Maltese lira`},narrow:`MTL`,symbol:`MTL`},MTP:{displayName:{one:`Maltese pound`,other:`Maltese pounds`},narrow:`MTP`,symbol:`MTP`},MUR:{displayName:{one:`Mauritian rupee`,other:`Mauritian rupees`},narrow:`Rs`,symbol:`MUR`},MVP:{displayName:{one:`Maldivian rupee (1947–1981)`,other:`Maldivian rupees (1947–1981)`},narrow:`MVP`,symbol:`MVP`},MVR:{displayName:{one:`Maldivian rufiyaa`,other:`Maldivian rufiyaas`},narrow:`MVR`,symbol:`MVR`},MWK:{displayName:{one:`Malawian kwacha`,other:`Malawian kwachas`},narrow:`MWK`,symbol:`MWK`},MXN:{displayName:{one:`Mexican peso`,other:`Mexican pesos`},narrow:`$`,symbol:`MX$`},MXP:{displayName:{one:`Mexican silver peso (1861–1992)`,other:`Mexican silver pesos (1861–1992)`},narrow:`MXP`,symbol:`MXP`},MXV:{displayName:{one:`Mexican investment unit`,other:`Mexican investment units`},narrow:`MXV`,symbol:`MXV`},MYR:{displayName:{one:`Malaysian ringgit`,other:`Malaysian ringgits`},narrow:`RM`,symbol:`MYR`},MZE:{displayName:{one:`Mozambican escudo`,other:`Mozambican escudos`},narrow:`MZE`,symbol:`MZE`},MZM:{displayName:{one:`Mozambican metical (1980–2006)`,other:`Mozambican meticals (1980–2006)`},narrow:`MZM`,symbol:`MZM`},MZN:{displayName:{one:`Mozambican metical`,other:`Mozambican meticals`},narrow:`MZN`,symbol:`MZN`},NAD:{displayName:{one:`Namibian dollar`,other:`Namibian dollars`},narrow:`$`,symbol:`NAD`},NGN:{displayName:{one:`Nigerian naira`,other:`Nigerian nairas`},narrow:`₦`,symbol:`NGN`},NIC:{displayName:{one:`Nicaraguan córdoba (1988–1991)`,other:`Nicaraguan córdobas (1988–1991)`},narrow:`NIC`,symbol:`NIC`},NIO:{displayName:{one:`Nicaraguan córdoba`,other:`Nicaraguan córdobas`},narrow:`C$`,symbol:`NIO`},NLG:{displayName:{one:`Dutch guilder`,other:`Dutch guilders`},narrow:`NLG`,symbol:`NLG`},NOK:{displayName:{one:`Norwegian krone`,other:`Norwegian kroner`},narrow:`kr`,symbol:`NOK`},NPR:{displayName:{one:`Nepalese rupee`,other:`Nepalese rupees`},narrow:`Rs`,symbol:`NPR`},NZD:{displayName:{one:`New Zealand dollar`,other:`New Zealand dollars`},narrow:`$`,symbol:`NZ$`},OMR:{displayName:{one:`Omani rial`,other:`Omani rials`},narrow:`OMR`,symbol:`OMR`},PAB:{displayName:{one:`Panamanian balboa`,other:`Panamanian balboas`},narrow:`PAB`,symbol:`PAB`},PEI:{displayName:{one:`Peruvian inti`,other:`Peruvian intis`},narrow:`PEI`,symbol:`PEI`},PEN:{displayName:{one:`Peruvian sol`,other:`Peruvian soles`},narrow:`PEN`,symbol:`PEN`},PES:{displayName:{one:`Peruvian sol (1863–1965)`,other:`Peruvian soles (1863–1965)`},narrow:`PES`,symbol:`PES`},PGK:{displayName:{other:`Papua New Guinean kina`},narrow:`PGK`,symbol:`PGK`},PHP:{displayName:{one:`Philippine peso`,other:`Philippine pesos`},narrow:`₱`,symbol:`₱`},PKR:{displayName:{one:`Pakistani rupee`,other:`Pakistani rupees`},narrow:`Rs`,symbol:`PKR`},PLN:{displayName:{one:`Polish zloty`,other:`Polish zlotys`},narrow:`zł`,symbol:`PLN`},PLZ:{displayName:{one:`Polish zloty (PLZ)`,other:`Polish zlotys (PLZ)`},narrow:`PLZ`,symbol:`PLZ`},PTE:{displayName:{one:`Portuguese escudo`,other:`Portuguese escudos`},narrow:`PTE`,symbol:`PTE`},PYG:{displayName:{one:`Paraguayan guarani`,other:`Paraguayan guaranis`},narrow:`₲`,symbol:`PYG`},QAR:{displayName:{one:`Qatari riyal`,other:`Qatari riyals`},narrow:`QAR`,symbol:`QAR`},RHD:{displayName:{one:`Rhodesian dollar`,other:`Rhodesian dollars`},narrow:`RHD`,symbol:`RHD`},ROL:{displayName:{one:`Romanian leu (1952–2006)`,other:`Romanian Lei (1952–2006)`},narrow:`ROL`,symbol:`ROL`},RON:{displayName:{one:`Romanian leu`,other:`Romanian lei`},narrow:`lei`,symbol:`RON`},RSD:{displayName:{one:`Serbian dinar`,other:`Serbian dinars`},narrow:`RSD`,symbol:`RSD`},RUB:{displayName:{one:`Russian ruble`,other:`Russian rubles`},narrow:`₽`,symbol:`RUB`},RUR:{displayName:{one:`Russian ruble (1991–1998)`,other:`Russian rubles (1991–1998)`},narrow:`RUR`,symbol:`RUR`},RWF:{displayName:{one:`Rwandan franc`,other:`Rwandan francs`},narrow:`RF`,symbol:`RWF`},SAR:{displayName:{one:`Saudi riyal`,other:`Saudi riyals`},narrow:`SAR`,symbol:`SAR`},SBD:{displayName:{one:`Solomon Islands dollar`,other:`Solomon Islands dollars`},narrow:`$`,symbol:`SBD`},SCR:{displayName:{one:`Seychellois rupee`,other:`Seychellois rupees`},narrow:`SCR`,symbol:`SCR`},SDD:{displayName:{one:`Sudanese dinar (1992–2007)`,other:`Sudanese dinars (1992–2007)`},narrow:`SDD`,symbol:`SDD`},SDG:{displayName:{one:`Sudanese pound`,other:`Sudanese pounds`},narrow:`SDG`,symbol:`SDG`},SDP:{displayName:{one:`Sudanese pound (1957–1998)`,other:`Sudanese pounds (1957–1998)`},narrow:`SDP`,symbol:`SDP`},SEK:{displayName:{one:`Swedish krona`,other:`Swedish kronor`},narrow:`kr`,symbol:`SEK`},SGD:{displayName:{one:`Singapore dollar`,other:`Singapore dollars`},narrow:`$`,symbol:`SGD`},SHP:{displayName:{one:`St. Helena pound`,other:`St. Helena pounds`},narrow:`£`,symbol:`SHP`},SIT:{displayName:{one:`Slovenian tolar`,other:`Slovenian tolars`},narrow:`SIT`,symbol:`SIT`},SKK:{displayName:{one:`Slovak koruna`,other:`Slovak korunas`},narrow:`SKK`,symbol:`SKK`},SLE:{displayName:{one:`Sierra Leonean leone`,other:`Sierra Leonean leones`},narrow:`SLE`,symbol:`SLE`},SLL:{displayName:{one:`Sierra Leonean leone (1964—2022)`,other:`Sierra Leonean leones (1964—2022)`},narrow:`SLL`,symbol:`SLL`},SOS:{displayName:{one:`Somali shilling`,other:`Somali shillings`},narrow:`SOS`,symbol:`SOS`},SRD:{displayName:{one:`Surinamese dollar`,other:`Surinamese dollars`},narrow:`$`,symbol:`SRD`},SRG:{displayName:{one:`Surinamese guilder`,other:`Surinamese guilders`},narrow:`SRG`,symbol:`SRG`},SSP:{displayName:{one:`South Sudanese pound`,other:`South Sudanese pounds`},narrow:`£`,symbol:`SSP`},STD:{displayName:{one:`São Tomé & Príncipe dobra (1977–2017)`,other:`São Tomé & Príncipe dobras (1977–2017)`},narrow:`STD`,symbol:`STD`},STN:{displayName:{one:`São Tomé & Príncipe dobra`,other:`São Tomé & Príncipe dobras`},narrow:`Db`,symbol:`STN`},SUR:{displayName:{one:`Soviet rouble`,other:`Soviet roubles`},narrow:`SUR`,symbol:`SUR`},SVC:{displayName:{one:`Salvadoran colón`,other:`Salvadoran colones`},narrow:`SVC`,symbol:`SVC`},SYP:{displayName:{one:`Syrian pound`,other:`Syrian pounds`},narrow:`£`,symbol:`SYP`},SZL:{displayName:{one:`Swazi lilangeni`,other:`Swazi emalangeni`},narrow:`SZL`,symbol:`SZL`},THB:{displayName:{other:`Thai baht`},narrow:`฿`,symbol:`THB`},TJR:{displayName:{one:`Tajikistani ruble`,other:`Tajikistani rubles`},narrow:`TJR`,symbol:`TJR`},TJS:{displayName:{one:`Tajikistani somoni`,other:`Tajikistani somonis`},narrow:`TJS`,symbol:`TJS`},TMM:{displayName:{other:`Turkmenistani manat (1993–2009)`},narrow:`TMM`,symbol:`TMM`},TMT:{displayName:{other:`Turkmenistani manat`},narrow:`TMT`,symbol:`TMT`},TND:{displayName:{one:`Tunisian dinar`,other:`Tunisian dinars`},narrow:`TND`,symbol:`TND`},TOP:{displayName:{other:`Tongan paʻanga`},narrow:`T$`,symbol:`TOP`},TPE:{displayName:{one:`Timorese escudo`,other:`Timorese escudos`},narrow:`TPE`,symbol:`TPE`},TRL:{displayName:{one:`Turkish lira (1922–2005)`,other:`Turkish Lira (1922–2005)`},narrow:`TRL`,symbol:`TRL`},TRY:{displayName:{one:`Turkish lira`,other:`Turkish Lira`},narrow:`₺`,symbol:`TRY`},TTD:{displayName:{one:`Trinidad & Tobago dollar`,other:`Trinidad & Tobago dollars`},narrow:`$`,symbol:`TTD`},TWD:{displayName:{one:`New Taiwan dollar`,other:`New Taiwan dollars`},narrow:`$`,symbol:`NT$`},TZS:{displayName:{one:`Tanzanian shilling`,other:`Tanzanian shillings`},narrow:`TZS`,symbol:`TZS`},UAH:{displayName:{one:`Ukrainian hryvnia`,other:`Ukrainian hryvnias`},narrow:`₴`,symbol:`UAH`},UAK:{displayName:{one:`Ukrainian karbovanets`,other:`Ukrainian karbovantsiv`},narrow:`UAK`,symbol:`UAK`},UGS:{displayName:{one:`Ugandan shilling (1966–1987)`,other:`Ugandan shillings (1966–1987)`},narrow:`UGS`,symbol:`UGS`},UGX:{displayName:{one:`Ugandan shilling`,other:`Ugandan shillings`},narrow:`UGX`,symbol:`UGX`},USD:{displayName:{one:`US dollar`,other:`US dollars`},narrow:`$`,symbol:`$`},USN:{displayName:{one:`US dollar (next day)`,other:`US dollars (next day)`},narrow:`USN`,symbol:`USN`},USS:{displayName:{one:`US dollar (same day)`,other:`US dollars (same day)`},narrow:`USS`,symbol:`USS`},UYI:{displayName:{one:`Uruguayan peso (indexed units)`,other:`Uruguayan pesos (indexed units)`},narrow:`UYI`,symbol:`UYI`},UYP:{displayName:{one:`Uruguayan peso (1975–1993)`,other:`Uruguayan pesos (1975–1993)`},narrow:`UYP`,symbol:`UYP`},UYU:{displayName:{one:`Uruguayan peso`,other:`Uruguayan pesos`},narrow:`$`,symbol:`UYU`},UYW:{displayName:{one:`Uruguayan nominal wage index unit`,other:`Uruguayan nominal wage index units`},narrow:`UYW`,symbol:`UYW`},UZS:{displayName:{other:`Uzbekistani som`},narrow:`UZS`,symbol:`UZS`},VEB:{displayName:{one:`Venezuelan bolívar (1871–2008)`,other:`Venezuelan bolívars (1871–2008)`},narrow:`VEB`,symbol:`VEB`},VED:{displayName:{one:`Bolívar Soberano`,other:`Bolívar Soberanos`},narrow:`VED`,symbol:`VED`},VEF:{displayName:{one:`Venezuelan bolívar (2008–2018)`,other:`Venezuelan bolívars (2008–2018)`},narrow:`Bs`,symbol:`VEF`},VES:{displayName:{one:`Venezuelan bolívar`,other:`Venezuelan bolívars`},narrow:`VES`,symbol:`VES`},VND:{displayName:{other:`Vietnamese dong`},narrow:`₫`,symbol:`₫`},VNN:{displayName:{other:`Vietnamese dong (1978–1985)`},narrow:`VNN`,symbol:`VNN`},VUV:{displayName:{one:`Vanuatu vatu`,other:`Vanuatu vatus`},narrow:`VUV`,symbol:`VUV`},WST:{displayName:{other:`Samoan tala`},narrow:`WST`,symbol:`WST`},XAF:{displayName:{one:`Central African CFA franc`,other:`Central African CFA francs`},narrow:`FCFA`,symbol:`FCFA`},XAG:{displayName:{one:`troy ounce of silver`,other:`troy ounces of silver`},narrow:`XAG`,symbol:`XAG`},XAU:{displayName:{one:`troy ounce of gold`,other:`troy ounces of gold`},narrow:`XAU`,symbol:`XAU`},XBA:{displayName:{one:`European composite unit`,other:`European composite units`},narrow:`XBA`,symbol:`XBA`},XBB:{displayName:{one:`European monetary unit`,other:`European monetary units`},narrow:`XBB`,symbol:`XBB`},XBC:{displayName:{one:`European unit of account (XBC)`,other:`European units of account (XBC)`},narrow:`XBC`,symbol:`XBC`},XBD:{displayName:{one:`European unit of account (XBD)`,other:`European units of account (XBD)`},narrow:`XBD`,symbol:`XBD`},XCD:{displayName:{one:`East Caribbean dollar`,other:`East Caribbean dollars`},narrow:`$`,symbol:`EC$`},XCG:{displayName:{one:`Caribbean guilder`,other:`Caribbean guilders`},narrow:`Cg.`,symbol:`Cg.`},XDR:{displayName:{other:`special drawing rights`},narrow:`XDR`,symbol:`XDR`},XEU:{displayName:{one:`European currency unit`,other:`European currency units`},narrow:`XEU`,symbol:`XEU`},XFO:{displayName:{one:`French gold franc`,other:`French gold francs`},narrow:`XFO`,symbol:`XFO`},XFU:{displayName:{one:`French UIC-franc`,other:`French UIC-francs`},narrow:`XFU`,symbol:`XFU`},XOF:{displayName:{one:`West African CFA franc`,other:`West African CFA francs`},narrow:`F CFA`,symbol:`F CFA`},XPD:{displayName:{one:`troy ounce of palladium`,other:`troy ounces of palladium`},narrow:`XPD`,symbol:`XPD`},XPF:{displayName:{one:`CFP franc`,other:`CFP francs`},narrow:`CFPF`,symbol:`CFPF`},XPT:{displayName:{one:`troy ounce of platinum`,other:`troy ounces of platinum`},narrow:`XPT`,symbol:`XPT`},XRE:{displayName:{one:`RINET Funds unit`,other:`RINET Funds units`},narrow:`XRE`,symbol:`XRE`},XSU:{displayName:{one:`Sucre`,other:`Sucres`},narrow:`XSU`,symbol:`XSU`},XTS:{displayName:{one:`Testing Currency unit`,other:`Testing Currency units`},narrow:`XTS`,symbol:`XTS`},XUA:{displayName:{one:`ADB unit of account`,other:`ADB units of account`},narrow:`XUA`,symbol:`XUA`},XXX:{displayName:{one:`(unknown unit of currency)`,other:`(unknown currency)`},narrow:`¤`,symbol:`¤`},YDD:{displayName:{one:`Yemeni dinar`,other:`Yemeni dinars`},narrow:`YDD`,symbol:`YDD`},YER:{displayName:{one:`Yemeni rial`,other:`Yemeni rials`},narrow:`YER`,symbol:`YER`},YUD:{displayName:{one:`Yugoslavian hard dinar (1966–1990)`,other:`Yugoslavian hard dinars (1966–1990)`},narrow:`YUD`,symbol:`YUD`},YUM:{displayName:{one:`Yugoslavian new dinar (1994–2002)`,other:`Yugoslavian new dinars (1994–2002)`},narrow:`YUM`,symbol:`YUM`},YUN:{displayName:{one:`Yugoslavian convertible dinar (1990–1992)`,other:`Yugoslavian convertible dinars (1990–1992)`},narrow:`YUN`,symbol:`YUN`},YUR:{displayName:{one:`Yugoslavian reformed dinar (1992–1993)`,other:`Yugoslavian reformed dinars (1992–1993)`},narrow:`YUR`,symbol:`YUR`},ZAL:{displayName:{one:`South African rand (financial)`,other:`South African rands (financial)`},narrow:`ZAL`,symbol:`ZAL`},ZAR:{displayName:{other:`South African rand`},narrow:`R`,symbol:`ZAR`},ZMK:{displayName:{one:`Zambian kwacha (1968–2012)`,other:`Zambian kwachas (1968–2012)`},narrow:`ZMK`,symbol:`ZMK`},ZMW:{displayName:{one:`Zambian kwacha`,other:`Zambian kwachas`},narrow:`ZK`,symbol:`ZMW`},ZRN:{displayName:{one:`Zairean new zaire (1993–1998)`,other:`Zairean new zaires (1993–1998)`},narrow:`ZRN`,symbol:`ZRN`},ZRZ:{displayName:{one:`Zairean zaire (1971–1993)`,other:`Zairean zaires (1971–1993)`},narrow:`ZRZ`,symbol:`ZRZ`},ZWD:{displayName:{one:`Zimbabwean dollar (1980–2008)`,other:`Zimbabwean dollars (1980–2008)`},narrow:`ZWD`,symbol:`ZWD`},ZWG:{displayName:{other:`Zimbabwean gold`},narrow:`ZWG`,symbol:`ZWG`},ZWL:{displayName:{one:`Zimbabwean dollar (2009–2024)`,other:`Zimbabwean dollars (2009–2024)`},narrow:`ZWL`,symbol:`ZWL`},ZWR:{displayName:{one:`Zimbabwean dollar (2008)`,other:`Zimbabwean dollars (2008)`},narrow:`ZWR`,symbol:`ZWR`}},nu:[`latn`],numbers:{currency:{latn:{accounting:`¤#,##0.00;(¤#,##0.00)`,currencySpacing:{afterInsertBetween:`\xA0`,beforeInsertBetween:`\xA0`},short:{1e3:{other:`¤0K`},1e4:{other:`¤00K`},1e5:{other:`¤000K`},1e6:{other:`¤0M`},1e7:{other:`¤00M`},1e8:{other:`¤000M`},1e9:{other:`¤0B`},"10000000000":{other:`¤00B`},"100000000000":{other:`¤000B`},"1000000000000":{other:`¤0T`},"10000000000000":{other:`¤00T`},"100000000000000":{other:`¤000T`}},standard:`¤#,##0.00`,unitPattern:`{0} {1}`}},decimal:{latn:{long:{1e3:{other:`0 thousand`},1e4:{other:`00 thousand`},1e5:{other:`000 thousand`},1e6:{other:`0 million`},1e7:{other:`00 million`},1e8:{other:`000 million`},1e9:{other:`0 billion`},"10000000000":{other:`00 billion`},"100000000000":{other:`000 billion`},"1000000000000":{other:`0 trillion`},"10000000000000":{other:`00 trillion`},"100000000000000":{other:`000 trillion`}},short:{1e3:{other:`0K`},1e4:{other:`00K`},1e5:{other:`000K`},1e6:{other:`0M`},1e7:{other:`00M`},1e8:{other:`000M`},1e9:{other:`0B`},"10000000000":{other:`00B`},"100000000000":{other:`000B`},"1000000000000":{other:`0T`},"10000000000000":{other:`00T`},"100000000000000":{other:`000T`}},standard:`#,##0.###`}},nu:[`latn`],percent:{latn:`#,##0%`},symbols:{latn:{approximatelySign:`~`,decimal:`.`,exponential:`E`,group:`,`,infinity:`∞`,list:`;`,minusSign:`-`,nan:`NaN`,perMille:`‰`,percentSign:`%`,plusSign:`+`,rangeSign:`–`,superscriptingExponent:`×`,timeSeparator:`:`}}},units:{compound:{per:{long:`{0} per {1}`,narrow:`{0}/{1}`,short:`{0}/{1}`}},simple:{acre:{long:{one:`{0} acre`,other:`{0} acres`},narrow:{other:`{0}ac`},perUnit:{},short:{other:`{0} ac`}},bit:{long:{one:`{0} bit`,other:`{0} bits`},narrow:{other:`{0}bit`},perUnit:{},short:{other:`{0} bit`}},byte:{long:{one:`{0} byte`,other:`{0} bytes`},narrow:{other:`{0}B`},perUnit:{},short:{other:`{0} byte`}},celsius:{long:{one:`{0} degree Celsius`,other:`{0} degrees Celsius`},narrow:{other:`{0}°C`},perUnit:{},short:{other:`{0}°C`}},centimeter:{long:{one:`{0} centimeter`,other:`{0} centimeters`},narrow:{other:`{0}cm`},perUnit:{long:`{0} per centimeter`,narrow:`{0}/cm`,short:`{0}/cm`},short:{other:`{0} cm`}},day:{long:{one:`{0} day`,other:`{0} days`},narrow:{other:`{0}d`},perUnit:{long:`{0} per day`,narrow:`{0}/d`,short:`{0}/d`},short:{one:`{0} day`,other:`{0} days`}},degree:{long:{one:`{0} degree`,other:`{0} degrees`},narrow:{other:`{0}°`},perUnit:{},short:{other:`{0} deg`}},fahrenheit:{long:{one:`{0} degree Fahrenheit`,other:`{0} degrees Fahrenheit`},narrow:{other:`{0}°`},perUnit:{},short:{other:`{0}°F`}},"fluid-ounce":{long:{one:`{0} fluid ounce`,other:`{0} fluid ounces`},narrow:{other:`{0}fl oz`},perUnit:{},short:{other:`{0} fl oz`}},foot:{long:{one:`{0} foot`,other:`{0} feet`},narrow:{other:`{0}′`},perUnit:{long:`{0} per foot`,narrow:`{0}/ft`,short:`{0}/ft`},short:{other:`{0} ft`}},gallon:{long:{one:`{0} gallon`,other:`{0} gallons`},narrow:{other:`{0}gal`},perUnit:{long:`{0} per gallon`,narrow:`{0}/gal`,short:`{0}/gal US`},short:{other:`{0} gal`}},gigabit:{long:{one:`{0} gigabit`,other:`{0} gigabits`},narrow:{other:`{0}Gb`},perUnit:{},short:{other:`{0} Gb`}},gigabyte:{long:{one:`{0} gigabyte`,other:`{0} gigabytes`},narrow:{other:`{0}GB`},perUnit:{},short:{other:`{0} GB`}},gram:{long:{one:`{0} gram`,other:`{0} grams`},narrow:{other:`{0}g`},perUnit:{long:`{0} per gram`,narrow:`{0}/g`,short:`{0}/g`},short:{other:`{0} g`}},hectare:{long:{one:`{0} hectare`,other:`{0} hectares`},narrow:{other:`{0}ha`},perUnit:{},short:{other:`{0} ha`}},hour:{long:{one:`{0} hour`,other:`{0} hours`},narrow:{other:`{0}h`},perUnit:{long:`{0} per hour`,narrow:`{0}/h`,short:`{0}/h`},short:{other:`{0} hr`}},inch:{long:{one:`{0} inch`,other:`{0} inches`},narrow:{other:`{0}″`},perUnit:{long:`{0} per inch`,narrow:`{0}/in`,short:`{0}/in`},short:{other:`{0} in`}},kilobit:{long:{one:`{0} kilobit`,other:`{0} kilobits`},narrow:{other:`{0}kb`},perUnit:{},short:{other:`{0} kb`}},kilobyte:{long:{one:`{0} kilobyte`,other:`{0} kilobytes`},narrow:{other:`{0}kB`},perUnit:{},short:{other:`{0} kB`}},kilogram:{long:{one:`{0} kilogram`,other:`{0} kilograms`},narrow:{other:`{0}kg`},perUnit:{long:`{0} per kilogram`,narrow:`{0}/kg`,short:`{0}/kg`},short:{other:`{0} kg`}},kilometer:{long:{one:`{0} kilometer`,other:`{0} kilometers`},narrow:{other:`{0}km`},perUnit:{long:`{0} per kilometer`,narrow:`{0}/km`,short:`{0}/km`},short:{other:`{0} km`}},"kilometer-per-hour":{long:{one:`{0} kilometer per hour`,other:`{0} kilometers per hour`},narrow:{other:`{0}km/h`},perUnit:{},short:{other:`{0} km/h`}},liter:{long:{one:`{0} liter`,other:`{0} liters`},narrow:{other:`{0}L`},perUnit:{long:`{0} per liter`,narrow:`{0}/L`,short:`{0}/L`},short:{other:`{0} L`}},"liter-per-kilometer":{long:{one:`{0} liter per kilometer`,other:`{0} liters per kilometer`},narrow:{other:`{0}L/km`},perUnit:{},short:{other:`{0} L/km`}},megabit:{long:{one:`{0} megabit`,other:`{0} megabits`},narrow:{other:`{0}Mb`},perUnit:{},short:{other:`{0} Mb`}},megabyte:{long:{one:`{0} megabyte`,other:`{0} megabytes`},narrow:{other:`{0}MB`},perUnit:{},short:{other:`{0} MB`}},meter:{long:{one:`{0} meter`,other:`{0} meters`},narrow:{other:`{0}m`},perUnit:{long:`{0} per meter`,narrow:`{0}/m`,short:`{0}/m`},short:{other:`{0} m`}},"meter-per-second":{long:{one:`{0} meter per second`,other:`{0} meters per second`},narrow:{other:`{0}m/s`},perUnit:{},short:{other:`{0} m/s`}},mile:{long:{one:`{0} mile`,other:`{0} miles`},narrow:{other:`{0}mi`},perUnit:{},short:{other:`{0} mi`}},"mile-per-gallon":{long:{one:`{0} mile per gallon`,other:`{0} miles per gallon`},narrow:{other:`{0}mpg`},perUnit:{},short:{other:`{0} mpg`}},"mile-per-hour":{long:{one:`{0} mile per hour`,other:`{0} miles per hour`},narrow:{other:`{0}mph`},perUnit:{},short:{other:`{0} mph`}},"mile-scandinavian":{long:{one:`{0} mile-scandinavian`,other:`{0} miles-scandinavian`},narrow:{other:`{0}smi`},perUnit:{},short:{other:`{0} smi`}},milliliter:{long:{one:`{0} milliliter`,other:`{0} milliliters`},narrow:{other:`{0}mL`},perUnit:{},short:{other:`{0} mL`}},millimeter:{long:{one:`{0} millimeter`,other:`{0} millimeters`},narrow:{other:`{0}mm`},perUnit:{},short:{other:`{0} mm`}},millisecond:{long:{one:`{0} millisecond`,other:`{0} milliseconds`},narrow:{other:`{0}ms`},perUnit:{},short:{other:`{0} ms`}},minute:{long:{one:`{0} minute`,other:`{0} minutes`},narrow:{other:`{0}m`},perUnit:{long:`{0} per minute`,narrow:`{0}/min`,short:`{0}/min`},short:{other:`{0} min`}},month:{long:{one:`{0} month`,other:`{0} months`},narrow:{other:`{0}m`},perUnit:{long:`{0} per month`,narrow:`{0}/m`,short:`{0}/m`},short:{one:`{0} mth`,other:`{0} mths`}},ounce:{long:{one:`{0} ounce`,other:`{0} ounces`},narrow:{other:`{0}oz`},perUnit:{long:`{0} per ounce`,narrow:`{0}/oz`,short:`{0}/oz`},short:{other:`{0} oz`}},percent:{long:{other:`{0} percent`},narrow:{other:`{0}%`},perUnit:{},short:{other:`{0}%`}},petabyte:{long:{one:`{0} petabyte`,other:`{0} petabytes`},narrow:{other:`{0}PB`},perUnit:{},short:{other:`{0} PB`}},pound:{long:{one:`{0} pound`,other:`{0} pounds`},narrow:{other:`{0}#`},perUnit:{long:`{0} per pound`,narrow:`{0}/lb`,short:`{0}/lb`},short:{other:`{0} lb`}},second:{long:{one:`{0} second`,other:`{0} seconds`},narrow:{other:`{0}s`},perUnit:{long:`{0} per second`,narrow:`{0}/s`,short:`{0}/s`},short:{other:`{0} sec`}},stone:{long:{one:`{0} stone`,other:`{0} stones`},narrow:{other:`{0}st`},perUnit:{},short:{other:`{0} st`}},terabit:{long:{one:`{0} terabit`,other:`{0} terabits`},narrow:{other:`{0}Tb`},perUnit:{},short:{other:`{0} Tb`}},terabyte:{long:{one:`{0} terabyte`,other:`{0} terabytes`},narrow:{other:`{0}TB`},perUnit:{},short:{other:`{0} TB`}},week:{long:{one:`{0} week`,other:`{0} weeks`},narrow:{other:`{0}w`},perUnit:{long:`{0} per week`,narrow:`{0}/w`,short:`{0}/w`},short:{one:`{0} wk`,other:`{0} wks`}},yard:{long:{one:`{0} yard`,other:`{0} yards`},narrow:{other:`{0}yd`},perUnit:{},short:{other:`{0} yd`}},year:{long:{one:`{0} year`,other:`{0} years`},narrow:{other:`{0}y`},perUnit:{long:`{0} per year`,narrow:`{0}/y`,short:`{0}/y`},short:{one:`{0} yr`,other:`{0} yrs`}}}}},locale:`en`})})();
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(function(){function e(e,t){let n=t&&t.cache?t.cache:c,r=t&&t.serializer?t.serializer:o;return(t&&t.strategy?t.strategy:a)(e,{cache:n,serializer:r})}function t(e){return e==null||typeof e==`number`||typeof e==`boolean`}function n(e,n,r,i){let a=t(i)?i:r(i),o=n.get(a);return o===void 0&&(o=e.call(this,i),n.set(a,o)),o}function r(e,t,n){let r=Array.prototype.slice.call(arguments,3),i=n(r),a=t.get(i);return a===void 0&&(a=e.apply(this,r),t.set(i,a)),a}function i(e,t,n,r,i){return n.bind(t,e,r,i)}function a(e,t){let a=e.length===1?n:r;return i(e,this,a,t.cache.create(),t.serializer)}let o=function(){return JSON.stringify(arguments)};var s=class{constructor(){this.cache=Object.create(null)}get(e){return this.cache[e]}set(e,t){this.cache[e]=t}};let c={create:function(){return new s}},l={supplemental:{languageMatching:{"written-new":[{paradigmLocales:{_locales:`en en_GB es es_419 pt_BR pt_PT`}},{$enUS:{_value:`AS+CA+GU+MH+MP+PH+PR+UM+US+VI`}},{$cnsar:{_value:`HK+MO`}},{$americas:{_value:`019`}},{$maghreb:{_value:`MA+DZ+TN+LY+MR+EH`}},{no:{_desired:`nb`,_distance:`1`}},{bs:{_desired:`hr`,_distance:`4`}},{bs:{_desired:`sh`,_distance:`4`}},{hr:{_desired:`sh`,_distance:`4`}},{sr:{_desired:`sh`,_distance:`4`}},{aa:{_desired:`ssy`,_distance:`4`}},{de:{_desired:`gsw`,_distance:`4`,_oneway:`true`}},{de:{_desired:`lb`,_distance:`4`,_oneway:`true`}},{no:{_desired:`da`,_distance:`8`}},{nb:{_desired:`da`,_distance:`8`}},{ru:{_desired:`ab`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ach`,_distance:`30`,_oneway:`true`}},{nl:{_desired:`af`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ak`,_distance:`30`,_oneway:`true`}},{en:{_desired:`am`,_distance:`30`,_oneway:`true`}},{es:{_desired:`ay`,_distance:`20`,_oneway:`true`}},{ru:{_desired:`az`,_distance:`30`,_oneway:`true`}},{ur:{_desired:`bal`,_distance:`20`,_oneway:`true`}},{ru:{_desired:`be`,_distance:`20`,_oneway:`true`}},{en:{_desired:`bem`,_distance:`30`,_oneway:`true`}},{hi:{_desired:`bh`,_distance:`30`,_oneway:`true`}},{en:{_desired:`bn`,_distance:`30`,_oneway:`true`}},{zh:{_desired:`bo`,_distance:`20`,_oneway:`true`}},{fr:{_desired:`br`,_distance:`20`,_oneway:`true`}},{es:{_desired:`ca`,_distance:`20`,_oneway:`true`}},{fil:{_desired:`ceb`,_distance:`30`,_oneway:`true`}},{en:{_desired:`chr`,_distance:`20`,_oneway:`true`}},{ar:{_desired:`ckb`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`co`,_distance:`20`,_oneway:`true`}},{fr:{_desired:`crs`,_distance:`20`,_oneway:`true`}},{sk:{_desired:`cs`,_distance:`20`}},{en:{_desired:`cy`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ee`,_distance:`30`,_oneway:`true`}},{en:{_desired:`eo`,_distance:`30`,_oneway:`true`}},{es:{_desired:`eu`,_distance:`20`,_oneway:`true`}},{da:{_desired:`fo`,_distance:`20`,_oneway:`true`}},{nl:{_desired:`fy`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ga`,_distance:`20`,_oneway:`true`}},{en:{_desired:`gaa`,_distance:`30`,_oneway:`true`}},{en:{_desired:`gd`,_distance:`20`,_oneway:`true`}},{es:{_desired:`gl`,_distance:`20`,_oneway:`true`}},{es:{_desired:`gn`,_distance:`20`,_oneway:`true`}},{hi:{_desired:`gu`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ha`,_distance:`30`,_oneway:`true`}},{en:{_desired:`haw`,_distance:`20`,_oneway:`true`}},{fr:{_desired:`ht`,_distance:`20`,_oneway:`true`}},{ru:{_desired:`hy`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ia`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ig`,_distance:`30`,_oneway:`true`}},{en:{_desired:`is`,_distance:`20`,_oneway:`true`}},{id:{_desired:`jv`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ka`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`kg`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`kk`,_distance:`30`,_oneway:`true`}},{en:{_desired:`km`,_distance:`30`,_oneway:`true`}},{en:{_desired:`kn`,_distance:`30`,_oneway:`true`}},{en:{_desired:`kri`,_distance:`30`,_oneway:`true`}},{tr:{_desired:`ku`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`ky`,_distance:`30`,_oneway:`true`}},{it:{_desired:`la`,_distance:`20`,_oneway:`true`}},{en:{_desired:`lg`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`ln`,_distance:`30`,_oneway:`true`}},{en:{_desired:`lo`,_distance:`30`,_oneway:`true`}},{en:{_desired:`loz`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`lua`,_distance:`30`,_oneway:`true`}},{hi:{_desired:`mai`,_distance:`20`,_oneway:`true`}},{en:{_desired:`mfe`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`mg`,_distance:`30`,_oneway:`true`}},{en:{_desired:`mi`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ml`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`mn`,_distance:`30`,_oneway:`true`}},{hi:{_desired:`mr`,_distance:`30`,_oneway:`true`}},{id:{_desired:`ms`,_distance:`30`,_oneway:`true`}},{en:{_desired:`mt`,_distance:`30`,_oneway:`true`}},{en:{_desired:`my`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ne`,_distance:`30`,_oneway:`true`}},{nb:{_desired:`nn`,_distance:`20`}},{no:{_desired:`nn`,_distance:`20`}},{en:{_desired:`nso`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ny`,_distance:`30`,_oneway:`true`}},{en:{_desired:`nyn`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`oc`,_distance:`20`,_oneway:`true`}},{en:{_desired:`om`,_distance:`30`,_oneway:`true`}},{en:{_desired:`or`,_distance:`30`,_oneway:`true`}},{en:{_desired:`pa`,_distance:`30`,_oneway:`true`}},{en:{_desired:`pcm`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ps`,_distance:`30`,_oneway:`true`}},{es:{_desired:`qu`,_distance:`30`,_oneway:`true`}},{de:{_desired:`rm`,_distance:`20`,_oneway:`true`}},{en:{_desired:`rn`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`rw`,_distance:`30`,_oneway:`true`}},{hi:{_desired:`sa`,_distance:`30`,_oneway:`true`}},{en:{_desired:`sd`,_distance:`30`,_oneway:`true`}},{en:{_desired:`si`,_distance:`30`,_oneway:`true`}},{en:{_desired:`sn`,_distance:`30`,_oneway:`true`}},{en:{_desired:`so`,_distance:`30`,_oneway:`true`}},{en:{_desired:`sq`,_distance:`30`,_oneway:`true`}},{en:{_desired:`st`,_distance:`30`,_oneway:`true`}},{id:{_desired:`su`,_distance:`20`,_oneway:`true`}},{en:{_desired:`sw`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ta`,_distance:`30`,_oneway:`true`}},{en:{_desired:`te`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`tg`,_distance:`30`,_oneway:`true`}},{en:{_desired:`ti`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`tk`,_distance:`30`,_oneway:`true`}},{en:{_desired:`tlh`,_distance:`30`,_oneway:`true`}},{en:{_desired:`tn`,_distance:`30`,_oneway:`true`}},{en:{_desired:`to`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`tt`,_distance:`30`,_oneway:`true`}},{en:{_desired:`tum`,_distance:`30`,_oneway:`true`}},{zh:{_desired:`ug`,_distance:`20`,_oneway:`true`}},{ru:{_desired:`uk`,_distance:`20`,_oneway:`true`}},{en:{_desired:`ur`,_distance:`30`,_oneway:`true`}},{ru:{_desired:`uz`,_distance:`30`,_oneway:`true`}},{fr:{_desired:`wo`,_distance:`30`,_oneway:`true`}},{en:{_desired:`xh`,_distance:`30`,_oneway:`true`}},{en:{_desired:`yi`,_distance:`30`,_oneway:`true`}},{en:{_desired:`yo`,_distance:`30`,_oneway:`true`}},{zh:{_desired:`za`,_distance:`20`,_oneway:`true`}},{en:{_desired:`zu`,_distance:`30`,_oneway:`true`}},{ar:{_desired:`aao`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`abh`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`abv`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`acm`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`acq`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`acw`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`acx`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`acy`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`adf`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`aeb`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`aec`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`afb`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ajp`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`apc`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`apd`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`arq`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ars`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ary`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`arz`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`auz`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`avl`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ayh`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ayl`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ayn`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ayp`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`bbz`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`pga`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`shu`,_distance:`10`,_oneway:`true`}},{ar:{_desired:`ssh`,_distance:`10`,_oneway:`true`}},{az:{_desired:`azb`,_distance:`10`,_oneway:`true`}},{et:{_desired:`vro`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`ffm`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fub`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fue`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fuf`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fuh`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fui`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fuq`,_distance:`10`,_oneway:`true`}},{ff:{_desired:`fuv`,_distance:`10`,_oneway:`true`}},{gn:{_desired:`gnw`,_distance:`10`,_oneway:`true`}},{gn:{_desired:`gui`,_distance:`10`,_oneway:`true`}},{gn:{_desired:`gun`,_distance:`10`,_oneway:`true`}},{gn:{_desired:`nhd`,_distance:`10`,_oneway:`true`}},{iu:{_desired:`ikt`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`enb`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`eyo`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`niq`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`oki`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`pko`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`sgc`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`tec`,_distance:`10`,_oneway:`true`}},{kln:{_desired:`tuy`,_distance:`10`,_oneway:`true`}},{kok:{_desired:`gom`,_distance:`10`,_oneway:`true`}},{kpe:{_desired:`gkp`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`ida`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lkb`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lko`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lks`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lri`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lrm`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lsm`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lto`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lts`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`lwg`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`nle`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`nyd`,_distance:`10`,_oneway:`true`}},{luy:{_desired:`rag`,_distance:`10`,_oneway:`true`}},{lv:{_desired:`ltg`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`bhr`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`bjq`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`bmm`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`bzc`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`msh`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`skg`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`tdx`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`tkg`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`txy`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`xmv`,_distance:`10`,_oneway:`true`}},{mg:{_desired:`xmw`,_distance:`10`,_oneway:`true`}},{mn:{_desired:`mvf`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`bjn`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`btj`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`bve`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`bvu`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`coa`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`dup`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`hji`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`id`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`jak`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`jax`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`kvb`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`kvr`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`kxd`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`lce`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`lcf`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`liw`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`max`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`meo`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`mfa`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`mfb`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`min`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`mqg`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`msi`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`mui`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`orn`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`ors`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`pel`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`pse`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`tmw`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`urk`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`vkk`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`vkt`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`xmm`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`zlm`,_distance:`10`,_oneway:`true`}},{ms:{_desired:`zmi`,_distance:`10`,_oneway:`true`}},{ne:{_desired:`dty`,_distance:`10`,_oneway:`true`}},{om:{_desired:`gax`,_distance:`10`,_oneway:`true`}},{om:{_desired:`hae`,_distance:`10`,_oneway:`true`}},{om:{_desired:`orc`,_distance:`10`,_oneway:`true`}},{or:{_desired:`spv`,_distance:`10`,_oneway:`true`}},{ps:{_desired:`pbt`,_distance:`10`,_oneway:`true`}},{ps:{_desired:`pst`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qub`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qud`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`quf`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qug`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`quh`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`quk`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qul`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qup`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qur`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qus`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`quw`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qux`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`quy`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qva`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvc`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qve`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvh`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvi`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvj`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvl`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvm`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvn`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvo`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvp`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvs`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvw`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qvz`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qwa`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qwc`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qwh`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qws`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxa`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxc`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxh`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxl`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxn`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxo`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxp`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxr`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxt`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxu`,_distance:`10`,_oneway:`true`}},{qu:{_desired:`qxw`,_distance:`10`,_oneway:`true`}},{sc:{_desired:`sdc`,_distance:`10`,_oneway:`true`}},{sc:{_desired:`sdn`,_distance:`10`,_oneway:`true`}},{sc:{_desired:`sro`,_distance:`10`,_oneway:`true`}},{sq:{_desired:`aae`,_distance:`10`,_oneway:`true`}},{sq:{_desired:`aat`,_distance:`10`,_oneway:`true`}},{sq:{_desired:`aln`,_distance:`10`,_oneway:`true`}},{syr:{_desired:`aii`,_distance:`10`,_oneway:`true`}},{uz:{_desired:`uzs`,_distance:`10`,_oneway:`true`}},{yi:{_desired:`yih`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`cdo`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`cjy`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`cpx`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`czh`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`czo`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`gan`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`hak`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`hsn`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`lzh`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`mnp`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`nan`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`wuu`,_distance:`10`,_oneway:`true`}},{zh:{_desired:`yue`,_distance:`10`,_oneway:`true`}},{"*":{_desired:`*`,_distance:`80`}},{"en-Latn":{_desired:`am-Ethi`,_distance:`10`,_oneway:`true`}},{"ru-Cyrl":{_desired:`az-Latn`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`bn-Beng`,_distance:`10`,_oneway:`true`}},{"zh-Hans":{_desired:`bo-Tibt`,_distance:`10`,_oneway:`true`}},{"ru-Cyrl":{_desired:`hy-Armn`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ka-Geor`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`km-Khmr`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`kn-Knda`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`lo-Laoo`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ml-Mlym`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`my-Mymr`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ne-Deva`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`or-Orya`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`pa-Guru`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ps-Arab`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`sd-Arab`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`si-Sinh`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ta-Taml`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`te-Telu`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ti-Ethi`,_distance:`10`,_oneway:`true`}},{"ru-Cyrl":{_desired:`tk-Latn`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`ur-Arab`,_distance:`10`,_oneway:`true`}},{"ru-Cyrl":{_desired:`uz-Latn`,_distance:`10`,_oneway:`true`}},{"en-Latn":{_desired:`yi-Hebr`,_distance:`10`,_oneway:`true`}},{"sr-Cyrl":{_desired:`sr-Latn`,_distance:`5`}},{"zh-Hans":{_desired:`za-Latn`,_distance:`10`,_oneway:`true`}},{"zh-Hans":{_desired:`zh-Hani`,_distance:`20`,_oneway:`true`}},{"zh-Hant":{_desired:`zh-Hani`,_distance:`20`,_oneway:`true`}},{"ar-Arab":{_desired:`ar-Latn`,_distance:`20`,_oneway:`true`}},{"bn-Beng":{_desired:`bn-Latn`,_distance:`20`,_oneway:`true`}},{"gu-Gujr":{_desired:`gu-Latn`,_distance:`20`,_oneway:`true`}},{"hi-Deva":{_desired:`hi-Latn`,_distance:`20`,_oneway:`true`}},{"kn-Knda":{_desired:`kn-Latn`,_distance:`20`,_oneway:`true`}},{"ml-Mlym":{_desired:`ml-Latn`,_distance:`20`,_oneway:`true`}},{"mr-Deva":{_desired:`mr-Latn`,_distance:`20`,_oneway:`true`}},{"ta-Taml":{_desired:`ta-Latn`,_distance:`20`,_oneway:`true`}},{"te-Telu":{_desired:`te-Latn`,_distance:`20`,_oneway:`true`}},{"zh-Hans":{_desired:`zh-Latn`,_distance:`20`,_oneway:`true`}},{"ja-Jpan":{_desired:`ja-Latn`,_distance:`5`,_oneway:`true`}},{"ja-Jpan":{_desired:`ja-Hani`,_distance:`5`,_oneway:`true`}},{"ja-Jpan":{_desired:`ja-Hira`,_distance:`5`,_oneway:`true`}},{"ja-Jpan":{_desired:`ja-Kana`,_distance:`5`,_oneway:`true`}},{"ja-Jpan":{_desired:`ja-Hrkt`,_distance:`5`,_oneway:`true`}},{"ja-Hrkt":{_desired:`ja-Hira`,_distance:`5`,_oneway:`true`}},{"ja-Hrkt":{_desired:`ja-Kana`,_distance:`5`,_oneway:`true`}},{"ko-Kore":{_desired:`ko-Hani`,_distance:`5`,_oneway:`true`}},{"ko-Kore":{_desired:`ko-Hang`,_distance:`5`,_oneway:`true`}},{"ko-Kore":{_desired:`ko-Jamo`,_distance:`5`,_oneway:`true`}},{"ko-Hang":{_desired:`ko-Jamo`,_distance:`5`,_oneway:`true`}},{"*-*":{_desired:`*-*`,_distance:`50`}},{"ar-*-$maghreb":{_desired:`ar-*-$maghreb`,_distance:`4`}},{"ar-*-$!maghreb":{_desired:`ar-*-$!maghreb`,_distance:`4`}},{"ar-*-*":{_desired:`ar-*-*`,_distance:`5`}},{"en-*-$enUS":{_desired:`en-*-$enUS`,_distance:`4`}},{"en-*-GB":{_desired:`en-*-$!enUS`,_distance:`3`}},{"en-*-$!enUS":{_desired:`en-*-$!enUS`,_distance:`4`}},{"en-*-*":{_desired:`en-*-*`,_distance:`5`}},{"es-*-$americas":{_desired:`es-*-$americas`,_distance:`4`}},{"es-*-$!americas":{_desired:`es-*-$!americas`,_distance:`4`}},{"es-*-*":{_desired:`es-*-*`,_distance:`5`}},{"pt-*-$americas":{_desired:`pt-*-$americas`,_distance:`4`}},{"pt-*-$!americas":{_desired:`pt-*-$!americas`,_distance:`4`}},{"pt-*-*":{_desired:`pt-*-*`,_distance:`5`}},{"zh-Hant-$cnsar":{_desired:`zh-Hant-$cnsar`,_distance:`4`}},{"zh-Hant-$!cnsar":{_desired:`zh-Hant-$!cnsar`,_distance:`4`}},{"zh-Hant-*":{_desired:`zh-Hant-*`,_distance:`5`}},{"*-*-*":{_desired:`*-*-*`,_distance:`4`}}]}}},u={"001":`001.001-status-grouping.002.005.009.011.013.014.015.017.018.019.021.029.030.034.035.039.053.054.057.061.142.143.145.150.151.154.155.AC.AD.AE.AF.AG.AI.AL.AM.AO.AQ.AR.AS.AT.AU.AW.AX.AZ.BA.BB.BD.BE.BF.BG.BH.BI.BJ.BL.BM.BN.BO.BQ.BR.BS.BT.BV.BW.BY.BZ.CA.CC.CD.CF.CG.CH.CI.CK.CL.CM.CN.CO.CP.CQ.CR.CU.CV.CW.CX.CY.CZ.DE.DG.DJ.DK.DM.DO.DZ.EA.EC.EE.EG.EH.ER.ES.ET.EU.EZ.FI.FJ.FK.FM.FO.FR.GA.GB.GD.GE.GF.GG.GH.GI.GL.GM.GN.GP.GQ.GR.GS.GT.GU.GW.GY.HK.HM.HN.HR.HT.HU.IC.ID.IE.IL.IM.IN.IO.IQ.IR.IS.IT.JE.JM.JO.JP.KE.KG.KH.KI.KM.KN.KP.KR.KW.KY.KZ.LA.LB.LC.LI.LK.LR.LS.LT.LU.LV.LY.MA.MC.MD.ME.MF.MG.MH.MK.ML.MM.MN.MO.MP.MQ.MR.MS.MT.MU.MV.MW.MX.MY.MZ.NA.NC.NE.NF.NG.NI.NL.NO.NP.NR.NU.NZ.OM.PA.PE.PF.PG.PH.PK.PL.PM.PN.PR.PS.PT.PW.PY.QA.QO.RE.RO.RS.RU.RW.SA.SB.SC.SD.SE.SG.SH.SI.SJ.SK.SL.SM.SN.SO.SR.SS.ST.SV.SX.SY.SZ.TA.TC.TD.TF.TG.TH.TJ.TK.TL.TM.TN.TO.TR.TT.TV.TW.TZ.UA.UG.UM.UN.US.UY.UZ.VA.VC.VE.VG.VI.VN.VU.WF.WS.XK.YE.YT.ZA.ZM.ZW`.split(`.`),"002":`002.002-status-grouping.011.014.015.017.018.202.AO.BF.BI.BJ.BW.CD.CF.CG.CI.CM.CV.DJ.DZ.EA.EG.EH.ER.ET.GA.GH.GM.GN.GQ.GW.IC.IO.KE.KM.LR.LS.LY.MA.MG.ML.MR.MU.MW.MZ.NA.NE.NG.RE.RW.SC.SD.SH.SL.SN.SO.SS.ST.SZ.TD.TF.TG.TN.TZ.UG.YT.ZA.ZM.ZW`.split(`.`),"003":`003.013.021.029.AG.AI.AW.BB.BL.BM.BQ.BS.BZ.CA.CR.CU.CW.DM.DO.GD.GL.GP.GT.HN.HT.JM.KN.KY.LC.MF.MQ.MS.MX.NI.PA.PM.PR.SV.SX.TC.TT.US.VC.VG.VI`.split(`.`),"005":[`005`,`AR`,`BO`,`BR`,`BV`,`CL`,`CO`,`EC`,`FK`,`GF`,`GS`,`GY`,`PE`,`PY`,`SR`,`UY`,`VE`],"009":`009.053.054.057.061.AC.AQ.AS.AU.CC.CK.CP.CX.DG.FJ.FM.GU.HM.KI.MH.MP.NC.NF.NR.NU.NZ.PF.PG.PN.PW.QO.SB.TA.TK.TO.TV.UM.VU.WF.WS`.split(`.`),"011":[`011`,`BF`,`BJ`,`CI`,`CV`,`GH`,`GM`,`GN`,`GW`,`LR`,`ML`,`MR`,`NE`,`NG`,`SH`,`SL`,`SN`,`TG`],"013":[`013`,`BZ`,`CR`,`GT`,`HN`,`MX`,`NI`,`PA`,`SV`],"014":[`014`,`BI`,`DJ`,`ER`,`ET`,`IO`,`KE`,`KM`,`MG`,`MU`,`MW`,`MZ`,`RE`,`RW`,`SC`,`SO`,`SS`,`TF`,`TZ`,`UG`,`YT`,`ZM`,`ZW`],"015":[`015`,`DZ`,`EA`,`EG`,`EH`,`IC`,`LY`,`MA`,`SD`,`TN`],"017":[`017`,`AO`,`CD`,`CF`,`CG`,`CM`,`GA`,`GQ`,`ST`,`TD`],"018":[`018`,`BW`,`LS`,`NA`,`SZ`,`ZA`],"019":`003.005.013.019.019-status-grouping.021.029.419.AG.AI.AR.AW.BB.BL.BM.BO.BQ.BR.BS.BV.BZ.CA.CL.CO.CR.CU.CW.DM.DO.EC.FK.GD.GF.GL.GP.GS.GT.GY.HN.HT.JM.KN.KY.LC.MF.MQ.MS.MX.NI.PA.PE.PM.PR.PY.SR.SV.SX.TC.TT.US.UY.VC.VE.VG.VI`.split(`.`),"021":[`021`,`BM`,`CA`,`GL`,`PM`,`US`],"029":`029.AG.AI.AW.BB.BL.BQ.BS.CU.CW.DM.DO.GD.GP.HT.JM.KN.KY.LC.MF.MQ.MS.PR.SX.TC.TT.VC.VG.VI`.split(`.`),"030":[`030`,`CN`,`HK`,`JP`,`KP`,`KR`,`MN`,`MO`,`TW`],"034":[`034`,`AF`,`BD`,`BT`,`IN`,`IR`,`LK`,`MV`,`NP`,`PK`],"035":[`035`,`BN`,`ID`,`KH`,`LA`,`MM`,`MY`,`PH`,`SG`,`TH`,`TL`,`VN`],"039":[`039`,`AD`,`AL`,`BA`,`ES`,`GI`,`GR`,`HR`,`IT`,`ME`,`MK`,`MT`,`PT`,`RS`,`SI`,`SM`,`VA`,`XK`],"053":[`053`,`AU`,`CC`,`CX`,`HM`,`NF`,`NZ`],"054":[`054`,`FJ`,`NC`,`PG`,`SB`,`VU`],"057":[`057`,`FM`,`GU`,`KI`,`MH`,`MP`,`NR`,`PW`,`UM`],"061":[`061`,`AS`,`CK`,`NU`,`PF`,`PN`,`TK`,`TO`,`TV`,`WF`,`WS`],142:`030.034.035.142.143.145.AE.AF.AM.AZ.BD.BH.BN.BT.CN.CY.GE.HK.ID.IL.IN.IQ.IR.JO.JP.KG.KH.KP.KR.KW.KZ.LA.LB.LK.MM.MN.MO.MV.MY.NP.OM.PH.PK.PS.QA.SA.SG.SY.TH.TJ.TL.TM.TR.TW.UZ.VN.YE`.split(`.`),143:[`143`,`KG`,`KZ`,`TJ`,`TM`,`UZ`],145:[`145`,`AE`,`AM`,`AZ`,`BH`,`CY`,`GE`,`IL`,`IQ`,`JO`,`KW`,`LB`,`OM`,`PS`,`QA`,`SA`,`SY`,`TR`,`YE`],150:`039.150.151.154.155.AD.AL.AT.AX.BA.BE.BG.BY.CH.CQ.CZ.DE.DK.EE.ES.FI.FO.FR.GB.GG.GI.GR.HR.HU.IE.IM.IS.IT.JE.LI.LT.LU.LV.MC.MD.ME.MK.MT.NL.NO.PL.PT.RO.RS.RU.SE.SI.SJ.SK.SM.UA.VA.XK`.split(`.`),151:[`151`,`BG`,`BY`,`CZ`,`HU`,`MD`,`PL`,`RO`,`RU`,`SK`,`UA`],154:[`154`,`AX`,`CQ`,`DK`,`EE`,`FI`,`FO`,`GB`,`GG`,`IE`,`IM`,`IS`,`JE`,`LT`,`LV`,`NO`,`SE`,`SJ`],155:[`155`,`AT`,`BE`,`CH`,`DE`,`FR`,`LI`,`LU`,`MC`,`NL`],202:`011.014.017.018.202.AO.BF.BI.BJ.BW.CD.CF.CG.CI.CM.CV.DJ.ER.ET.GA.GH.GM.GN.GQ.GW.IO.KE.KM.LR.LS.MG.ML.MR.MU.MW.MZ.NA.NE.NG.RE.RW.SC.SH.SL.SN.SO.SS.ST.SZ.TD.TF.TG.TZ.UG.YT.ZA.ZM.ZW`.split(`.`),419:`005.013.029.419.AG.AI.AR.AW.BB.BL.BO.BQ.BR.BS.BV.BZ.CL.CO.CR.CU.CW.DM.DO.EC.FK.GD.GF.GP.GS.GT.GY.HN.HT.JM.KN.KY.LC.MF.MQ.MS.MX.NI.PA.PE.PR.PY.SR.SV.SX.TC.TT.UY.VC.VE.VG.VI`.split(`.`),EU:`AT.BE.BG.CY.CZ.DE.DK.EE.ES.EU.FI.FR.GR.HR.HU.IE.IT.LT.LU.LV.MT.NL.PL.PT.RO.SE.SI.SK`.split(`.`),EZ:[`AT`,`BE`,`CY`,`DE`,`EE`,`ES`,`EZ`,`FI`,`FR`,`GR`,`IE`,`IT`,`LT`,`LU`,`LV`,`MT`,`NL`,`PT`,`SI`,`SK`],QO:[`AC`,`AQ`,`CP`,`DG`,`QO`,`TA`],UN:`AD.AE.AF.AG.AL.AM.AO.AR.AT.AU.AZ.BA.BB.BD.BE.BF.BG.BH.BI.BJ.BN.BO.BR.BS.BT.BW.BY.BZ.CA.CD.CF.CG.CH.CI.CL.CM.CN.CO.CR.CU.CV.CY.CZ.DE.DJ.DK.DM.DO.DZ.EC.EE.EG.ER.ES.ET.FI.FJ.FM.FR.GA.GB.GD.GE.GH.GM.GN.GQ.GR.GT.GW.GY.HN.HR.HT.HU.ID.IE.IL.IN.IQ.IR.IS.IT.JM.JO.JP.KE.KG.KH.KI.KM.KN.KP.KR.KW.KZ.LA.LB.LC.LI.LK.LR.LS.LT.LU.LV.LY.MA.MC.MD.ME.MG.MH.MK.ML.MM.MN.MR.MT.MU.MV.MW.MX.MY.MZ.NA.NE.NG.NI.NL.NO.NP.NR.NZ.OM.PA.PE.PG.PH.PK.PL.PT.PW.PY.QA.RO.RS.RU.RW.SA.SB.SC.SD.SE.SG.SI.SK.SL.SM.SN.SO.SR.SS.ST.SV.SY.SZ.TD.TG.TH.TJ.TL.TM.TN.TO.TR.TT.TV.TZ.UA.UG.UN.US.UY.UZ.VC.VE.VN.VU.WS.YE.ZA.ZM.ZW`.split(`.`)},d=/-u(?:-[0-9a-z]{2,8})+/gi;function f(e,t,n=Error){if(!e)throw new n(t)}let p;function m(){if(!p){let e=l.supplemental.languageMatching[`written-new`][0]?.paradigmLocales?._locales.split(` `),t=l.supplemental.languageMatching[`written-new`].slice(1,5);p={matches:l.supplemental.languageMatching[`written-new`].slice(5).map(e=>{let t=Object.keys(e)[0],n=e[t];return{supported:t,desired:n._desired,distance:+n._distance,oneway:n.oneway===`true`}},{}),matchVariables:t.reduce((e,t)=>{let n=Object.keys(t)[0],r=t[n];return e[n.slice(1)]=r._value.split(`+`),e},{}),paradigmLocales:[...e,...e.map(e=>new Intl.Locale(e.replace(/_/g,`-`)).maximize().toString())]}}return p}function h(e,t,n){let[r,i,a]=t.split(`-`),o=!0;if(a&&a[0]===`$`){let t=a[1]!==`!`,r=(t?n[a.slice(1)]:n[a.slice(2)]).map(e=>u[e]||[e]).reduce((e,t)=>[...e,...t],[]);o&&=r.indexOf(e.region||``)>-1==t}else o&&=e.region?a===`*`||a===e.region:!0;return o&&=e.script?i===`*`||i===e.script:!0,o&&=e.language?r===`*`||r===e.language:!0,o}function g(e){return[e.language,e.script,e.region].filter(Boolean).join(`-`)}function _(e,t,n){for(let r of n.matches){let i=h(e,r.desired,n.matchVariables)&&h(t,r.supported,n.matchVariables);if(!r.oneway&&!i&&(i=h(e,r.supported,n.matchVariables)&&h(t,r.desired,n.matchVariables)),i){let i=r.distance*10;return n.paradigmLocales.indexOf(g(e))>-1==n.paradigmLocales.indexOf(g(t))>-1?i:i-1}}throw Error(`No matching distance found`)}function ee(e,t){let n=new Intl.Locale(e).maximize(),r=new Intl.Locale(t).maximize(),i={language:n.language,script:n.script||``,region:n.region||``},a={language:r.language,script:r.script||``,region:r.region||``},o=0,s=m();return i.language!==a.language&&(o+=_({language:n.language,script:``,region:``},{language:r.language,script:``,region:``},s)),i.script!==a.script&&(o+=_({language:n.language,script:i.script,region:``},{language:r.language,script:a.script,region:``},s)),i.region!==a.region&&(o+=_(i,a,s)),o}let te=e(ee,{serializer:e=>`${e[0]}|${e[1]}`});function ne(e){let t=[],n=e;for(;n;){t.push(n);let e=n.lastIndexOf(`-`);if(e===-1)break;n=n.substring(0,e)}return t}let re=new WeakMap;function ie(e,t,n=838){let r=1/0,i={matchedDesiredLocale:``,distances:{}},a=re.get(t);a||(a=t.map(e=>{try{return Intl.getCanonicalLocales([e])[0]||e}catch{return e}}),re.set(t,a));let o=new Set(a);for(let t=0;t<e.length;t++){let n=e[t];if(o.has(n)){let e=0+t*40;if(i.distances[n]={[n]:e},e<r&&(r=e,i.matchedDesiredLocale=n,i.matchedSupportedLocale=n),t===0)return i}}for(let t=0;t<e.length;t++){let n=e[t];try{let e=new Intl.Locale(n).maximize().toString();if(e!==n){let a=ne(e);for(let s=0;s<a.length;s++){let c=a[s];if(c!==n&&o.has(c)){let a;try{a=new Intl.Locale(c).maximize().toString()===e?0+t*40:s*10+t*40}catch{a=s*10+t*40}i.distances[n]||(i.distances[n]={}),i.distances[n][c]=a,a<r&&(r=a,i.matchedDesiredLocale=n,i.matchedSupportedLocale=c);break}}}}catch{}}return i.matchedSupportedLocale&&r===0?i:(r=1/0,e.forEach((e,n)=>{i.distances[e]||(i.distances[e]={}),a.forEach((a,o)=>{let s=t[o],c=te(e,a)+0+n*40;i.distances[e][s]=c,c<r&&(r=c,i.matchedDesiredLocale=e,i.matchedSupportedLocale=s)})}),r>=n&&(i.matchedDesiredLocale=void 0,i.matchedSupportedLocale=void 0),i)}function ae(e,t,n){let r,i,a=[],o=t.reduce((e,t)=>{let n=t.replace(d,``);return a.push(n),e[n]=t,e},{}),s=ie(a,e);return s.matchedSupportedLocale&&s.matchedDesiredLocale&&(r=s.matchedSupportedLocale,i=o[s.matchedDesiredLocale].slice(s.matchedDesiredLocale.length)||void 0),r?{locale:r,extension:i}:{locale:n()}}function oe(e,t){let n=t.toLowerCase();return f(e!==void 0,`ukey must be defined`),n}function v(e){return Intl.getCanonicalLocales(e)[0]}function se(e,t,n){f(e.indexOf(`-u-`)===-1,`Expected locale to not have a Unicode locale extension`);let r=`-u`;for(let e of t)r+=`-${e}`;for(let e of n){let{key:t,value:n}=e;r+=`-${t}`,n!==``&&(r+=`-${n}`)}if(r===`-u`)return v(e);let i=e.indexOf(`-x-`),a;if(i===-1)a=e+r;else{let t=e.slice(0,i),n=e.slice(i);a=t+r+n}return v(a)}let y=new WeakMap;function b(e,t){let n=y.get(e);n||(n=new Set(e),y.set(e,n));let r=t;for(;;){if(n.has(r))return r;let e=r.lastIndexOf(`-`);if(!~e)return;e>=2&&r[e-2]===`-`&&(e-=2),r=r.slice(0,e)}}function ce(e,t,n){let r={locale:``};for(let n of t){let t=n.replace(d,``),i=b(e,t);if(i)return r.locale=i,n!==t&&(r.extension=n.slice(t.length,n.length)),r}return r.locale=n(),r}function le(e){f(e===e.toLowerCase(),`Expected extension to be lowercase`),f(e.slice(0,3)===`-u-`,`Expected extension to be a Unicode locale extension`);let t=[],n=[],r,i=e.length,a=3;for(;a<i;){let o=e.indexOf(`-`,a),s;s=o===-1?i-a:o-a;let c=e.slice(a,a+s);f(s>=2,`Expected a subtag to have at least 2 characters`),r===void 0&&s!=2?t.indexOf(c)===-1&&t.push(c):s===2?(r={key:c,value:``},n.find(e=>e.key===r?.key)===void 0&&n.push(r)):r?.value===``?r.value=c:(f(r!==void 0,`Expected keyword to be defined`),r.value+=`-`+c),a+=s+1}return{attributes:t,keywords:n}}function ue(e,t,n,r,i,a){let o=n.localeMatcher,s;s=o===`lookup`?ce(Array.from(e),t,a):ae(Array.from(e),t,a),s??={locale:a(),extension:``};let c=s.locale,l=i[c],u={locale:`en`,dataLocale:c},d,p;s.extension?(d=le(s.extension),p=d.keywords):p=[];let m=[];for(let e of r){let t=l?.[e]??[];f(Array.isArray(t),`keyLocaleData for ${e} must be an array`);let r=t[0];f(r===void 0||typeof r==`string`,`value must be a string or undefined`);let i,a=p.find(t=>t.key===e);if(a){let n=a.value;n===``?t.indexOf(`true`)>-1&&(r=`true`,i={key:e,value:r}):t.indexOf(n)>-1&&(r=n,i={key:e,value:r})}let o=n[e];f(o==null||typeof o==`string`,`optionsValue must be a string or undefined`),typeof o==`string`&&(o=oe(e.toLowerCase(),o),o===``&&(o=`true`)),o!==r&&t.indexOf(o)>-1&&(r=o,i=void 0),i&&m.push(i),u[e]=r}let h=[];return m.length>0&&(h=[],c=se(c,h,m)),u.locale=c,u}function de(e,t){let n=[];for(let r of t){let t=b(e,r.replace(d,``));t&&n.push(t)}return n}var x=function(e){return e[e.NONE=0]=`NONE`,e[e.NAN=1]=`NAN`,e[e.POSITIVE_INFINITY=2]=`POSITIVE_INFINITY`,e[e.NEGATIVE_INFINITY=3]=`NEGATIVE_INFINITY`,e}(x||{});function S(e,t){if(e===0n)return[0n,0];for(;e%10n==0n;)e/=10n,t++;return[e,t]}function C(e){return e<0n?-e:e}function fe(e){if(e===0n)return 1;e<0n&&(e=-e);let t=0,n=1000000000000000n;for(;e>=n;)e/=n,t+=15;let r=Number(e);for(;r>=1;)r/=10,t++;return t}function w(e){if(e<=0)return 1n;let t=1n,n=10n,r=e;for(;r>0;)r&1&&(t*=n),n*=n,r>>=1;return t}function pe(e){if(e=e.trim(),e===`NaN`)return{mantissa:0n,exponent:0,special:x.NAN,negativeZero:!1};if(e===`Infinity`||e===`+Infinity`)return{mantissa:0n,exponent:0,special:x.POSITIVE_INFINITY,negativeZero:!1};if(e===`-Infinity`)return{mantissa:0n,exponent:0,special:x.NEGATIVE_INFINITY,negativeZero:!1};let t=!1,n=0;e[n]===`-`?(t=!0,n++):e[n]===`+`&&n++;let r=e.indexOf(`e`,n);r===-1&&(r=e.indexOf(`E`,n));let i=0,a;r===-1?a=e.substring(n):(i=parseInt(e.substring(r+1),10),a=e.substring(n,r));let o=a.indexOf(`.`),s,c;o===-1?(s=a,c=``):(s=a.substring(0,o),c=a.substring(o+1));let l=s+c,u=i-c.length;if(l===``||l===`0`||/^0+$/.test(l))return{mantissa:0n,exponent:0,special:x.NONE,negativeZero:t};let d=BigInt(l);t&&(d=-d);let[f,p]=S(d,u);return{mantissa:f,exponent:p,special:x.NONE,negativeZero:!1}}var T=class e{constructor(e){if(typeof e==`bigint`){let[t,n]=S(e,0);this._mantissa=t,this._exponent=n,this._special=x.NONE,this._negativeZero=!1;return}if(typeof e==`number`){if(Number.isNaN(e)){this._mantissa=0n,this._exponent=0,this._special=x.NAN,this._negativeZero=!1;return}if(e===1/0){this._mantissa=0n,this._exponent=0,this._special=x.POSITIVE_INFINITY,this._negativeZero=!1;return}if(e===-1/0){this._mantissa=0n,this._exponent=0,this._special=x.NEGATIVE_INFINITY,this._negativeZero=!1;return}if(e===0){this._mantissa=0n,this._exponent=0,this._special=x.NONE,this._negativeZero=Object.is(e,-0);return}e=String(e)}let t=pe(e);this._mantissa=t.mantissa,this._exponent=t.exponent,this._special=t.special,this._negativeZero=t.negativeZero}static _create(t,n,r,i){let a=Object.create(e.prototype);return a._mantissa=t,a._exponent=n,a._special=r,a._negativeZero=i,a}static _coerce(t){return t instanceof e?t:new e(t)}times(t){let n=e._coerce(t);if(this._special||n._special)return this._specialArith(n,`times`);if(this._mantissa===0n||n._mantissa===0n){let t=this._isSignNegative()?!n._isSignNegative():n._isSignNegative();return e._create(0n,0,x.NONE,t)}let[r,i]=S(this._mantissa*n._mantissa,this._exponent+n._exponent);return e._create(r,i,x.NONE,!1)}div(t){let n=e._coerce(t);if(this._special||n._special)return this._specialArith(n,`div`);if(n._mantissa===0n){if(this._mantissa===0n)return e._create(0n,0,x.NAN,!1);let t=this._isSignNegative()!==n._isSignNegative();return e._create(0n,0,t?x.NEGATIVE_INFINITY:x.POSITIVE_INFINITY,!1)}if(this._mantissa===0n){let t=this._isSignNegative()!==n._isSignNegative();return e._create(0n,0,x.NONE,t)}let[r,i]=S(this._mantissa*w(40)/n._mantissa,this._exponent-n._exponent-40);return e._create(r,i,x.NONE,!1)}plus(t){let n=e._coerce(t);if(this._special||n._special)return this._specialArith(n,`plus`);if(this._mantissa===0n&&n._mantissa===0n){let t=this._negativeZero&&n._negativeZero;return e._create(0n,0,x.NONE,t)}if(this._mantissa===0n)return n;if(n._mantissa===0n)return this;let r=this._mantissa,i=n._mantissa,a=this._exponent,o=n._exponent,s=Math.min(a,o);a>s&&(r*=w(a-s)),o>s&&(i*=w(o-s));let c=r+i;if(c===0n)return e._create(0n,0,x.NONE,!1);let[l,u]=S(c,s);return e._create(l,u,x.NONE,!1)}minus(t){return this.plus(e._coerce(t).negated())}mod(t){let n=e._coerce(t);if(this._special||n._special){if(this._special===x.NAN||n._special===x.NAN||this._special===x.POSITIVE_INFINITY||this._special===x.NEGATIVE_INFINITY)return e._create(0n,0,x.NAN,!1);if(n._special===x.POSITIVE_INFINITY||n._special===x.NEGATIVE_INFINITY)return this}if(n._mantissa===0n)return e._create(0n,0,x.NAN,!1);if(this._mantissa===0n)return this;let r=this._mantissa,i=n._mantissa,a=this._exponent,o=n._exponent,s=Math.min(a,o);a>s&&(r*=w(a-s)),o>s&&(i*=w(o-s));let c=r%i;if(c===0n)return e._create(0n,0,x.NONE,!1);let[l,u]=S(c,s);return e._create(l,u,x.NONE,!1)}abs(){return this._special===x.NAN?this:this._special===x.NEGATIVE_INFINITY?e._create(0n,0,x.POSITIVE_INFINITY,!1):e._create(C(this._mantissa),this._exponent,this._special,!1)}negated(){return this._special===x.NAN?this:this._special===x.POSITIVE_INFINITY?e._create(0n,0,x.NEGATIVE_INFINITY,!1):this._special===x.NEGATIVE_INFINITY?e._create(0n,0,x.POSITIVE_INFINITY,!1):this._mantissa===0n?e._create(0n,0,x.NONE,!this._negativeZero):e._create(-this._mantissa,this._exponent,x.NONE,!1)}pow(t){if(this._special===x.NAN)return this;if(t===0)return new e(1);if(t<0)return new e(1).div(this.pow(-t));if(this._special===x.POSITIVE_INFINITY)return this;if(this._special===x.NEGATIVE_INFINITY)return t%2==0?e._create(0n,0,x.POSITIVE_INFINITY,!1):this;if(this._mantissa===0n)return new e(0);let[n,r]=S(this._mantissa**BigInt(t),this._exponent*t);return e._create(n,r,x.NONE,!1)}floor(){if(this._special!==x.NONE||this._mantissa===0n||this._exponent>=0)return this;let t=w(-this._exponent),n=this._mantissa,r=n/t;if(n<0n&&n%t!==0n&&(r-=1n),r===0n){let t=this._mantissa<0n;return e._create(0n,0,x.NONE,t)}let[i,a]=S(r,0);return e._create(i,a,x.NONE,!1)}ceil(){if(this._special!==x.NONE||this._mantissa===0n||this._exponent>=0)return this;let t=w(-this._exponent),n=this._mantissa,r=n/t;if(n>0n&&n%t!==0n&&(r+=1n),r===0n)return e._create(0n,0,x.NONE,!1);let[i,a]=S(r,0);return e._create(i,a,x.NONE,!1)}log(t){if(this._special===x.NAN)return this;if(this._special===x.NEGATIVE_INFINITY)return e._create(0n,0,x.NAN,!1);if(this._special===x.POSITIVE_INFINITY)return e._create(0n,0,x.POSITIVE_INFINITY,!1);if(this._mantissa<0n)return e._create(0n,0,x.NAN,!1);if(this._mantissa===0n)return e._create(0n,0,x.NEGATIVE_INFINITY,!1);if(t===10)return this._log10();let n=this._log10(),r=new e(Math.log10(t));return n.div(r)}_log10(){let t=C(this._mantissa),n=fe(t),r;if(n<=15)r=Math.log10(Number(t));else{let e=n-17,i=t/w(e);r=Math.log10(Number(i))+e}return new e(r+this._exponent)}eq(t){let n=e._coerce(t);return this._special===x.NAN||n._special===x.NAN||this._special!==n._special?!1:this._special!==x.NONE||this._mantissa===0n&&n._mantissa===0n?!0:this._mantissa===n._mantissa&&this._exponent===n._exponent}_compareTo(e){if(this._special===x.NAN||e._special===x.NAN)return NaN;if(this._special===x.POSITIVE_INFINITY)return e._special===x.POSITIVE_INFINITY?0:1;if(this._special===x.NEGATIVE_INFINITY)return e._special===x.NEGATIVE_INFINITY?0:-1;if(e._special===x.POSITIVE_INFINITY)return-1;if(e._special===x.NEGATIVE_INFINITY)return 1;let t=this._mantissa===0n,n=e._mantissa===0n;if(t&&n)return 0;if(t)return e._mantissa>0n?-1:1;if(n)return this._mantissa>0n?1:-1;let r=this._mantissa<0n;if(r!==e._mantissa<0n)return r?-1:1;let i=this._mantissa,a=e._mantissa,o=this._exponent,s=e._exponent,c=Math.min(o,s);return o>c&&(i*=w(o-c)),s>c&&(a*=w(s-c)),i<a?-1:+(i>a)}lessThan(t){return this._compareTo(e._coerce(t))===-1}greaterThan(t){return this._compareTo(e._coerce(t))===1}lessThanOrEqualTo(t){let n=this._compareTo(e._coerce(t));return n===0||n===-1}greaterThanOrEqualTo(t){let n=this._compareTo(e._coerce(t));return n===0||n===1}isZero(){return this._special===x.NONE&&this._mantissa===0n}isNaN(){return this._special===x.NAN}isFinite(){return this._special===x.NONE}isNegative(){return this._special===x.NAN?!1:this._special===x.NEGATIVE_INFINITY?!0:this._special===x.POSITIVE_INFINITY?!1:this._mantissa===0n?this._negativeZero:this._mantissa<0n}isPositive(){return this._special===x.NAN?!1:this._special===x.POSITIVE_INFINITY?!0:this._special===x.NEGATIVE_INFINITY?!1:this._mantissa===0n?!this._negativeZero:this._mantissa>0n}isInteger(){return this._special===x.NONE?this._mantissa===0n?!0:this._exponent>=0:!1}toJSON(){return this.toString()}toNumber(){return this._special===x.NAN?NaN:this._special===x.POSITIVE_INFINITY?1/0:this._special===x.NEGATIVE_INFINITY?-1/0:this._mantissa===0n?this._negativeZero?-0:0:Number(this.toString())}toString(){if(this._special===x.NAN)return`NaN`;if(this._special===x.POSITIVE_INFINITY)return`Infinity`;if(this._special===x.NEGATIVE_INFINITY)return`-Infinity`;if(this._mantissa===0n)return`0`;let e=this._mantissa<0n,t=C(this._mantissa).toString(),n=e?`-`:``;if(this._exponent===0)return n+t;if(this._exponent>0)return n+t+`0`.repeat(this._exponent);let r=-this._exponent;if(r<t.length){let e=t.slice(0,t.length-r),i=t.slice(t.length-r);return n+e+`.`+i}else{let e=r-t.length;return n+`0.`+`0`.repeat(e)+t}}static pow(t,n){let r=typeof n==`number`?n:n.toNumber();return typeof t==`number`&&t===10?e._create(1n,r,x.NONE,!1):(t instanceof e?t:new e(t)).pow(r)}static set(e){}_isSignNegative(){return this._special===x.NEGATIVE_INFINITY||this._mantissa<0n?!0:this._mantissa===0n?this._negativeZero:!1}_specialArith(t,n){let r=this._special,i=t._special;if(r===x.NAN||i===x.NAN)return e._create(0n,0,x.NAN,!1);let a=this._isSignNegative(),o=t._isSignNegative(),s=r===x.POSITIVE_INFINITY||r===x.NEGATIVE_INFINITY,c=i===x.POSITIVE_INFINITY||i===x.NEGATIVE_INFINITY;if(n===`times`&&(s||c)){if(s&&t._mantissa===0n&&!c||c&&this._mantissa===0n&&!s)return e._create(0n,0,x.NAN,!1);let n=a!==o;return e._create(0n,0,n?x.NEGATIVE_INFINITY:x.POSITIVE_INFINITY,!1)}if(n===`div`){if(s&&c)return e._create(0n,0,x.NAN,!1);if(s){let t=a!==o;return e._create(0n,0,t?x.NEGATIVE_INFINITY:x.POSITIVE_INFINITY,!1)}if(c){let t=a!==o;return e._create(0n,0,x.NONE,t)}}if(n===`plus`){if(s&&c)return a===o?this:e._create(0n,0,x.NAN,!1);if(s)return this;if(c)return t}return e._create(0n,0,x.NAN,!1)}};function E(e){return Intl.getCanonicalLocales(e)}function D(e){if(e==null)throw TypeError(`undefined/null cannot be converted to object`);return Object(e)}function me(e){if(typeof e==`symbol`)throw TypeError(`Cannot convert a Symbol value to a string`);return String(e)}function O(e,t,n,r,i){if(typeof e!=`object`)throw TypeError(`Options must be an object`);let a=e[t];if(a!==void 0){if(n!==`boolean`&&n!==`string`)throw TypeError(`invalid type`);if(n===`boolean`&&(a=!!a),n===`string`&&(a=me(a)),r!==void 0&&!r.filter(e=>e==a).length)throw RangeError(`${a} is not within ${r.join(`, `)}`);return a}return i}function he(e,t,n){return n!==void 0&&(n=D(n),O(n,`localeMatcher`,`string`,[`lookup`,`best fit`],`best fit`)),de(Array.from(e),t)}function ge(e,t,n=Error){if(!e)throw new n(t)}function _e(e){return typeof e==`function`}function ve(e,t){let n;n=t===`string`?[`toString`,`valueOf`]:[`valueOf`,`toString`];for(let t of n){let n=e[t];if(_e(n)){let t=n.call(e);if(typeof t!=`object`)return t}}throw TypeError(`Cannot convert object to primitive value`)}function k(e,t){if(typeof e==`object`&&e){let n=Symbol.toPrimitive in e?e[Symbol.toPrimitive]:void 0,r;if(n!==void 0){t===void 0?r=`default`:t===`string`?r=`string`:(ge(t===`number`,`preferredType must be "string" or "number"`),r=`number`);let i=n.call(e,r);if(typeof i!=`object`)return i;throw TypeError(`Cannot convert exotic object to primitive.`)}return t===void 0&&(t=`number`),ve(e,t)}return e}function A(e){if(typeof e==`bigint`)return new T(e.toString());let t=k(e,`number`);if(t===void 0)return new T(NaN);if(t===!0)return new T(1);if(t===!1||t===null)return new T(0);try{return new T(t)}catch{return new T(NaN)}}function ye(e){return e===void 0?Object.create(null):D(e)}function j(e,t,n,r){if(e===void 0)return r;let i=Number(e);if(isNaN(i)||i<t||i>n)throw RangeError(`${i} is outside of range [${t}, ${n}]`);return Math.floor(i)}function M(e,t,n,r,i){let a=e[t];return j(a,n,r,i)}function N(e,t){let n=t&&t.cache?t.cache:Ee,r=t&&t.serializer?t.serializer:we;return(t&&t.strategy?t.strategy:xe)(e,{cache:n,serializer:r})}function be(e){return e==null||typeof e==`number`||typeof e==`boolean`}function P(e,t,n,r){let i=be(r)?r:n(r),a=t.get(i);return a===void 0&&(a=e.call(this,r),t.set(i,a)),a}function F(e,t,n){let r=Array.prototype.slice.call(arguments,3),i=n(r),a=t.get(i);return a===void 0&&(a=e.apply(this,r),t.set(i,a)),a}function I(e,t,n,r,i){return n.bind(t,e,r,i)}function xe(e,t){let n=e.length===1?P:F;return I(e,this,n,t.cache.create(),t.serializer)}function Se(e,t){return I(e,this,F,t.cache.create(),t.serializer)}function Ce(e,t){return I(e,this,P,t.cache.create(),t.serializer)}let we=function(){return JSON.stringify(arguments)};var Te=class{constructor(){this.cache=Object.create(null)}get(e){return this.cache[e]}set(e,t){this.cache[e]=t}};let Ee={create:function(){return new Te}},L={variadic:Se,monadic:Ce};function R(e,t){if(typeof e.repeat==`function`)return e.repeat(t);let n=Array.from({length:t});for(let t=0;t<n.length;t++)n[t]=e;return n.join(``)}function De(e,t,{value:n}){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:!0,value:n})}function Oe(){return typeof Intl>`u`&&Object.defineProperty(globalThis,"Intl",{configurable:!0,enumerable:!1,writable:!0,value:{}}),Intl}function z(e,t,n=Error){if(!e)throw new n(t)}N((...e)=>new Intl.NumberFormat(...e),{strategy:L.variadic}),N((...e)=>new Intl.PluralRules(...e),{strategy:L.variadic}),N((...e)=>new Intl.ListFormat(...e),{strategy:L.variadic});let B=new Set([1,2,5,10,20,25,50,100,200,250,500,1e3,2e3,2500,5e3]);function ke(e,t,n,r,i){let a=M(t,`minimumIntegerDigits`,1,21,1),o=t.minimumFractionDigits,s=t.maximumFractionDigits,c=t.minimumSignificantDigits,l=t.maximumSignificantDigits;e.minimumIntegerDigits=a;let u=M(t,`roundingIncrement`,1,5e3,1);z(B.has(u),`Invalid rounding increment value: ${u}.
|
|
2
|
+
Valid values are ${Array.from(B).join(`, `)}.`);let d=O(t,`roundingMode`,`string`,[`ceil`,`floor`,`expand`,`trunc`,`halfCeil`,`halfFloor`,`halfExpand`,`halfTrunc`,`halfEven`],`halfExpand`),f=O(t,`roundingPriority`,`string`,[`auto`,`morePrecision`,`lessPrecision`],`auto`),p=O(t,`trailingZeroDisplay`,`string`,[`auto`,`stripIfInteger`],`auto`);u!==1&&(r=n),e.roundingIncrement=u,e.roundingMode=d,e.trailingZeroDisplay=p;let m=c!==void 0||l!==void 0,h=o!==void 0||s!==void 0,g=!0,_=!0;if(f===`auto`&&(g=m,(m||!h&&i===`compact`)&&(_=!1)),g&&(m?(e.minimumSignificantDigits=j(c,1,21,1),e.maximumSignificantDigits=j(l,e.minimumSignificantDigits,21,21)):(e.minimumSignificantDigits=1,e.maximumSignificantDigits=21)),_)if(h){if(o=j(o,0,100,void 0),s=j(s,0,100,void 0),o===void 0)z(s!==void 0,`maximumFractionDigits must be defined`),o=Math.min(n,s);else if(s===void 0)s=Math.max(r,o);else if(o>s)throw RangeError(`Invalid range, ${o} > ${s}`);e.minimumFractionDigits=o,e.maximumFractionDigits=s}else e.minimumFractionDigits=n,e.maximumFractionDigits=r;!g&&!_?(e.minimumFractionDigits=0,e.maximumFractionDigits=0,e.minimumSignificantDigits=1,e.maximumSignificantDigits=2,e.roundingType=`morePrecision`,e.roundingPriority=`morePrecision`):f===`morePrecision`?(e.roundingType=`morePrecision`,e.roundingPriority=`morePrecision`):f===`lessPrecision`?(e.roundingType=`lessPrecision`,e.roundingPriority=`lessPrecision`):m?(e.roundingType=`significantDigits`,e.roundingPriority=`auto`):(e.roundingType=`fractionDigits`,e.roundingPriority=`auto`),u!==1&&(z(e.roundingType===`fractionDigits`,`Invalid roundingType`,TypeError),z(e.maximumFractionDigits===e.minimumFractionDigits,`With roundingIncrement > 1, maximumFractionDigits and minimumFractionDigits must be equal.`,RangeError))}function Ae(e,t,n,{availableLocales:r,relevantExtensionKeys:i,localeData:a,getDefaultLocale:o,getInternalSlots:s}){let c=E(t),l=Object.create(null),u=ye(n),d=s(e);d.initializedPluralRules=!0,l.localeMatcher=O(u,`localeMatcher`,`string`,[`best fit`,`lookup`],`best fit`);let f=ue(r,c,l,i,a,o);d.locale=f.locale,d.type=O(u,`type`,`string`,[`cardinal`,`ordinal`],`cardinal`);let p=O(u,`notation`,`string`,[`standard`,`compact`],`standard`);return d.notation=p,p===`compact`&&(d.compactDisplay=O(u,`compactDisplay`,`string`,[`short`,`long`],`short`),typeof Intl<`u`&&Intl.NumberFormat&&Intl.NumberFormat.localeData&&(d.dataLocaleData=Intl.NumberFormat.localeData[f.locale])),ke(d,u,0,3,`standard`),e}function V(e){if(e===null)return`Null`;if(e===void 0)return`Undefined`;if(typeof e==`function`||typeof e==`object`)return`Object`;if(typeof e==`number`)return`Number`;if(typeof e==`boolean`)return`Boolean`;if(typeof e==`string`)return`String`;if(typeof e==`symbol`)return`Symbol`;if(typeof e==`bigint`)return`BigInt`}let H=N(e=>T.pow(10,e));function je(e,t){let{notation:n,dataLocaleData:r,numberingSystem:i}=e;switch(n){case`standard`:return 0;case`scientific`:return t.toNumber();case`engineering`:return t.div(3).floor().times(3).toNumber();default:{z(n===`compact`,`Invalid notation`);let{compactDisplay:a,style:o,currencyDisplay:s}=e,c;if(o===`currency`&&s!==`name`)c=(r.numbers.currency[i]||r.numbers.currency[r.numbers.nu[0]]).short;else{let e=r.numbers.decimal[i]||r.numbers.decimal[r.numbers.nu[0]];c=a===`long`?e.long:e.short}if(!c)return 0;let l=H(t).toString(),u=Object.keys(c);if(l<u[0])return 0;if(l>u[u.length-1]){let e=u[u.length-1];return c[e].other===`0`?0:e.length-c[e].other.match(/0+/)[0].length}let d=u.indexOf(l);if(d===-1)return 0;let f=u[d];return c[f].other===`0`?0:f.length-c[f].other.match(/0+/)[0].length}}}let U=new T(0),Me=new T(-0),Ne={ceil:`zero`,floor:`infinity`,expand:`infinity`,trunc:`zero`,halfCeil:`half-zero`,halfFloor:`half-infinity`,halfExpand:`half-infinity`,halfTrunc:`half-zero`,halfEven:`half-even`},Pe={ceil:`infinity`,floor:`zero`,expand:`infinity`,trunc:`zero`,halfCeil:`half-infinity`,halfFloor:`half-zero`,halfExpand:`half-infinity`,halfTrunc:`half-zero`,halfEven:`half-even`};function Fe(e,t){return t?Ne[e]:Pe[e]}function W(e,t,n,r){if(e.eq(t)||t.eq(n))return t;if(e.eq(n))return n;if(z(t.lessThan(e)&&e.lessThan(n),`x should be between r1 and r2 but x=${e}, r1=${t}, r2=${n}`),r===`zero`)return t;if(r===`infinity`)return n;let i=e.minus(t),a=n.minus(e);return i.lessThan(a)?t:a.lessThan(i)?n:(z(i.eq(a),`d1 should be equal to d2`),r===`half-zero`?t:r===`half-infinity`?n:(z(r===`half-even`,`unsignedRoundingMode should be half-even`),t.div(n.minus(t)).mod(2).isZero()?t:n))}function G(e,t){return e.times(H(-t))}function Ie(e,t,n){let r=e.times(H(t)).floor().div(n).floor().times(n);return{n1:r,r1:G(r,t)}}function Le(e,t,n){let r=e.times(H(t)).ceil().div(n).ceil().times(n);return{n2:r,r2:G(r,t)}}function K(e,t,n,r,i){let a=n,{n1:o,r1:s}=Ie(e,a,r),{n2:c,r2:l}=Le(e,a,r),u=W(e,s,l,i),d,f,p;u.eq(s)?(d=o,f=s):(d=c,f=l),p=d.isZero()?`0`:d.toString();let m;if(a!==0){let e=p.length;e<=a&&(p=R(`0`,a-e+1)+p,e=a+1);let t=p.slice(0,e-a),n=p.slice(p.length-a);p=t+`.`+n,m=t.length}else m=p.length;let h=n-t;for(;h>0&&p[p.length-1]===`0`;)p=p.slice(0,p.length-1),h--;return p[p.length-1]===`.`&&(p=p.slice(0,p.length-1)),{formattedString:p,roundedNumber:f,integerDigitsCount:m,roundingMagnitude:-a}}function Re(e,t){let n=H(t),r=H(t-1),i=e.log(10).floor(),a=H(i.minus(t).plus(1)),o=e.div(a).floor(),s=o.times(a);if(o.greaterThanOrEqualTo(n)){i=i.plus(1);let n=H(i.minus(t).plus(1));o=e.div(n).floor(),s=o.times(n)}else if(o.lessThan(r)){i=i.minus(1);let n=H(i.minus(t).plus(1));o=e.div(n).floor(),s=o.times(n)}if(s.lessThanOrEqualTo(e)&&o.lessThan(n)&&o.greaterThanOrEqualTo(r))return{n1:o,e1:i,r1:s};let c=e.div(r).log(10).plus(t).minus(1).ceil();for(;;){let i=H(c.minus(t).plus(1)),a=e.div(i).floor();if(a.lessThan(n)&&a.greaterThanOrEqualTo(r)){let t=a.times(i);if(t.lessThanOrEqualTo(e))return{n1:a,e1:c,r1:t}}c=c.minus(1)}}function ze(e,t){let n=H(t),r=H(t-1),i=e.log(10).floor(),a=H(i.minus(t).plus(1)),o=e.div(a).ceil(),s=o.times(a);if(o.greaterThanOrEqualTo(n)){i=i.plus(1);let n=H(i.minus(t).plus(1));o=e.div(n).ceil(),s=o.times(n)}else if(o.lessThan(r)){i=i.minus(1);let n=H(i.minus(t).plus(1));o=e.div(n).ceil(),s=o.times(n)}if(s.greaterThanOrEqualTo(e)&&o.lessThan(n)&&o.greaterThanOrEqualTo(r))return{n2:o,e2:i,r2:s};let c=e.div(n).log(10).plus(t).minus(1).floor();for(;;){let i=H(c.minus(t).plus(1)),a=e.div(i).ceil();if(a.lessThan(n)&&a.greaterThanOrEqualTo(r)){let t=a.times(i);if(t.greaterThanOrEqualTo(e))return{n2:a,e2:c,r2:t}}c=c.plus(1)}}function q(e,t,n,r){let i=n,a,o,s;if(e.isZero())a=R(`0`,i),o=0,s=U;else{let{n1:t,e1:n,r1:c}=Re(e,i),{n2:l,e2:u,r2:d}=ze(e,i),f=W(e,c,d,r),p;f.eq(c)?(p=t,o=n.toNumber(),s=c):(p=l,o=u.toNumber(),s=d),a=p.toString()}let c;if(o>=i-1?(a+=R(`0`,o-i+1),c=o+1):o>=0?(a=a.slice(0,o+1)+`.`+a.slice(a.length-(i-(o+1))),c=o+1):(z(o<0,`e should be less than 0`),a=`0.`+R(`0`,-o-1)+a,c=1),a.includes(`.`)&&n>t){let e=n-t;for(;e>0&&a[a.length-1]===`0`;)a=a.slice(0,a.length-1),e--;a[a.length-1]===`.`&&(a=a.slice(0,a.length-1))}return{formattedString:a,roundedNumber:s,integerDigitsCount:c,roundingMagnitude:o}}function Be(e,t){let n=t,r;n.isZero()&&n.isNegative()?(r=`negative`,n=U):(z(n.isFinite(),`NumberFormatDigitInternalSlots value is not finite`),r=n.lessThan(0)?`negative`:`positive`,r===`negative`&&(n=n.negated()));let i,a=e.roundingType,o=Fe(e.roundingMode,r===`negative`);switch(a){case`significantDigits`:i=q(n,e.minimumSignificantDigits,e.maximumSignificantDigits,o);break;case`fractionDigits`:i=K(n,e.minimumFractionDigits,e.maximumFractionDigits,e.roundingIncrement,o);break;default:let t=q(n,e.minimumSignificantDigits,e.maximumSignificantDigits,o),r=K(n,e.minimumFractionDigits,e.maximumFractionDigits,e.roundingIncrement,o);e.roundingType===`morePrecision`?i=t.roundingMagnitude<=r.roundingMagnitude?t:r:(z(e.roundingType===`lessPrecision`,`Invalid roundingType`),i=t.roundingMagnitude<=r.roundingMagnitude?r:t);break}n=i.roundedNumber;let s=i.formattedString;if(e.trailingZeroDisplay===`stripIfInteger`&&n.isInteger()){let e=s.indexOf(`.`);e>-1&&(s=s.slice(0,e))}let c=i.integerDigitsCount,l=e.minimumIntegerDigits;return c<l&&(s=R(`0`,l-c)+s),r===`negative`&&(n=n.isZero()?Me:n.negated()),{roundedNumber:n,formattedString:s}}let Ve=new T(0);function J(e,t,n=Error){if(!e)throw new n(t)}function Y(e){if(typeof e==`number`)return new T(e);if(typeof e==`bigint`)return new T(e.toString());if(J(typeof e!=`symbol`,`Symbol is not supported`,TypeError),e===void 0)return new T(NaN);if(e===null||e===0)return Ve;if(e===!0)return new T(1);if(typeof e==`string`)try{return new T(e)}catch{return new T(NaN)}J(typeof e==`object`,`object expected`,TypeError);let t=k(e,`number`);return J(typeof t!=`object`,`object expected`,TypeError),Y(t)}function He(e,t=0){z(typeof e==`string`,`GetOperands should have been called with a string`);let n=Y(e);z(n.isFinite(),`n should be finite`);let r=e.indexOf(`.`),i,a,o,s=``;r===-1?(i=n,a=U,o=0):(i=e.slice(0,r),s=e.slice(r,e.length),a=Y(s),o=s.length);let c=Y(i).abs(),l,u;if(a.isZero())l=0,u=U;else{let e=s.replace(/0+$/,``);l=e.length,u=Y(e)}return{Number:n,IntegerDigits:c.lessThanOrEqualTo(2**53-1)&&c.greaterThanOrEqualTo(-(2**53-1))?c.toNumber():c.toString(),NumberOfFractionDigits:o,NumberOfFractionDigitsWithoutTrailing:l,FractionDigits:a.toNumber(),FractionDigitsWithoutTrailing:u.toNumber(),CompactExponent:t}}function X(e,t,{getInternalSlots:n,PluralRuleSelect:r}){let i=n(e);if(z(V(i)===`Object`,`pl has to be an object`),z(`initializedPluralRules`in i,`pluralrules must be initialized`),!t.isFinite())return{formattedString:String(t),pluralCategory:`other`};let{locale:a,type:o,notation:s}=i,c=Be(i,t).formattedString,l=0;if(s===`compact`&&!t.isZero()&&i.dataLocaleData?.numbers)try{l=je(i,new T(Math.floor(Math.log10(Math.abs(t.toNumber())))))}catch{l=0}return{formattedString:c,pluralCategory:r(a,o,t,He(c,l))}}function Ue(e,t,{getInternalSlots:n,PluralRuleSelect:r}){return X(e,t,{getInternalSlots:n,PluralRuleSelect:r}).pluralCategory}function We(e,t,n,{getInternalSlots:r,PluralRuleSelect:i,PluralRuleSelectRange:a}){if(!t.isFinite()||!n.isFinite())throw RangeError(`selectRange requires start and end values to be finite numbers`);let o=r(e);z(V(o)===`Object`,`pluralRules has to be an object`),z(`initializedPluralRules`in o,`pluralrules must be initialized`);let s=X(e,t,{getInternalSlots:r,PluralRuleSelect:i}),c=X(e,n,{getInternalSlots:r,PluralRuleSelect:i});if(s.formattedString===c.formattedString)return s.pluralCategory;let{locale:l,type:u}=o;return a(l,u,s.pluralCategory,c.pluralCategory)}let Ge=new WeakMap;function Z(e){let t=Ge.get(e);return t||(t=Object.create(null),Ge.set(e,t)),t}function Q(e,t){if(!(e instanceof $))throw TypeError(`Method Intl.PluralRules.prototype.${t} called on incompatible receiver ${String(e)}`)}function Ke(e,t,n,{IntegerDigits:r,NumberOfFractionDigits:i,FractionDigits:a,CompactExponent:o}){return $.localeData[e].fn(i?`${r}.${a}`:String(r),t===`ordinal`,o)}function qe(e,t,n,r){let i=$.localeData[e];if(!i||!i.pluralRanges)return r;let a=`${n}_${r}`;return(t===`ordinal`?i.pluralRanges.ordinal:i.pluralRanges.cardinal)?.[a]??r}var $=class e{constructor(t,n){if(!(this&&this instanceof e&&this.constructor))throw TypeError(`Intl.PluralRules must be called with 'new'`);return Ae(this,t,n,{availableLocales:e.availableLocales,relevantExtensionKeys:e.relevantExtensionKeys,localeData:e.localeData,getDefaultLocale:e.getDefaultLocale,getInternalSlots:Z})}resolvedOptions(){Q(this,`resolvedOptions`);let t=Object.create(null),n=Z(this);return t.locale=n.locale,t.type=n.type,[`minimumIntegerDigits`,`minimumFractionDigits`,`maximumFractionDigits`,`minimumSignificantDigits`,`maximumSignificantDigits`].forEach(e=>{let r=n[e];r!==void 0&&(t[e]=r)}),t.pluralCategories=[...e.localeData[t.locale].categories[t.type]],t}select(e){Q(this,`select`);let t=A(e);return Ue(this,t,{getInternalSlots:Z,PluralRuleSelect:Ke})}selectRange(e,t){if(Q(this,`selectRange`),e===void 0||t===void 0)throw TypeError(`selectRange requires both start and end arguments`);let n=A(e),r=A(t);return We(this,n,r,{getInternalSlots:Z,PluralRuleSelect:Ke,PluralRuleSelectRange:qe})}toString(){return`[object Intl.PluralRules]`}static supportedLocalesOf(t,n){return he(e.availableLocales,E(t),n)}static __addLocaleData(...t){for(let{data:n,locale:r}of t)e.localeData[r]=n,e.availableLocales.add(r),e.__defaultLocale||=r}static{this.localeData={}}static{this.availableLocales=new Set}static{this.__defaultLocale=``}static getDefaultLocale(){return e.__defaultLocale}static{this.relevantExtensionKeys=[]}static{this.polyfilled=!0}};try{typeof Symbol<`u`&&Object.defineProperty($.prototype,Symbol.toStringTag,{value:`Intl.PluralRules`,writable:!1,enumerable:!1,configurable:!0});try{Object.defineProperty($,"length",{value:0,writable:!1,enumerable:!1,configurable:!0})}catch{}Object.defineProperty($.prototype.constructor,"length",{value:0,writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty($.supportedLocalesOf,"length",{value:1,writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty($,"name",{value:`PluralRules`,writable:!1,enumerable:!1,configurable:!0})}catch{}De(Oe(),`PluralRules`,{value:$});let Je=globalThis.__FORMATJS_PLURALRULES_DATA__;if(Je){for(let e of Je)$.__addLocaleData(e);delete globalThis.__FORMATJS_PLURALRULES_DATA__}Intl.PluralRules&&typeof Intl.PluralRules.__addLocaleData==`function`?Intl.PluralRules.__addLocaleData({data:{categories:{cardinal:[`one`,`other`],ordinal:[`few`,`one`,`other`,`two`]},fn:function(e,t,n=0){let r=String(e),i=r.split(`.`),a=i[0],o=i[1]||``,s=Math.abs(parseFloat(r)),c=Math.floor(Math.abs(parseFloat(a))),l=o.length;if(t){if(s%10==3&&s%100!=13)return`few`;if(s%10==1&&s%100!=11)return`one`;if(s%10==2&&s%100!=12)return`two`}else if(c===1&&l===0)return`one`;return`other`},pluralRanges:{cardinal:{one_other:`other`,other_one:`other`,other_other:`other`},ordinal:{}}},locale:`en`}):(globalThis.__FORMATJS_PLURALRULES_DATA__=globalThis.__FORMATJS_PLURALRULES_DATA__||[]).push({data:{categories:{cardinal:[`one`,`other`],ordinal:[`few`,`one`,`other`,`two`]},fn:function(e,t,n=0){let r=String(e),i=r.split(`.`),a=i[0],o=i[1]||``,s=Math.abs(parseFloat(r)),c=Math.floor(Math.abs(parseFloat(a))),l=o.length;if(t){if(s%10==3&&s%100!=13)return`few`;if(s%10==1&&s%100!=11)return`one`;if(s%10==2&&s%100!=12)return`two`}else if(c===1&&l===0)return`one`;return`other`},pluralRanges:{cardinal:{one_other:`other`,other_one:`other`,other_other:`other`},ordinal:{}}},locale:`en`})})();
|