Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tolgee/i18next

Package Overview
Dependencies
Maintainers
2
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tolgee/i18next - npm Package Compare versions

Comparing version 4.10.0-rc.14ca700.0 to 4.10.0-rc.18d1cd5.0

dist/tolgee-i18next.esm.min.mjs

7

dist/I18nextPlugin.d.ts

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

import { TolgeePlugin } from '@tolgee/core';
import { ObserverOptions } from '@tolgee/devtools-web';
declare type Props = Partial<ObserverOptions>;
export declare const I18nextPlugin: (props?: Props) => TolgeePlugin;
export {};
import { TolgeePlugin } from '@tolgee/web';
export declare const I18nextPlugin: () => TolgeePlugin;

@@ -6,3 +6,2 @@ export * from './withTolgee';

export * from './I18nextPlugin';
export * from '@tolgee/core';
export * from '@tolgee/devtools-web';
export * from '@tolgee/web';

@@ -5,4 +5,3 @@ 'use strict';

var devtoolsWeb = require('@tolgee/devtools-web');
var core = require('@tolgee/core');
var web = require('@tolgee/web');

@@ -219,10 +218,5 @@ var tolgeeApply = function (tolgee, i18n) {

var I18nextPlugin = function (props) {
return function (tolgee) {
return tolgee
.use(devtoolsWeb.BrowserExtensionPlugin())
.use(devtoolsWeb.DevTools({ observer: props }))
.init({ ns: [] });
};
};
var I18nextPlugin = function () { return function (tolgee) {
return tolgee.use(web.BrowserExtensionPlugin()).use(web.DevTools()).init({ ns: [] });
}; };

@@ -234,14 +228,8 @@ exports.I18nextPlugin = I18nextPlugin;

exports.withTolgee = withTolgee;
Object.keys(devtoolsWeb).forEach(function (k) {
Object.keys(web).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return devtoolsWeb[k]; }
get: function () { return web[k]; }
});
});
Object.keys(core).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return core[k]; }
});
});
//# sourceMappingURL=tolgee-i18next.cjs.js.map

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

