sample-piral 1.10.3 → 1.11.0-beta.132e96f
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.
|
@@ -64990,7 +64990,7 @@ function createLocaleApi() {
|
|
|
64990
64990
|
addTranslations: function addTranslations(messages) {
|
|
64991
64991
|
var isOverriding = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
|
|
64992
64992
|
var current = localizer.messages;
|
|
64993
|
-
setTranslations(deepmerge__WEBPACK_IMPORTED_MODULE_0__.all(isOverriding ? [current].concat(_toConsumableArray(messages)) : [].concat(_toConsumableArray(messages), [current])));
|
|
64993
|
+
setTranslations(deepmerge__WEBPACK_IMPORTED_MODULE_0__.all(isOverriding ? [current, localTranslations].concat(_toConsumableArray(messages)) : [].concat(_toConsumableArray(messages), [current, localTranslations])));
|
|
64994
64994
|
},
|
|
64995
64995
|
getCurrentLanguage: function getCurrentLanguage(cb) {
|
|
64996
64996
|
var selected = context.readState(function (s) {
|
|
@@ -65610,12 +65610,12 @@ function installPiralDebug(options) {
|
|
|
65610
65610
|
debug: debugApiVersion,
|
|
65611
65611
|
instance: {
|
|
65612
65612
|
name: "sample-piral",
|
|
65613
|
-
version: "1.
|
|
65613
|
+
version: "1.11.0-beta.132e96f",
|
|
65614
65614
|
dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
|
|
65615
65615
|
},
|
|
65616
65616
|
build: {
|
|
65617
|
-
date: "2026-
|
|
65618
|
-
cli: "1.
|
|
65617
|
+
date: "2026-05-20T22:10:30.703Z",
|
|
65618
|
+
cli: "1.11.0-beta.132e96f",
|
|
65619
65619
|
compat: "1"
|
|
65620
65620
|
}
|
|
65621
65621
|
};
|
|
@@ -67900,4 +67900,4 @@ root.render(/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral_
|
|
|
67900
67900
|
|
|
67901
67901
|
/******/ })()
|
|
67902
67902
|
;
|
|
67903
|
-
//# sourceMappingURL=index.
|
|
67903
|
+
//# sourceMappingURL=index.dc7993.js.map
|