generaltranslation 5.0.1 â 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/batch/_translateBatch.d.ts +1 -0
- package/dist/api/batch/translateBatch.d.ts +1 -0
- package/dist/api/jsx/_translateJsx.d.ts +1 -0
- package/dist/api/jsx/translateJsx.d.ts +1 -0
- package/dist/api/translate/_translate.d.ts +1 -0
- package/dist/api/translate/translate.d.ts +1 -0
- package/dist/client/_translateBatchFromClient.d.ts +10 -0
- package/dist/client/_translateFromClient.d.ts +10 -0
- package/dist/index.cjs.min.cjs +1 -1
- package/dist/index.cjs.min.cjs.map +1 -1
- package/dist/index.d.ts +6 -43
- package/dist/index.esm.min.mjs +1 -1
- package/dist/index.esm.min.mjs.map +1 -1
- package/dist/internal.cjs.min.cjs +1 -1
- package/dist/internal.cjs.min.cjs.map +1 -1
- package/dist/internal.d.ts +5 -3
- package/dist/internal.esm.min.mjs +1 -1
- package/dist/internal.esm.min.mjs.map +1 -1
- package/dist/locales/determineLocale.d.ts +1 -0
- package/dist/locales/getLocaleDirection.d.ts +1 -0
- package/dist/locales/getLocaleEmoji.d.ts +1 -0
- package/dist/locales/getLocaleName.d.ts +1 -0
- package/dist/locales/getLocaleProperties.d.ts +1 -0
- package/dist/locales/isSameLanguage.d.ts +1 -0
- package/dist/locales/isValidLocale.d.ts +1 -0
- package/dist/locales/requiresTranslation.d.ts +1 -0
- package/dist/projects/getProjectLocales.d.ts +1 -0
- package/dist/projects/updateProjectTranslations.d.ts +1 -0
- package/dist/settings/_defaultUrls.d.ts +0 -1
- package/dist/settings/defaultURLs.d.ts +0 -1
- package/dist/settings/settings.d.ts +0 -2
- package/dist/settings/settingsUrls.d.ts +8 -0
- package/dist/translation/batch/_translateBatchFromClient.d.ts +2 -2
- package/dist/types.d.ts +4 -0
- package/package.json +1 -1
- package/dist/translation/batch/_translateJsxBatchFromClient.d.ts +0 -5
- package/dist/types/types.d.ts +0 -63
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { ContentTranslationResult, JsxTranslationResult, Request, TranslationError } from '../types';
|
2
|
+
/**
|
3
|
+
* Translates where a translation already exists in another language, used for updating websites with a new language in real-time.
|
4
|
+
*/
|
5
|
+
export declare function _translateBatchFromClient({ requests, projectId, url, devApiKey }: {
|
6
|
+
requests: Request[];
|
7
|
+
projectId: string;
|
8
|
+
url?: string;
|
9
|
+
devApiKey?: string;
|
10
|
+
}): Promise<Array<JsxTranslationResult | ContentTranslationResult | TranslationError>>;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { ContentTranslationResult, JsxTranslationResult, Request, TranslationError } from '../types';
|
2
|
+
/**
|
3
|
+
* Translates where a translation already exists in another language, used for updating websites with a new language in real-time.
|
4
|
+
*/
|
5
|
+
export declare function _translateFromClient({ requests, projectId, url, devApiKey }: {
|
6
|
+
requests: Request[];
|
7
|
+
projectId: string;
|
8
|
+
url?: string;
|
9
|
+
devApiKey?: string;
|
10
|
+
}): Promise<Array<JsxTranslationResult | ContentTranslationResult | TranslationError>>;
|
package/dist/index.cjs.min.cjs
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=function(){return e=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},e.apply(this,arguments)};function t(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function c(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}u((r=r.apply(e,t||[])).next())}))}function n(e,t){var n,r,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=c(0),a.throw=c(1),a.return=c(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function c(c){return function(u){return function(c){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,c[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&c[0]?r.return:c[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,c[1])).done)return o;switch(r=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return i.label++,{value:c[1],done:!1};case 5:i.label++,r=c[1],c=[0];continue;case 7:c=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){i=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1]<o[3])){i.label=c[1];break}if(6===c[0]&&i.label<o[1]){i.label=o[1],o=c;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(c);break}o[2]&&i.ops.pop(),i.trys.pop();continue}c=t.call(e,i)}catch(e){c=[6,e],r=0}finally{n=o=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,u])}}}"function"==typeof SuppressedError&&SuppressedError;var r="en-US",o=6e4;function i(r,i){return t(this,void 0,void 0,(function(){var t,a,c,u,s,l,p;return n(this,(function(n){switch(n.label){case 0:return t=new AbortController,a=t.signal,c=Math.min.apply(Math,i.map((function(e){var t,n;return(null===(n=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.metadata)||void 0===n?void 0:n.timeout)||o}))),c&&setTimeout((function(){return t.abort()}),c),[4,fetch("".concat(r.baseUrl).concat("/v1/translate/batch"),{method:"POST",headers:e(e({"Content-Type":"application/json"},r.apiKey&&{"x-gt-api-key":r.apiKey}),r.devApiKey&&{"x-gt-dev-api-key":r.devApiKey}),body:JSON.stringify(i),signal:a})];case 1:return(u=n.sent()).ok?[3,3]:(s=Error.bind,p=(l="".concat(u.status,": ")).concat,[4,u.text()]);case 2:throw new(s.apply(Error,[void 0,p.apply(l,[n.sent()])]));case 3:return[4,u.json()];case 4:return[2,n.sent()]}}))}))}function a(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];try{var n=e.flat().map((function(e){return new Intl.Locale(e).language}));return n.every((function(e){return e===n[0]}))}catch(e){return console.error(e),!1}}var c=["Cham","Jamo","Kawi","Lisu","Toto","Thai"],u=function(e){try{var t=new Intl.Locale(e),n=t.language,o=t.region,i=t.script;if(e.split("-").length!==(a=1,o&&(a+=1),i&&(a+=1),a))return!1;if(new Intl.DisplayNames([r],{type:"language"}).of(n)===n)return!1;if(o)if(new Intl.DisplayNames([r],{type:"region"}).of(o)===o)return!1;if(i)if(new Intl.DisplayNames([r],{type:"script"}).of(i)===i&&!c.includes(i))return!1;return!0}catch(e){return!1}var a},s=function(e){try{return Intl.getCanonicalLocales(e)[0]}catch(t){return e}};function l(){for(var e,t,n,r,o,i,a,c,u,l,p=[],v=0;v<arguments.length;v++)p[v]=arguments[v];try{for(var d=p.flat().map(s),f=0;f<d.length;f++)for(var y=f+1;y<d.length;y++)if(e=d[f],t=d[y],n=void 0,r=void 0,o=void 0,i=void 0,a=void 0,c=void 0,u=void 0,l=void 0,n=new Intl.Locale(e),r=n.language,o=n.region,i=n.script,a=new Intl.Locale(t),c=a.language,u=a.region,l=a.script,r!==c||o&&u&&o!==u||i&&l&&i!==l)return!1;return!0}catch(e){return console.error(e),!1}}function p(r,i,a,c){return t(this,void 0,void 0,(function(){var t,u,s,l,p,v,d;return n(this,(function(n){switch(n.label){case 0:return t=new AbortController,u=t.signal,(s=(null==c?void 0:c.timeout)||o)&&setTimeout((function(){return t.abort()}),s),[4,fetch("".concat(r.baseUrl).concat("/v1/translate/content"),{method:"POST",headers:e(e({"Content-Type":"application/json"},r.apiKey&&{"x-gt-api-key":r.apiKey}),r.devApiKey&&{"x-gt-dev-api-key":r.devApiKey}),body:JSON.stringify({source:i,targetLocale:a,metadata:c}),signal:u})];case 1:return(l=n.sent()).ok?[3,3]:(p=Error.bind,d=(v="".concat(l.status,": ")).concat,[4,l.text()]);case 2:throw new(p.apply(Error,[void 0,d.apply(v,[n.sent()])]));case 3:return[4,l.json()];case 4:return[2,n.sent()]}}))}))}function v(r,i,a,c){return t(this,void 0,void 0,(function(){var t,u,s,l,p,v,d;return n(this,(function(n){switch(n.label){case 0:return t=new AbortController,u=t.signal,(s=(null==c?void 0:c.timeout)||o)&&setTimeout((function(){return t.abort()}),s),[4,fetch("".concat(r.baseUrl).concat("/v1/translate/react"),{method:"POST",headers:e(e({"Content-Type":"application/json"},r.apiKey&&{"x-gt-api-key":r.apiKey}),r.devApiKey&&{"x-gt-dev-api-key":r.devApiKey}),body:JSON.stringify({source:i,targetLocale:a,metadata:c}),signal:u})];case 1:return(l=n.sent()).ok?[3,3]:(p=Error.bind,d=(v="".concat(l.status,": ")).concat,[4,l.text()]);case 2:throw new(p.apply(Error,[void 0,d.apply(v,[n.sent()])]));case 3:return[4,l.json()];case 4:return[2,n.sent()]}}))}))}function d(r,o,i,a){return t(this,void 0,void 0,(function(){var t,c,u,s;return n(this,(function(n){switch(n.label){case 0:return[4,fetch("".concat(r.baseUrl).concat("/v1/project/translations/update"),{method:"POST",headers:e(e({"Content-Type":"application/json"},r.apiKey&&{"x-gt-api-key":r.apiKey}),r.devApiKey&&{"x-gt-dev-api-key":r.devApiKey}),body:JSON.stringify({updates:o,locales:i,options:a})})];case 1:return(t=n.sent()).ok?[3,3]:(c=Error.bind,s=(u="".concat(t.status,": ")).concat,[4,t.text()]);case 2:throw new(c.apply(Error,[void 0,s.apply(u,[n.sent()])]));case 3:return[4,t.json()];case 4:return[2,n.sent()]}}))}))}function f(r,o){return t(this,void 0,void 0,(function(){var t,i,a,c;return n(this,(function(n){switch(n.label){case 0:return[4,fetch("".concat(r.baseUrl).concat("/v1/project/locales","?projectId=").concat(o),{method:"GET",headers:e(e({"Content-Type":"application/json"},r.apiKey&&{"x-gt-api-key":r.apiKey}),r.devApiKey&&{"x-gt-dev-api-key":r.devApiKey})})];case 1:return(t=n.sent()).ok?[3,3]:(i=Error.bind,c=(a="".concat(t.status,": ")).concat,[4,t.text()]);case 2:throw new(i.apply(Error,[void 0,c.apply(a,[n.sent()])]));case 3:return[4,t.json()];case 4:return[2,n.sent()]}}))}))}function y(t){var n=t.value,o=t.locales,i=void 0===o?[r]:o,a=t.options,c=void 0===a?{}:a;return new Intl.NumberFormat(i,e({numberingSystem:"latn"},c)).format(n)}function m(t){var n=t.value,o=t.locales,i=void 0===o?[r]:o,a=t.options,c=void 0===a?{}:a;return new Intl.DateTimeFormat(i,e({calendar:"gregory",numberingSystem:"latn"},c)).format(n)}function h(t){var n=t.value,o=t.locales,i=void 0===o?[r]:o,a=t.currency,c=void 0===a?"USD":a,u=t.options,s=void 0===u?{}:u;return new Intl.NumberFormat(i,e({style:"currency",currency:c,numberingSystem:"latn"},s)).format(n)}function g(t){var n=t.value,o=t.locales,i=void 0===o?[r]:o,a=t.options,c=void 0===a?{}:a;return new Intl.ListFormat(i,e({type:"conjunction",style:"long"},c)).format(n)}var b={var:"variable",num:"number",datetime:"datetime",currency:"currency"};function N(t){if("string"!=typeof t)throw new Error("splitStringToContent: ".concat(t," is not a string!"));for(var n,r=[],o=/{([^}]+)}/g,i=0;null!==(n=o.exec(t));){var a=n[0],c=n[1],u=n.index;if("^"!==t[u-1]){u>i&&r.push(t.slice(i,u));var s=c.split(",").map((function(e){return e.trim()})),l=s[0],p=s[1]?b[s[1]]:void 0,v=e({key:l},p&&{variable:p});r.push(v),i=u+a.length}else u-1>i&&r.push(t.slice(i,u-1)),r.push(a),i=u+a.length}return i<t.length&&r.push(t.slice(i)),r}function w(e,t){if(void 0===t&&(t={}),!u(e))return T;if(t[e=s(e)])return t[e];var n=new Intl.Locale(e),r=n.region;if(r&&I[r])return I[r];var o=n.maximize(),i=o.region||"";return C[o.language]||I[i]||T}var S="đ",T=S,C={ca:S,eu:S,ku:S,bo:"đ",ug:"đ",gd:"đ´ó §ó ˘ó łó Łó ´ó ż",cy:"đ´ó §ó ˘ó ˇó Źó łó ż",gv:"đŽđ˛",grc:"đş"},I={AF:"đŚđŤ",AX:"đŚđ˝",AL:"đŚđą",DZ:"đŠđż",AS:"đŚđ¸",AD:"đŚđŠ",AO:"đŚđ´",AI:"đŚđŽ",AQ:"đŚđś",AG:"đŚđŹ",AR:"đŚđˇ",AM:"đŚđ˛",AW:"đŚđź",AU:"đŚđş",AT:"đŚđš",AZ:"đŚđż",BS:"đ§đ¸",BH:"đ§đ",BD:"đ§đŠ",BB:"đ§đ§",BY:"đ§đž",BE:"đ§đŞ",BZ:"đ§đż",BJ:"đ§đŻ",BM:"đ§đ˛",BT:"đ§đš",BO:"đ§đ´",BQ:"đ§đś",BA:"đ§đŚ",BW:"đ§đź",BV:"đ§đť",BR:"đ§đˇ",IO:"đŽđ´",BN:"đ§đł",BG:"đ§đŹ",BF:"đ§đŤ",BI:"đ§đŽ",CV:"đ¨đť",KH:"đ°đ",CM:"đ¨đ˛",CA:"đ¨đŚ",KY:"đ°đž",CF:"đ¨đŤ",TD:"đšđŠ",CL:"đ¨đą",CN:"đ¨đł",CX:"đ¨đ˝",CC:"đ¨đ¨",CO:"đ¨đ´",KM:"đ°đ˛",CD:"đ¨đŠ",CG:"đ¨đŹ",CK:"đ¨đ°",CR:"đ¨đˇ",CI:"đ¨đŽ",HR:"đđˇ",CU:"đ¨đş",CW:"đ¨đź",CY:"đ¨đž",CZ:"đ¨đż",DK:"đŠđ°",DJ:"đŠđŻ",DM:"đŠđ˛",DO:"đŠđ´",EC:"đŞđ¨",EG:"đŞđŹ",SV:"đ¸đť",GQ:"đŹđś",ER:"đŞđˇ",EE:"đŞđŞ",SZ:"đ¸đż",ET:"đŞđš",FK:"đŤđ°",FO:"đŤđ´",FJ:"đŤđŻ",FI:"đŤđŽ",FR:"đŤđˇ",GF:"đŹđŤ",PF:"đľđŤ",TF:"đšđŤ",GA:"đŹđŚ",GM:"đŹđ˛",GE:"đŹđŞ",DE:"đŠđŞ",GH:"đŹđ",GI:"đŹđŽ",GR:"đŹđˇ",GL:"đŹđą",GD:"đŹđŠ",GP:"đŹđľ",GU:"đŹđş",GT:"đŹđš",GG:"đŹđŹ",GN:"đŹđł",GW:"đŹđź",GY:"đŹđž",HT:"đđš",HM:"đđ˛",VA:"đťđŚ",HN:"đđł",HK:"đđ°",HU:"đđş",IS:"đŽđ¸",IN:"đŽđł",ID:"đŽđŠ",IR:"đŽđˇ",IQ:"đŽđś",IE:"đŽđŞ",IM:"đŽđ˛",IL:"đŽđą",IT:"đŽđš",JM:"đŻđ˛",JP:"đŻđľ",JE:"đŻđŞ",JO:"đŻđ´",KZ:"đ°đż",KE:"đ°đŞ",KI:"đ°đŽ",KP:"đ°đľ",KR:"đ°đˇ",KW:"đ°đź",KG:"đ°đŹ",LA:"đąđŚ",LV:"đąđť",LB:"đąđ§",LS:"đąđ¸",LR:"đąđˇ",LY:"đąđž",LI:"đąđŽ",LT:"đąđš",LU:"đąđş",MO:"đ˛đ´",MG:"đ˛đŹ",MW:"đ˛đź",MY:"đ˛đž",MV:"đ˛đť",ML:"đ˛đą",MT:"đ˛đš",MH:"đ˛đ",MQ:"đ˛đś",MR:"đ˛đˇ",MU:"đ˛đş",YT:"đžđš",MX:"đ˛đ˝",FM:"đŤđ˛",MD:"đ˛đŠ",MC:"đ˛đ¨",MN:"đ˛đł",ME:"đ˛đŞ",MS:"đ˛đ¸",MA:"đ˛đŚ",MZ:"đ˛đż",MM:"đ˛đ˛",NA:"đłđŚ",NR:"đłđˇ",NP:"đłđľ",NL:"đłđą",NC:"đłđ¨",NZ:"đłđż",NI:"đłđŽ",NE:"đłđŞ",NG:"đłđŹ",NU:"đłđş",NF:"đłđŤ",MK:"đ˛đ°",MP:"đ˛đľ",NO:"đłđ´",OM:"đ´đ˛",PK:"đľđ°",PW:"đľđź",PS:"đľđ¸",PA:"đľđŚ",PG:"đľđŹ",PY:"đľđž",PE:"đľđŞ",PH:"đľđ",PN:"đľđł",PL:"đľđą",PT:"đľđš",PR:"đľđˇ",QA:"đśđŚ",RE:"đˇđŞ",RO:"đˇđ´",RU:"đˇđş",RW:"đˇđź",BL:"đ§đą",SH:"đ¸đ",KN:"đ°đł",LC:"đąđ¨",MF:"đ˛đŤ",PM:"đľđ˛",VC:"đťđ¨",WS:"đźđ¸",SM:"đ¸đ˛",ST:"đ¸đš",SA:"đ¸đŚ",SN:"đ¸đł",RS:"đˇđ¸",SC:"đ¸đ¨",SL:"đ¸đą",SG:"đ¸đŹ",SX:"đ¸đ˝",SK:"đ¸đ°",SI:"đ¸đŽ",SB:"đ¸đ§",SO:"đ¸đ´",ZA:"đżđŚ",GS:"đŹđ¸",SS:"đ¸đ¸",ES:"đŞđ¸",LK:"đąđ°",SD:"đ¸đŠ",SR:"đ¸đˇ",SJ:"đ¸đŻ",SE:"đ¸đŞ",CH:"đ¨đ",SY:"đ¸đž",TW:"đšđź",TJ:"đšđŻ",TZ:"đšđż",TH:"đšđ",TL:"đšđą",TG:"đšđŹ",TK:"đšđ°",TO:"đšđ´",TT:"đšđš",TN:"đšđł",TR:"đšđˇ",TM:"đšđ˛",TC:"đšđ¨",TV:"đšđť",UG:"đşđŹ",UA:"đşđŚ",AE:"đŚđŞ",GB:"đŹđ§",US:"đşđ¸",UM:"đşđ˛",UY:"đşđž",UZ:"đşđż",VU:"đťđş",VE:"đťđŞ",VN:"đťđł",VG:"đťđŹ",VI:"đťđŽ",WF:"đźđŤ",EH:"đŞđ",YE:"đžđŞ",ZM:"đżđ˛",ZW:"đżđź",EU:"đŞđş"};function x(r,i){return t(this,void 0,void 0,(function(){var t,a,c,u,s,l,p;return n(this,(function(n){switch(n.label){case 0:return t=new AbortController,a=t.signal,c=Math.min.apply(Math,i.map((function(e){var t,n;return(null===(n=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.metadata)||void 0===n?void 0:n.timeout)||o}))),c&&setTimeout((function(){return t.abort()}),c),[4,fetch("".concat(r.baseUrl).concat("/v1/translate/client/batch"),{method:"POST",headers:e({"Content-Type":"application/json"},r.devApiKey&&{"x-gt-dev-api-key":r.devApiKey}),body:JSON.stringify(i),signal:a})];case 1:return(u=n.sent()).ok?[3,3]:(s=Error.bind,p=(l="".concat(u.status,": ")).concat,[4,u.text()]);case 2:throw new(s.apply(Error,[void 0,p.apply(l,[n.sent()])]));case 3:return[4,u.json()];case 4:return[2,n.sent()]}}))}))}var L=function(e){return"undefined"!=typeof process&&process.env&&process.env[e]||""},A=function(){function r(e){var t=void 0===e?{}:e,n=t.apiKey,r=void 0===n?"":n,o=t.devApiKey,i=void 0===o?"":o,a=t.sourceLocale,c=void 0===a?"":a,u=t.projectId,l=void 0===u?"":u,p=t.baseUrl,v=void 0===p?"https://prod.gtx.dev":p;this.apiKey=r||L("GT_API_KEY"),this.devApiKey=i||L("GT_DEV_API_KEY"),this.projectId=l||L("GT_PROJECT_ID"),this.sourceLocale=s(c)||"",this.baseUrl=v}return r.prototype.translate=function(r,o,i){return t(this,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,p(this,r,o,e({sourceLocale:this.sourceLocale},i))];case 1:return[2,t.sent()]}}))}))},r.prototype.translateJsx=function(r,o,i){return t(this,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,v(this,r,o,e({sourceLocale:this.sourceLocale},i))];case 1:return[2,t.sent()]}}))}))},r.prototype.translateBatch=function(e){return t(this,void 0,void 0,(function(){return n(this,(function(t){return[2,i(this,e)]}))}))},r.prototype.updateProjectTranslations=function(e){return t(this,arguments,void 0,(function(e,t,r){return void 0===t&&(t=[]),void 0===r&&(r={}),n(this,(function(n){switch(n.label){case 0:return[4,d(this,e,t,r)];case 1:return[2,n.sent()]}}))}))},r.prototype.getProjectLocales=function(e){return t(this,void 0,void 0,(function(){return n(this,(function(t){return[2,f(this,e||this.projectId)]}))}))},r.prototype.translateBatchFromClient=function(e){return t(this,void 0,void 0,(function(){return n(this,(function(t){return[2,x(this,e)]}))}))},r}();exports.default=A,exports.determineLocale=function(e,t){return function(e,t){if("string"==typeof e&&(e=[e]),e=e.filter(u),!(t=t.filter(u)))return e[0];for(var n=function(e){if(!u(e))return"continue";for(var n=s(e),r=[],o=0,i=t;o<i.length;o++){var c=i[o],p=s(c);if(n===p)return{value:p};a(n,p)&&r.push(p)}return r.length?{value:r.find((function(e){return l(n,e)}))||r[0]}:void 0},r=0,o=e;r<o.length;r++){var i=n(o[r]);if("object"==typeof i)return i.value}}(e,t)},exports.formatCurrency=function(e){return h(e)},exports.formatDateTime=function(e){return m(e)},exports.formatList=function(e){return g(e)},exports.formatNum=function(e){return y(e)},exports.formatRelativeTime=function(t){return o=(n=t).value,i=n.unit,a=n.locales,c=void 0===a?[r]:a,u=n.options,s=void 0===u?{}:u,new Intl.RelativeTimeFormat(c,e({style:"long",numeric:"auto"},s)).format(o,i);var n,o,i,a,c,u,s},exports.getLocaleDirection=function(e){return function(e){var t;try{var n=new Intl.Locale(e);return"rtl"===(null===(t=null==n?void 0:n.textInfo)||void 0===t?void 0:t.direction)?"rtl":"ltr"}catch(e){return"ltr"}}(e)},exports.getLocaleEmoji=function(e,t){return w(e,t)},exports.getLocaleName=function(e,t){return void 0===t&&(t=r),function(e,t){void 0===t&&(t=r);try{return new Intl.DisplayNames([t,r],{type:"language"}).of(e)||""}catch(e){return""}}(e,t)},exports.getLocaleProperties=function(e,t){return function(e,t){void 0===t&&(t=r);try{e=s(e);var n=new Intl.Locale(e),o=n.language,i=n.region,a=new Intl.Locale(e).maximize(),c=a.toString(),u=a.region||"",l=a.script||"",p=new Intl.Locale(e).minimize().toString(),v=new Intl.DisplayNames([t,e,r],{type:"language"}),d=new Intl.DisplayNames([e,t,r],{type:"language"}),f=v.of(e)||e,y=d.of(e)||e,m=v.of(c)||e,h=d.of(c)||e,g=v.of(p)||e,b=d.of(p)||e,N=v.of(o)||e,S=d.of(o)||e,T=i?"".concat(N," (").concat(i,")"):N,C=i?"".concat(S," (").concat(i,")"):S,I=new Intl.DisplayNames([t,e,r],{type:"region"}),x=new Intl.DisplayNames([e,t,r],{type:"region"}),L=I.of(u)||"",A=x.of(u)||"",K=new Intl.DisplayNames([t,e,r],{type:"script"}),M=new Intl.DisplayNames([e,t,r],{type:"script"});return{code:e,name:f,nativeName:y,maximizedCode:c,maximizedName:m,nativeMaximizedName:h,minimizedCode:p,minimizedName:g,nativeMinimizedName:b,languageCode:o,languageName:N,nativeLanguageName:S,nameWithRegionCode:T,nativeNameWithRegionCode:C,regionCode:u,regionName:L,nativeRegionName:A,scriptCode:l,scriptName:K.of(l)||"",nativeScriptName:M.of(l)||"",emoji:w(e)}}catch(t){var E=e||"",G=null==E?void 0:E.split("-");return{code:E,name:E,nativeName:E,maximizedCode:E,maximizedName:E,nativeMaximizedName:E,minimizedCode:E,minimizedName:E,nativeMinimizedName:E,languageCode:o=(null==G?void 0:G[0])||E||"",languageName:o,nativeLanguageName:o,regionCode:u=G.length>2?null==G?void 0:G[2]:(null==G?void 0:G[1])||"",regionName:u,nativeRegionName:u,scriptCode:l=(null==G?void 0:G[3])||"",scriptName:l,nativeScriptName:l,nameWithRegionCode:T=o?u?"".concat(o," (").concat(u,")"):o:"",nativeNameWithRegionCode:E,emoji:w(E)}}}(e,t)},exports.isSameDialect=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return l.apply(void 0,e)},exports.isSameLanguage=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return a.apply(void 0,e)},exports.isValidLocale=function(e){return u(e)},exports.renderContentToString=function(t,n,o,i){return function(t,n,o,i){if(void 0===n&&(n=r),void 0===o&&(o={}),void 0===i&&(i={}),"string"==typeof t&&(t=N(t)),"string"==typeof t)return t;if(!Array.isArray(t))throw new Error("renderContentToString: content ".concat(t," is invalid"));return t.map((function(t){var r;if("string"==typeof t)return t;if("object"==typeof t){var a=o[t.key];return t.variable?"number"===t.variable?y({value:a,locales:n,options:i[t.key]}):"currency"===t.variable?h(e(e({value:a,locales:n},i[t.key]&&{options:i[t.key]}),(null===(r=i[t.key])||void 0===r?void 0:r.currency)&&{currency:i[t.key].currency})):"datetime"===t.variable?m(e({value:a,locales:n},i[t.key]&&{options:i[t.key]})):"list"===t.variable?g(e({value:a,locales:n},i[t.key]&&{options:i[t.key]})):a:a}})).join("")}(t,n,o,i)},exports.requiresTranslation=function(e,t,n){return function(e,t,n){return!(!u(e)||!u(t)||n&&n.some((function(e){return!u(e)}))||l(e,t)||n&&!n.some((function(e){return a(t,e)})))}(e,t,n)},exports.splitStringToContent=function(e){return N(e)},exports.standardizeLocale=function(e){return s(e)};
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=function(){return e=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},e.apply(this,arguments)};function t(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function u(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,u)}c((r=r.apply(e,t||[])).next())}))}function n(e,t){var n,r,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=u(0),a.throw=u(1),a.return=u(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function u(u){return function(c){return function(u){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,u[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&u[0]?r.return:u[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,u[1])).done)return o;switch(r=0,o&&(u=[2&u[0],o.value]),u[0]){case 0:case 1:o=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,r=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==u[0]&&2!==u[0])){i=0;continue}if(3===u[0]&&(!o||u[1]>o[0]&&u[1]<o[3])){i.label=u[1];break}if(6===u[0]&&i.label<o[1]){i.label=o[1],o=u;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(u);break}o[2]&&i.ops.pop(),i.trys.pop();continue}u=t.call(e,i)}catch(e){u=[6,e],r=0}finally{n=o=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}([u,c])}}}function r(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];try{var n=e.flat().map((function(e){return new Intl.Locale(e).language}));return n.every((function(e){return e===n[0]}))}catch(e){return console.error(e),!1}}"function"==typeof SuppressedError&&SuppressedError;var o="en-US",i=6e4,a=["Cham","Jamo","Kawi","Lisu","Toto","Thai"],u=function(e){try{var t=new Intl.Locale(e),n=t.language,r=t.region,i=t.script;if(e.split("-").length!==(u=1,r&&(u+=1),i&&(u+=1),u))return!1;if(new Intl.DisplayNames([o],{type:"language"}).of(n)===n)return!1;if(r)if(new Intl.DisplayNames([o],{type:"region"}).of(r)===r)return!1;if(i)if(new Intl.DisplayNames([o],{type:"script"}).of(i)===i&&!a.includes(i))return!1;return!0}catch(e){return!1}var u},c=function(e){try{return Intl.getCanonicalLocales(e)[0]}catch(t){return e}};function l(){for(var e,t,n,r,o,i,a,u,l,s,f=[],p=0;p<arguments.length;p++)f[p]=arguments[p];try{for(var v=f.flat().map(c),d=0;d<v.length;d++)for(var m=d+1;m<v.length;m++)if(e=v[d],t=v[m],n=void 0,r=void 0,o=void 0,i=void 0,a=void 0,u=void 0,l=void 0,s=void 0,n=new Intl.Locale(e),r=n.language,o=n.region,i=n.script,a=new Intl.Locale(t),u=a.language,l=a.region,s=a.script,r!==u||o&&l&&o!==l||i&&s&&i!==s)return!1;return!0}catch(e){return console.error(e),!1}}function s(r,o,a,u){return t(this,void 0,void 0,(function(){var t,c,l,s,f,p,v,d;return n(this,(function(n){switch(n.label){case 0:t=new AbortController,c=t.signal,(l=Math.min((null==u?void 0:u.timeout)||i,i))&&setTimeout((function(){return t.abort()}),l),n.label=1;case 1:return n.trys.push([1,3,,4]),[4,fetch("".concat(r.baseUrl).concat("/v1/translate/content"),{method:"POST",headers:e(e({"Content-Type":"application/json"},r.apiKey&&{"x-gt-api-key":r.apiKey}),r.devApiKey&&{"x-gt-dev-api-key":r.devApiKey}),body:JSON.stringify({source:o,targetLocale:a,metadata:u}),signal:c})];case 2:return s=n.sent(),[3,4];case 3:if("AbortError"===(null==(f=n.sent())?void 0:f.name))throw new Error("Translation request timed out. This has either occured due to the translation of an unusually large request or a translation failure in the API.");throw f;case 4:return s.ok?[3,6]:(p=Error.bind,d=(v="".concat(s.status,": ")).concat,[4,s.text()]);case 5:throw new(p.apply(Error,[void 0,d.apply(v,[n.sent()])]));case 6:return[4,s.json()];case 7:return[2,n.sent()]}}))}))}function f(r,o,a,u){return t(this,void 0,void 0,(function(){var t,c,l,s,f,p,v,d;return n(this,(function(n){switch(n.label){case 0:t=new AbortController,c=t.signal,(l=Math.min((null==u?void 0:u.timeout)||i,i))&&setTimeout((function(){return t.abort()}),l),n.label=1;case 1:return n.trys.push([1,3,,4]),[4,fetch("".concat(r.baseUrl).concat("/v1/translate/react"),{method:"POST",headers:e(e({"Content-Type":"application/json"},r.apiKey&&{"x-gt-api-key":r.apiKey}),r.devApiKey&&{"x-gt-dev-api-key":r.devApiKey}),body:JSON.stringify({source:o,targetLocale:a,metadata:u}),signal:c})];case 2:return s=n.sent(),[3,4];case 3:if("AbortError"===(null==(f=n.sent())?void 0:f.name))throw new Error("Translation request timed out. This has either occured due to the translation of an unusually large request or a translation failure in the API.");throw f;case 4:return s.ok?[3,6]:(p=Error.bind,d=(v="".concat(s.status,": ")).concat,[4,s.text()]);case 5:throw new(p.apply(Error,[void 0,d.apply(v,[n.sent()])]));case 6:return[4,s.json()];case 7:return[2,n.sent()]}}))}))}function p(t){var n=t.value,r=t.locales,i=void 0===r?[o]:r,a=t.options,u=void 0===a?{}:a;return new Intl.NumberFormat(i,e({numberingSystem:"latn"},u)).format(n)}function v(t){var n=t.value,r=t.locales,i=void 0===r?[o]:r,a=t.options,u=void 0===a?{}:a;return new Intl.DateTimeFormat(i,e({calendar:"gregory",numberingSystem:"latn"},u)).format(n)}function d(t){var n=t.value,r=t.locales,i=void 0===r?[o]:r,a=t.currency,u=void 0===a?"USD":a,c=t.options,l=void 0===c?{}:c;return new Intl.NumberFormat(i,e({style:"currency",currency:u,numberingSystem:"latn"},l)).format(n)}function m(t){var n=t.value,r=t.locales,i=void 0===r?[o]:r,a=t.options,u=void 0===a?{}:a;return new Intl.ListFormat(i,e({type:"conjunction",style:"long"},u)).format(n)}var y={var:"variable",num:"number",datetime:"datetime",currency:"currency"};function g(t){if("string"!=typeof t)throw new Error("splitStringToContent: ".concat(t," is not a string!"));for(var n,r=[],o=/{([^}]+)}/g,i=0;null!==(n=o.exec(t));){var a=n[0],u=n[1],c=n.index;if("^"!==t[c-1]){c>i&&r.push(t.slice(i,c));var l=u.split(",").map((function(e){return e.trim()})),s=l[0],f=l[1]?y[l[1]]:void 0,p=e({key:s},f&&{variable:f});r.push(p),i=c+a.length}else c-1>i&&r.push(t.slice(i,c-1)),r.push(a),i=c+a.length}return i<t.length&&r.push(t.slice(i)),r}function h(e,t){if(void 0===t&&(t={}),!u(e))return b;if(t[e=c(e)])return t[e];var n=new Intl.Locale(e),r=n.region;if(r&&S[r])return S[r];var o=n.maximize(),i=o.region||"";return w[o.language]||S[i]||b}var N="đ",b=N,w={ca:N,eu:N,ku:N,bo:"đ",ug:"đ",gd:"đ´ó §ó ˘ó łó Łó ´ó ż",cy:"đ´ó §ó ˘ó ˇó Źó łó ż",gv:"đŽđ˛",grc:"đş"},S={AF:"đŚđŤ",AX:"đŚđ˝",AL:"đŚđą",DZ:"đŠđż",AS:"đŚđ¸",AD:"đŚđŠ",AO:"đŚđ´",AI:"đŚđŽ",AQ:"đŚđś",AG:"đŚđŹ",AR:"đŚđˇ",AM:"đŚđ˛",AW:"đŚđź",AU:"đŚđş",AT:"đŚđš",AZ:"đŚđż",BS:"đ§đ¸",BH:"đ§đ",BD:"đ§đŠ",BB:"đ§đ§",BY:"đ§đž",BE:"đ§đŞ",BZ:"đ§đż",BJ:"đ§đŻ",BM:"đ§đ˛",BT:"đ§đš",BO:"đ§đ´",BQ:"đ§đś",BA:"đ§đŚ",BW:"đ§đź",BV:"đ§đť",BR:"đ§đˇ",IO:"đŽđ´",BN:"đ§đł",BG:"đ§đŹ",BF:"đ§đŤ",BI:"đ§đŽ",CV:"đ¨đť",KH:"đ°đ",CM:"đ¨đ˛",CA:"đ¨đŚ",KY:"đ°đž",CF:"đ¨đŤ",TD:"đšđŠ",CL:"đ¨đą",CN:"đ¨đł",CX:"đ¨đ˝",CC:"đ¨đ¨",CO:"đ¨đ´",KM:"đ°đ˛",CD:"đ¨đŠ",CG:"đ¨đŹ",CK:"đ¨đ°",CR:"đ¨đˇ",CI:"đ¨đŽ",HR:"đđˇ",CU:"đ¨đş",CW:"đ¨đź",CY:"đ¨đž",CZ:"đ¨đż",DK:"đŠđ°",DJ:"đŠđŻ",DM:"đŠđ˛",DO:"đŠđ´",EC:"đŞđ¨",EG:"đŞđŹ",SV:"đ¸đť",GQ:"đŹđś",ER:"đŞđˇ",EE:"đŞđŞ",SZ:"đ¸đż",ET:"đŞđš",FK:"đŤđ°",FO:"đŤđ´",FJ:"đŤđŻ",FI:"đŤđŽ",FR:"đŤđˇ",GF:"đŹđŤ",PF:"đľđŤ",TF:"đšđŤ",GA:"đŹđŚ",GM:"đŹđ˛",GE:"đŹđŞ",DE:"đŠđŞ",GH:"đŹđ",GI:"đŹđŽ",GR:"đŹđˇ",GL:"đŹđą",GD:"đŹđŠ",GP:"đŹđľ",GU:"đŹđş",GT:"đŹđš",GG:"đŹđŹ",GN:"đŹđł",GW:"đŹđź",GY:"đŹđž",HT:"đđš",HM:"đđ˛",VA:"đťđŚ",HN:"đđł",HK:"đđ°",HU:"đđş",IS:"đŽđ¸",IN:"đŽđł",ID:"đŽđŠ",IR:"đŽđˇ",IQ:"đŽđś",IE:"đŽđŞ",IM:"đŽđ˛",IL:"đŽđą",IT:"đŽđš",JM:"đŻđ˛",JP:"đŻđľ",JE:"đŻđŞ",JO:"đŻđ´",KZ:"đ°đż",KE:"đ°đŞ",KI:"đ°đŽ",KP:"đ°đľ",KR:"đ°đˇ",KW:"đ°đź",KG:"đ°đŹ",LA:"đąđŚ",LV:"đąđť",LB:"đąđ§",LS:"đąđ¸",LR:"đąđˇ",LY:"đąđž",LI:"đąđŽ",LT:"đąđš",LU:"đąđş",MO:"đ˛đ´",MG:"đ˛đŹ",MW:"đ˛đź",MY:"đ˛đž",MV:"đ˛đť",ML:"đ˛đą",MT:"đ˛đš",MH:"đ˛đ",MQ:"đ˛đś",MR:"đ˛đˇ",MU:"đ˛đş",YT:"đžđš",MX:"đ˛đ˝",FM:"đŤđ˛",MD:"đ˛đŠ",MC:"đ˛đ¨",MN:"đ˛đł",ME:"đ˛đŞ",MS:"đ˛đ¸",MA:"đ˛đŚ",MZ:"đ˛đż",MM:"đ˛đ˛",NA:"đłđŚ",NR:"đłđˇ",NP:"đłđľ",NL:"đłđą",NC:"đłđ¨",NZ:"đłđż",NI:"đłđŽ",NE:"đłđŞ",NG:"đłđŹ",NU:"đłđş",NF:"đłđŤ",MK:"đ˛đ°",MP:"đ˛đľ",NO:"đłđ´",OM:"đ´đ˛",PK:"đľđ°",PW:"đľđź",PS:"đľđ¸",PA:"đľđŚ",PG:"đľđŹ",PY:"đľđž",PE:"đľđŞ",PH:"đľđ",PN:"đľđł",PL:"đľđą",PT:"đľđš",PR:"đľđˇ",QA:"đśđŚ",RE:"đˇđŞ",RO:"đˇđ´",RU:"đˇđş",RW:"đˇđź",BL:"đ§đą",SH:"đ¸đ",KN:"đ°đł",LC:"đąđ¨",MF:"đ˛đŤ",PM:"đľđ˛",VC:"đťđ¨",WS:"đźđ¸",SM:"đ¸đ˛",ST:"đ¸đš",SA:"đ¸đŚ",SN:"đ¸đł",RS:"đˇđ¸",SC:"đ¸đ¨",SL:"đ¸đą",SG:"đ¸đŹ",SX:"đ¸đ˝",SK:"đ¸đ°",SI:"đ¸đŽ",SB:"đ¸đ§",SO:"đ¸đ´",ZA:"đżđŚ",GS:"đŹđ¸",SS:"đ¸đ¸",ES:"đŞđ¸",LK:"đąđ°",SD:"đ¸đŠ",SR:"đ¸đˇ",SJ:"đ¸đŻ",SE:"đ¸đŞ",CH:"đ¨đ",SY:"đ¸đž",TW:"đšđź",TJ:"đšđŻ",TZ:"đšđż",TH:"đšđ",TL:"đšđą",TG:"đšđŹ",TK:"đšđ°",TO:"đšđ´",TT:"đšđš",TN:"đšđł",TR:"đšđˇ",TM:"đšđ˛",TC:"đšđ¨",TV:"đšđť",UG:"đşđŹ",UA:"đşđŚ",AE:"đŚđŞ",GB:"đŹđ§",US:"đşđ¸",UM:"đşđ˛",UY:"đşđž",UZ:"đşđż",VU:"đťđş",VE:"đťđŞ",VN:"đťđł",VG:"đťđŹ",VI:"đťđŽ",WF:"đźđŤ",EH:"đŞđ",YE:"đžđŞ",ZM:"đżđ˛",ZW:"đżđź",EU:"đŞđş"};var I=function(e){return"undefined"!=typeof process&&process.env&&process.env[e]||""},T=function(){function r(e){var t=void 0===e?{}:e,n=t.apiKey,r=void 0===n?"":n,o=t.devApiKey,i=void 0===o?"":o,a=t.sourceLocale,u=void 0===a?"":a,l=t.projectId,s=void 0===l?"":l,f=t.baseUrl,p=void 0===f?"https://api.gtx.dev":f;this.apiKey=r||I("GT_API_KEY"),this.devApiKey=i||I("GT_DEV_API_KEY"),this.projectId=s||I("GT_PROJECT_ID"),this.sourceLocale=c(u)||"",this.baseUrl=p}return r.prototype.translate=function(r,o,i){return t(this,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,s(this,r,o,e({sourceLocale:this.sourceLocale},i))];case 1:return[2,t.sent()]}}))}))},r.prototype.translateJsx=function(r,o,i){return t(this,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,f(this,r,o,e({sourceLocale:this.sourceLocale},i))];case 1:return[2,t.sent()]}}))}))},r}();exports.default=T,exports.determineLocale=function(e,t){return function(e,t){if("string"==typeof e&&(e=[e]),e=e.filter(u),!(t=t.filter(u)))return e[0];for(var n=function(e){if(!u(e))return"continue";for(var n=c(e),o=[],i=0,a=t;i<a.length;i++){var s=a[i],f=c(s);if(n===f)return{value:f};r(n,f)&&o.push(f)}return o.length?{value:o.find((function(e){return l(n,e)}))||o[0]}:void 0},o=0,i=e;o<i.length;o++){var a=n(i[o]);if("object"==typeof a)return a.value}}(e,t)},exports.formatCurrency=function(e){return d(e)},exports.formatDateTime=function(e){return v(e)},exports.formatList=function(e){return m(e)},exports.formatNum=function(e){return p(e)},exports.formatRelativeTime=function(t){return r=(n=t).value,i=n.unit,a=n.locales,u=void 0===a?[o]:a,c=n.options,l=void 0===c?{}:c,new Intl.RelativeTimeFormat(u,e({style:"long",numeric:"auto"},l)).format(r,i);var n,r,i,a,u,c,l},exports.getLocaleDirection=function(e){return function(e){var t;try{var n=new Intl.Locale(e);return"rtl"===(null===(t=null==n?void 0:n.textInfo)||void 0===t?void 0:t.direction)?"rtl":"ltr"}catch(e){return"ltr"}}(e)},exports.getLocaleEmoji=function(e,t){return h(e,t)},exports.getLocaleName=function(e,t){return void 0===t&&(t=o),function(e,t){void 0===t&&(t=o);try{return new Intl.DisplayNames([t,o],{type:"language"}).of(e)||""}catch(e){return""}}(e,t)},exports.getLocaleProperties=function(e,t){return function(e,t){void 0===t&&(t=o);try{e=c(e);var n=new Intl.Locale(e),r=n.language,i=n.region,a=new Intl.Locale(e).maximize(),u=a.toString(),l=a.region||"",s=a.script||"",f=new Intl.Locale(e).minimize().toString(),p=new Intl.DisplayNames([t,e,o],{type:"language"}),v=new Intl.DisplayNames([e,t,o],{type:"language"}),d=p.of(e)||e,m=v.of(e)||e,y=p.of(u)||e,g=v.of(u)||e,N=p.of(f)||e,b=v.of(f)||e,w=p.of(r)||e,S=v.of(r)||e,I=i?"".concat(w," (").concat(i,")"):w,T=i?"".concat(S," (").concat(i,")"):S,C=new Intl.DisplayNames([t,e,o],{type:"region"}),L=new Intl.DisplayNames([e,t,o],{type:"region"}),M=C.of(l)||"",A=L.of(l)||"",x=new Intl.DisplayNames([t,e,o],{type:"script"}),E=new Intl.DisplayNames([e,t,o],{type:"script"});return{code:e,name:d,nativeName:m,maximizedCode:u,maximizedName:y,nativeMaximizedName:g,minimizedCode:f,minimizedName:N,nativeMinimizedName:b,languageCode:r,languageName:w,nativeLanguageName:S,nameWithRegionCode:I,nativeNameWithRegionCode:T,regionCode:l,regionName:M,nativeRegionName:A,scriptCode:s,scriptName:x.of(s)||"",nativeScriptName:E.of(s)||"",emoji:h(e)}}catch(t){var G=e||"",K=null==G?void 0:G.split("-");return{code:G,name:G,nativeName:G,maximizedCode:G,maximizedName:G,nativeMaximizedName:G,minimizedCode:G,minimizedName:G,nativeMinimizedName:G,languageCode:r=(null==K?void 0:K[0])||G||"",languageName:r,nativeLanguageName:r,regionCode:l=K.length>2?null==K?void 0:K[2]:(null==K?void 0:K[1])||"",regionName:l,nativeRegionName:l,scriptCode:s=(null==K?void 0:K[3])||"",scriptName:s,nativeScriptName:s,nameWithRegionCode:I=r?l?"".concat(r," (").concat(l,")"):r:"",nativeNameWithRegionCode:G,emoji:h(G)}}}(e,t)},exports.isSameDialect=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return l.apply(void 0,e)},exports.isSameLanguage=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return r.apply(void 0,e)},exports.isValidLocale=function(e){return u(e)},exports.renderContentToString=function(t,n,r,i){return function(t,n,r,i){if(void 0===n&&(n=o),void 0===r&&(r={}),void 0===i&&(i={}),"string"==typeof t&&(t=g(t)),"string"==typeof t)return t;if(!Array.isArray(t))throw new Error("renderContentToString: content ".concat(t," is invalid"));return t.map((function(t){var o;if("string"==typeof t)return t;if("object"==typeof t){var a=r[t.key];return t.variable?"number"===t.variable?p({value:a,locales:n,options:i[t.key]}):"currency"===t.variable?d(e(e({value:a,locales:n},i[t.key]&&{options:i[t.key]}),(null===(o=i[t.key])||void 0===o?void 0:o.currency)&&{currency:i[t.key].currency})):"datetime"===t.variable?v(e({value:a,locales:n},i[t.key]&&{options:i[t.key]})):"list"===t.variable?m(e({value:a,locales:n},i[t.key]&&{options:i[t.key]})):a:a}})).join("")}(t,n,r,i)},exports.requiresTranslation=function(e,t,n){return function(e,t,n){return!(!u(e)||!u(t)||n&&n.some((function(e){return!u(e)}))||l(e,t)||n&&!n.some((function(e){return r(t,e)})))}(e,t,n)},exports.splitStringToContent=function(e){return g(e)},exports.standardizeLocale=function(e){return c(e)};
|
2
2
|
//# sourceMappingURL=index.cjs.min.cjs.map
|