wlwy-package 3.1.60 → 3.1.61
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/wlwy-package.es.js +0 -1
- package/package.json +1 -1
package/dist/wlwy-package.es.js
CHANGED
|
@@ -8498,7 +8498,6 @@ const loadLocaleMessages = (fn) => {
|
|
|
8498
8498
|
document.head.appendChild(script);
|
|
8499
8499
|
script.onload = () => {
|
|
8500
8500
|
const message2 = merge$1(extraMessages, window.language);
|
|
8501
|
-
console.log("message", message2);
|
|
8502
8501
|
i18n.global.setLocaleMessage(unref(locale), message2);
|
|
8503
8502
|
resolve(i18n);
|
|
8504
8503
|
};
|