sample-piral 1.5.6-beta.7114 → 1.6.0-beta.7142
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.
|
@@ -6307,7 +6307,7 @@ var Localizer = /*#__PURE__*/function () {
|
|
|
6307
6307
|
value: function localizeBase(key, variables) {
|
|
6308
6308
|
var message = this.translateMessage(this.messages, key, variables);
|
|
6309
6309
|
if (message === undefined) {
|
|
6310
|
-
return this.fallback(key, this.language);
|
|
6310
|
+
return this.fallback(key, this.language, this.messages, variables);
|
|
6311
6311
|
}
|
|
6312
6312
|
return message;
|
|
6313
6313
|
}
|
|
@@ -6604,12 +6604,12 @@ function installPiralDebug(options) {
|
|
|
6604
6604
|
debug: debugApiVersion,
|
|
6605
6605
|
instance: {
|
|
6606
6606
|
name: "sample-piral",
|
|
6607
|
-
version: "1.
|
|
6607
|
+
version: "1.6.0-beta.7142",
|
|
6608
6608
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
6609
6609
|
},
|
|
6610
6610
|
build: {
|
|
6611
|
-
date: "2024-
|
|
6612
|
-
cli: "1.
|
|
6611
|
+
date: "2024-06-05T14:32:14.387Z",
|
|
6612
|
+
cli: "1.6.0-beta.7142",
|
|
6613
6613
|
compat: "1"
|
|
6614
6614
|
}
|
|
6615
6615
|
};
|
|
@@ -66669,4 +66669,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
|
|
|
66669
66669
|
|
|
66670
66670
|
/******/ })()
|
|
66671
66671
|
;
|
|
66672
|
-
//# sourceMappingURL=index.
|
|
66672
|
+
//# sourceMappingURL=index.5d7df0.js.map
|