"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@tolgee/devtools-web"),n=require("@tolgee/core"),r=function(e,n){e.onKeyUpdate((function(){e.getAllRecords().forEach((function(e){var r=e.language,t=e.namespace,o=e.data,a=t||"translation";n.removeResourceBundle(r,a),n.addResources(r,a,Object.fromEntries(o))}))})),n.on("languageChanged",(function(n){n&&e.getLanguage()!==n&&e.changeLanguage(n)})),n.tolgee=e},t=function(){return t=Object.assign||function(e){for(var n,r=1,t=arguments.length;r<t;r++)for(var o in n=arguments[r])Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},t.apply(this,arguments)};function o(e,n,r,t){return new(r||(r=Promise))((function(o,a){function u(e){try{c(t.next(e))}catch(e){a(e)}}function i(e){try{c(t.throw(e))}catch(e){a(e)}}function c(e){var n;e.done?o(e.value):(n=e.value,n instanceof r?n:new r((function(e){e(n)}))).then(u,i)}c((t=t.apply(e,n||[])).next())}))}function a(e,n){var r,t,o,a,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function i(a){return function(i){return function(a){if(r)throw new TypeError("Generator is already executing.");for(;u;)try{if(r=1,t&&(o=2&a[0]?t.return:a[0]?t.throw||((o=t.return)&&o.call(t),0):t.next)&&!(o=o.call(t,a[1])).done)return o;switch(t=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return u.label++,{value:a[1],done:!1};case 5:u.label++,t=a[1],a=[0];continue;case 7:a=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){u=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){u.label=a[1];break}if(6===a[0]&&u.label<o[1]){u.label=o[1],o=a;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(a);break}o[2]&&u.ops.pop(),u.trys.pop();continue}a=n.call(e,u)}catch(e){a=[6,e],t=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,i])}}}function u(e,n,r){if(r||2===arguments.length)for(var t,o=0,a=n.length;o<a;o++)!t&&o in n||(t||(t=Array.prototype.slice.call(n,0,o)),t[o]=n[o]);return e.concat(t||Array.prototype.slice.call(n))}var i=function(e){return{type:"backend",name:"TolgeeBackend",init:function(){},read:function(n,r,t){return o(this,void 0,void 0,(function(){var o,u;return a(this,(function(a){switch(a.label){case 0:return a.trys.push([0,2,,3]),[4,e.loadRecord({language:n,namespace:"translation"===r?"":void 0})];case 1:return o=a.sent(),t(null,Object.fromEntries(o)),[3,3];case 2:return u=a.sent(),console.error(u),t(!0),[3,3];case 3:return[2]}}))}))}}},c=function(e,n){var r,o,a;return a="string"==typeof n.postProcess?[n.postProcess,"tolgeeProcessor"]:Array.isArray(n.postProcess)?u(u([],function(e,n){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var t,o,a=r.call(e),u=[];try{for(;(void 0===n||n-- >0)&&!(t=a.next()).done;)u.push(t.value)}catch(e){o={error:e}}finally{try{t&&!t.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return u}(n.postProcess),!1),["tolgeeProcessor"],!1):["tolgeeProcessor"],t(t({},n),{postProcess:a,i18nFormat:t(t({},null==n?void 0:n.i18nFormat),{bindI18nStore:"added "+(null===(r=n.i18nFormat)||void 0===r?void 0:r.bindI18nStore)||""}),react:t(t({},null==n?void 0:n.react),{bindI18nStore:"added "+(null===(o=n.react)||void 0===o?void 0:o.bindI18nStore)||""})})};exports.I18nextPlugin=function(n){return function(r){return r.use(e.BrowserExtensionPlugin()).use(e.DevTools({observer:n})).init({ns:[]})}},exports.tolgeeApply=r,exports.tolgeeBackend=i,exports.tolgeeOptions=c,exports.withTolgee=function(e,n){e.use(i(n)),e.use(function(e){return{type:"postProcessor",name:"tolgeeProcessor",process:function(n,r,t){return e.wrap({key:r.join("."),defaultValue:t.defaultValue,translation:n})}}}(n));var t=e.init;return e.init=function(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];r(n,e);var u={},i=void 0;"object"==typeof o[0]?(u=o[0],i=o[1]):i=o[0];var l=c(0,u),s=t(l,i),f=e.language||u.lng;return f&&n.changeLanguage(f),n.run(),s},e},Object.keys(e).forEach((function(n){"default"===n||exports.hasOwnProperty(n)||Object.defineProperty(exports,n,{enumerable:!0,get:function(){return e[n]}})})),Object.keys(n).forEach((function(e){"default"===e||exports.hasOwnProperty(e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return n[e]}})}));
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@tolgee/web"),n=function(e,n){e.onKeyUpdate((function(){e.getAllRecords().forEach((function(e){var t=e.language,r=e.namespace,o=e.data,a=r||"translation";n.removeResourceBundle(t,a),n.addResources(t,a,Object.fromEntries(o))}))})),n.on("languageChanged",(function(n){n&&e.getLanguage()!==n&&e.changeLanguage(n)})),n.tolgee=e},t=function(){return t=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var o in n=arguments[t])Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},t.apply(this,arguments)};function r(e,n,t,r){return new(t||(t=Promise))((function(o,a){function u(e){try{c(r.next(e))}catch(e){a(e)}}function i(e){try{c(r.throw(e))}catch(e){a(e)}}function c(e){var n;e.done?o(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(u,i)}c((r=r.apply(e,n||[])).next())}))}function o(e,n){var t,r,o,a,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function i(a){return function(i){return function(a){if(t)throw new TypeError("Generator is already executing.");for(;u;)try{if(t=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return u.label++,{value:a[1],done:!1};case 5:u.label++,r=a[1],a=[0];continue;case 7:a=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){u=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){u.label=a[1];break}if(6===a[0]&&u.label<o[1]){u.label=o[1],o=a;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(a);break}o[2]&&u.ops.pop(),u.trys.pop();continue}a=n.call(e,u)}catch(e){a=[6,e],r=0}finally{t=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,i])}}}function a(e,n,t){if(t||2===arguments.length)for(var r,o=0,a=n.length;o<a;o++)!r&&o in n||(r||(r=Array.prototype.slice.call(n,0,o)),r[o]=n[o]);return e.concat(r||Array.prototype.slice.call(n))}var u=function(e){return{type:"backend",name:"TolgeeBackend",init:function(){},read:function(n,t,a){return r(this,void 0,void 0,(function(){var r,u;return o(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,e.loadRecord({language:n,namespace:"translation"===t?"":void 0})];case 1:return r=o.sent(),a(null,Object.fromEntries(r)),[3,3];case 2:return u=o.sent(),console.error(u),a(!0),[3,3];case 3:return[2]}}))}))}}},i=function(e,n){var r,o,u;return u="string"==typeof n.postProcess?[n.postProcess,"tolgeeProcessor"]:Array.isArray(n.postProcess)?a(a([],function(e,n){var t="function"==typeof Symbol&&e[Symbol.iterator];if(!t)return e;var r,o,a=t.call(e),u=[];try{for(;(void 0===n||n-- >0)&&!(r=a.next()).done;)u.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(t=a.return)&&t.call(a)}finally{if(o)throw o.error}}return u}(n.postProcess),!1),["tolgeeProcessor"],!1):["tolgeeProcessor"],t(t({},n),{postProcess:u,i18nFormat:t(t({},null==n?void 0:n.i18nFormat),{bindI18nStore:"added "+(null===(r=n.i18nFormat)||void 0===r?void 0:r.bindI18nStore)||""}),react:t(t({},null==n?void 0:n.react),{bindI18nStore:"added "+(null===(o=n.react)||void 0===o?void 0:o.bindI18nStore)||""})})};exports.I18nextPlugin=function(){return function(n){return n.use(e.BrowserExtensionPlugin()).use(e.DevTools()).init({ns:[]})}},exports.tolgeeApply=n,exports.tolgeeBackend=u,exports.tolgeeOptions=i,exports.withTolgee=function(e,t){e.use(u(t)),e.use(function(e){return{type:"postProcessor",name:"tolgeeProcessor",process:function(n,t,r){return e.wrap({key:t.join("."),defaultValue:r.defaultValue,translation:n})}}}(t));var r=e.init;return e.init=function(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];n(t,e);var u={},c=void 0;"object"==typeof o[0]?(u=o[0],c=o[1]):c=o[0];var l=i(0,u),s=r(l,c),f=e.language||u.lng;return f&&t.changeLanguage(f),t.run(),s},e},Object.keys(e).forEach((function(n){"default"===n||exports.hasOwnProperty(n)||Object.defineProperty(exports,n,{enumerable:!0,get:function(){return e[n]}})}));
//# sourceMappingURL=tolgee-i18next.cjs.min.js.map

