ps-toolkit-ui 1.21.33 → 1.21.34
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.
|
@@ -7156,6 +7156,7 @@ class LangClass {
|
|
|
7156
7156
|
lang;
|
|
7157
7157
|
constructor(d, strings$1) {
|
|
7158
7158
|
this.lang = _.merge(strings[d], strings$1[d]);
|
|
7159
|
+
console.log(strings[d], strings$1[d], this.lang);
|
|
7159
7160
|
}
|
|
7160
7161
|
get(area, c, k, v = null) {
|
|
7161
7162
|
if (k != null && (/^-?\d+$/.test(k) || /^\d+\.\d+$/.test(k))) {
|