@@ -1,4 +0,3 @@

import { BrowserExtensionPlugin, DevTools } from '@tolgee/devtools-web';
export * from '@tolgee/devtools-web';
export * from '@tolgee/core';
import { BrowserExtensionPlugin, DevTools } from '@tolgee/web';
export * from '@tolgee/web';

@@ -215,12 +214,7 @@ var tolgeeApply = function (tolgee, i18n) {

var I18nextPlugin = function (props) {
return function (tolgee) {
return tolgee
.use(BrowserExtensionPlugin())
.use(DevTools({ observer: props }))
.init({ ns: [] });
};
};
var I18nextPlugin = function () { return function (tolgee) {
return tolgee.use(BrowserExtensionPlugin()).use(DevTools()).init({ ns: [] });
}; };
export { I18nextPlugin, tolgeeApply, tolgeeBackend, tolgeeOptions, withTolgee };
//# sourceMappingURL=tolgee-i18next.esm.js.map
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@tolgee/devtools-web'), require('@tolgee/core')) :
typeof define === 'function' && define.amd ? define(['exports', '@tolgee/devtools-web', '@tolgee/core'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@tolgee/i18next"] = {}, global["@tolgee/devtools-web"], global["@tolgee/core"]));
})(this, (function (exports, devtoolsWeb, core) { 'use strict';
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@tolgee/web')) :
typeof define === 'function' && define.amd ? define(['exports', '@tolgee/web'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@tolgee/i18next"] = {}, global["@tolgee/web"]));
})(this, (function (exports, web) { 'use strict';

@@ -217,10 +217,5 @@ var tolgeeApply = function (tolgee, i18n) {

var I18nextPlugin = function (props) {
return function (tolgee) {
return tolgee
.use(devtoolsWeb.BrowserExtensionPlugin())
.use(devtoolsWeb.DevTools({ observer: props }))
.init({ ns: [] });
};
};
var I18nextPlugin = function () { return function (tolgee) {
return tolgee.use(web.BrowserExtensionPlugin()).use(web.DevTools()).init({ ns: [] });
}; };

@@ -232,14 +227,8 @@ exports.I18nextPlugin = I18nextPlugin;

exports.withTolgee = withTolgee;
Object.keys(devtoolsWeb).forEach(function (k) {
Object.keys(web).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return devtoolsWeb[k]; }
get: function () { return web[k]; }
});
});
Object.keys(core).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return core[k]; }
});
});

@@ -246,0 +235,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

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

!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("@tolgee/devtools-web"),require("@tolgee/core")):"function"==typeof define&&define.amd?define(["exports","@tolgee/devtools-web","@tolgee/core"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self)["@tolgee/i18next"]={},e["@tolgee/devtools-web"],e["@tolgee/core"])}(this,(function(e,n,t){"use strict";var r=function(e,n){e.onKeyUpdate((function(){e.getAllRecords().forEach((function(e){var t=e.language,r=e.namespace,o=e.data,a=r||"translation";n.removeResourceBundle(t,a),n.addResources(t,a,Object.fromEntries(o))}))})),n.on("languageChanged",(function(n){n&&e.getLanguage()!==n&&e.changeLanguage(n)})),n.tolgee=e},o=function(){return o=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var o in n=arguments[t])Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},o.apply(this,arguments)};function a(e,n,t,r){return new(t||(t=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function u(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var n;e.done?o(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(i,u)}l((r=r.apply(e,n||[])).next())}))}function i(e,n){var t,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function u(a){return function(u){return function(a){if(t)throw new TypeError("Generator is already executing.");for(;i;)try{if(t=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=n.call(e,i)}catch(e){a=[6,e],r=0}finally{t=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}function u(e,n,t){if(t||2===arguments.length)for(var r,o=0,a=n.length;o<a;o++)!r&&o in n||(r||(r=Array.prototype.slice.call(n,0,o)),r[o]=n[o]);return e.concat(r||Array.prototype.slice.call(n))}var l=function(e){return{type:"backend",name:"TolgeeBackend",init:function(){},read:function(n,t,r){return a(this,void 0,void 0,(function(){var o,a;return i(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,e.loadRecord({language:n,namespace:"translation"===t?"":void 0})];case 1:return o=i.sent(),r(null,Object.fromEntries(o)),[3,3];case 2:return a=i.sent(),console.error(a),r(!0),[3,3];case 3:return[2]}}))}))}}},c="tolgeeProcessor",s=function(e,n){var t,r,a;return a="string"==typeof n.postProcess?[n.postProcess,c]:Array.isArray(n.postProcess)?u(u([],function(e,n){var t="function"==typeof Symbol&&e[Symbol.iterator];if(!t)return e;var r,o,a=t.call(e),i=[];try{for(;(void 0===n||n-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(t=a.return)&&t.call(a)}finally{if(o)throw o.error}}return i}(n.postProcess),!1),[c],!1):[c],o(o({},n),{postProcess:a,i18nFormat:o(o({},null==n?void 0:n.i18nFormat),{bindI18nStore:"added "+(null===(t=n.i18nFormat)||void 0===t?void 0:t.bindI18nStore)||""}),react:o(o({},null==n?void 0:n.react),{bindI18nStore:"added "+(null===(r=n.react)||void 0===r?void 0:r.bindI18nStore)||""})})};e.I18nextPlugin=function(e){return function(t){return t.use(n.BrowserExtensionPlugin()).use(n.DevTools({observer:e})).init({ns:[]})}},e.tolgeeApply=r,e.tolgeeBackend=l,e.tolgeeOptions=s,e.withTolgee=function(e,n){e.use(l(n)),e.use(function(e){return{type:"postProcessor",name:"tolgeeProcessor",process:function(n,t,r){return e.wrap({key:t.join("."),defaultValue:r.defaultValue,translation:n})}}}(n));var t=e.init;return e.init=function(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];r(n,e);var i={},u=void 0;"object"==typeof o[0]?(i=o[0],u=o[1]):u=o[0];var l=s(0,i),c=t(l,u),f=e.language||i.lng;return f&&n.changeLanguage(f),n.run(),c},e},Object.keys(n).forEach((function(t){"default"===t||e.hasOwnProperty(t)||Object.defineProperty(e,t,{enumerable:!0,get:function(){return n[t]}})})),Object.keys(t).forEach((function(n){"default"===n||e.hasOwnProperty(n)||Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[n]}})})),Object.defineProperty(e,"__esModule",{value:!0})}));
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("@tolgee/web")):"function"==typeof define&&define.amd?define(["exports","@tolgee/web"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self)["@tolgee/i18next"]={},e["@tolgee/web"])}(this,(function(e,n){"use strict";var t=function(e,n){e.onKeyUpdate((function(){e.getAllRecords().forEach((function(e){var t=e.language,r=e.namespace,o=e.data,a=r||"translation";n.removeResourceBundle(t,a),n.addResources(t,a,Object.fromEntries(o))}))})),n.on("languageChanged",(function(n){n&&e.getLanguage()!==n&&e.changeLanguage(n)})),n.tolgee=e},r=function(){return r=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var o in n=arguments[t])Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},r.apply(this,arguments)};function o(e,n,t,r){return new(t||(t=Promise))((function(o,a){function i(e){try{l(r.next(e))}catch(e){a(e)}}function u(e){try{l(r.throw(e))}catch(e){a(e)}}function l(e){var n;e.done?o(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(i,u)}l((r=r.apply(e,n||[])).next())}))}function a(e,n){var t,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function u(a){return function(u){return function(a){if(t)throw new TypeError("Generator is already executing.");for(;i;)try{if(t=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=n.call(e,i)}catch(e){a=[6,e],r=0}finally{t=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}}function i(e,n,t){if(t||2===arguments.length)for(var r,o=0,a=n.length;o<a;o++)!r&&o in n||(r||(r=Array.prototype.slice.call(n,0,o)),r[o]=n[o]);return e.concat(r||Array.prototype.slice.call(n))}var u=function(e){return{type:"backend",name:"TolgeeBackend",init:function(){},read:function(n,t,r){return o(this,void 0,void 0,(function(){var o,i;return a(this,(function(a){switch(a.label){case 0:return a.trys.push([0,2,,3]),[4,e.loadRecord({language:n,namespace:"translation"===t?"":void 0})];case 1:return o=a.sent(),r(null,Object.fromEntries(o)),[3,3];case 2:return i=a.sent(),console.error(i),r(!0),[3,3];case 3:return[2]}}))}))}}},l="tolgeeProcessor",c=function(e,n){var t,o,a;return a="string"==typeof n.postProcess?[n.postProcess,l]:Array.isArray(n.postProcess)?i(i([],function(e,n){var t="function"==typeof Symbol&&e[Symbol.iterator];if(!t)return e;var r,o,a=t.call(e),i=[];try{for(;(void 0===n||n-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(t=a.return)&&t.call(a)}finally{if(o)throw o.error}}return i}(n.postProcess),!1),[l],!1):[l],r(r({},n),{postProcess:a,i18nFormat:r(r({},null==n?void 0:n.i18nFormat),{bindI18nStore:"added "+(null===(t=n.i18nFormat)||void 0===t?void 0:t.bindI18nStore)||""}),react:r(r({},null==n?void 0:n.react),{bindI18nStore:"added "+(null===(o=n.react)||void 0===o?void 0:o.bindI18nStore)||""})})};e.I18nextPlugin=function(){return function(e){return e.use(n.BrowserExtensionPlugin()).use(n.DevTools()).init({ns:[]})}},e.tolgeeApply=t,e.tolgeeBackend=u,e.tolgeeOptions=c,e.withTolgee=function(e,n){e.use(u(n)),e.use(function(e){return{type:"postProcessor",name:"tolgeeProcessor",process:function(n,t,r){return e.wrap({key:t.join("."),defaultValue:r.defaultValue,translation:n})}}}(n));var r=e.init;return e.init=function(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];t(n,e);var i={},u=void 0;"object"==typeof o[0]?(i=o[0],u=o[1]):u=o[0];var l=c(0,i),s=r(l,u),f=e.language||i.lng;return f&&n.changeLanguage(f),n.run(),s},e},Object.keys(n).forEach((function(t){"default"===t||e.hasOwnProperty(t)||Object.defineProperty(e,t,{enumerable:!0,get:function(){return n[t]}})})),Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=tolgee-i18next.umd.min.js.map

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

import { TolgeeInstance } from '@tolgee/core';
import { TolgeeInstance } from '@tolgee/web';
import { i18n } from 'i18next';

@@ -3,0 +3,0 @@ export declare const tolgeeApply: (tolgee: TolgeeInstance, i18n: i18n) => void;

@@ -1,3 +0,3 @@

import { TolgeeInstance } from '@tolgee/core';
import { TolgeeInstance } from '@tolgee/web';
import { Module } from 'i18next';
export declare const tolgeeBackend: (tolgee: TolgeeInstance) => Module;

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

import { TolgeeInstance } from '@tolgee/core';
import { TolgeeInstance } from '@tolgee/web';
import { InitOptions } from 'i18next';

@@ -34,3 +34,3 @@ export declare const tolgeeOptions: (tolgee: TolgeeInstance, options?: InitOptions) => {

ns?: string | readonly string[];
defaultNS?: string;
defaultNS?: string | false | readonly string[];
fallbackNS?: string | false | readonly string[];

@@ -62,17 +62,3 @@ saveMissing?: boolean;

appendNamespaceToCIMode?: boolean;
compatibilityJSON?: "v1" | "v2" | "v3";
editor?: {
enabled?: boolean;
autoOpen?: boolean;
enableByQS?: string | false;
toggleKeyModifier?: "ctrlKey" | "metaKey" | "altKey" | "shiftKey";
toggleKeyCode?: number;
lngOverrideQS?: string;
lngOverride?: string;
mode?: "iframe" | "window";
iframeContainerStyle?: string;
iframeStyle?: string;
bodyStyle?: string;
onEditorSaved?: (lng: null, ns: string | readonly string[]) => void;
};
compatibilityJSON?: "v1" | "v2" | "v3" | "v4";
locizeLastUsed?: {

@@ -88,2 +74,4 @@ projectId: string;

maxParallelReads?: number;
maxRetries?: number;
retryTimeout?: number;
backend?: object;

@@ -90,0 +78,0 @@ detection?: object;

@@ -1,4 +0,4 @@

import { TolgeeInstance } from '@tolgee/core';
import { TolgeeInstance } from '@tolgee/web';
import { Module } from 'i18next';
export declare const TOLGEE_PROCESSOR_NAME = "tolgeeProcessor";
export declare const tolgeeProcessor: (tolgee: TolgeeInstance) => Module;

@@ -1,3 +0,3 @@

import { TolgeeInstance } from '@tolgee/core';
import { TolgeeInstance } from '@tolgee/web';
import { i18n } from 'i18next';
export declare const withTolgee: (i18n: i18n, tolgee: TolgeeInstance) => i18n;

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

import { TolgeePlugin } from '@tolgee/core';
import { ObserverOptions } from '@tolgee/devtools-web';
declare type Props = Partial<ObserverOptions>;
export declare const I18nextPlugin: (props?: Props) => TolgeePlugin;
export {};
import { TolgeePlugin } from '@tolgee/web';
export declare const I18nextPlugin: () => TolgeePlugin;

@@ -6,3 +6,2 @@ export * from './withTolgee';

export * from './I18nextPlugin';
export * from '@tolgee/core';
export * from '@tolgee/devtools-web';
export * from '@tolgee/web';

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

import { TolgeeInstance } from '@tolgee/core';
import { TolgeeInstance } from '@tolgee/web';
import { i18n } from 'i18next';

@@ -3,0 +3,0 @@ export declare const tolgeeApply: (tolgee: TolgeeInstance, i18n: i18n) => void;

@@ -1,3 +0,3 @@

import { TolgeeInstance } from '@tolgee/core';
import { TolgeeInstance } from '@tolgee/web';
import { Module } from 'i18next';
export declare const tolgeeBackend: (tolgee: TolgeeInstance) => Module;

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

import { TolgeeInstance } from '@tolgee/core';
import { TolgeeInstance } from '@tolgee/web';
import { InitOptions } from 'i18next';

@@ -34,3 +34,3 @@ export declare const tolgeeOptions: (tolgee: TolgeeInstance, options?: InitOptions) => {

ns?: string | readonly string[];
defaultNS?: string;
defaultNS?: string | false | readonly string[];
fallbackNS?: string | false | readonly string[];

@@ -62,17 +62,3 @@ saveMissing?: boolean;

appendNamespaceToCIMode?: boolean;
compatibilityJSON?: "v1" | "v2" | "v3";
editor?: {
enabled?: boolean;
autoOpen?: boolean;
enableByQS?: string | false;
toggleKeyModifier?: "ctrlKey" | "metaKey" | "altKey" | "shiftKey";
toggleKeyCode?: number;
lngOverrideQS?: string;
lngOverride?: string;
mode?: "iframe" | "window";
iframeContainerStyle?: string;
iframeStyle?: string;
bodyStyle?: string;
onEditorSaved?: (lng: null, ns: string | readonly string[]) => void;
};
compatibilityJSON?: "v1" | "v2" | "v3" | "v4";
locizeLastUsed?: {

@@ -88,2 +74,4 @@ projectId: string;

maxParallelReads?: number;
maxRetries?: number;
retryTimeout?: number;
backend?: object;

@@ -90,0 +78,0 @@ detection?: object;

@@ -1,4 +0,4 @@

import { TolgeeInstance } from '@tolgee/core';
import { TolgeeInstance } from '@tolgee/web';
import { Module } from 'i18next';
export declare const TOLGEE_PROCESSOR_NAME = "tolgeeProcessor";
export declare const tolgeeProcessor: (tolgee: TolgeeInstance) => Module;

@@ -1,3 +0,3 @@

import { TolgeeInstance } from '@tolgee/core';
import { TolgeeInstance } from '@tolgee/web';
import { i18n } from 'i18next';
export declare const withTolgee: (i18n: i18n, tolgee: TolgeeInstance) => i18n;
{
"name": "@tolgee/i18next",
"version": "4.10.0-rc.14ca700.0",
"version": "4.10.0-rc.18d1cd5.0",
"description": "Tolgee i18n integration.",
"main": "index.js",
"main": "./dist/tolgee-i18next.cjs.js",
"module": "./dist/tolgee-i18next.esm.js",

@@ -45,3 +45,2 @@ "types": "./lib/index.d.ts",

"@testing-library/jest-dom": "^5.11.4",
"@types/intl-messageformat": "^3.0.0",
"@types/jest": "^28.1.6",

@@ -54,2 +53,3 @@ "@types/node": "^18.6.1",

"rollup": "^2.78.1",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-sourcemaps": "^0.6.3",

@@ -63,3 +63,3 @@ "rollup-plugin-terser": "7.0.2",

},
"gitHead": "b1d3f9ef8bd9aa70bf0e3acbdaff6043021a2fee",
"gitHead": "c1c1a75777b40da3674427ba36ca751bdd8c7698",
"peerDependencies": {

@@ -73,4 +73,3 @@ "i18next": "^21.5.4"

"dependencies": {
"@tolgee/core": "^4.10.0-rc.14ca700.0",
"@tolgee/devtools-web": "^4.10.0-rc.14ca700.0"
"@tolgee/web": "^4.10.0-rc.18d1cd5.0"
},

@@ -77,0 +76,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc