yh-i18n 2.2.8 → 2.2.9
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -11,8 +11,8 @@ import thBase from "./lang/baseTh.js";
|
|
|
11
11
|
import viBase from "./lang/baseVi.js";
|
|
12
12
|
import trBase from "./lang/baseTr.js";
|
|
13
13
|
// vxe table
|
|
14
|
-
import zhCNVXETable from "
|
|
15
|
-
import enUSVXETable from "
|
|
14
|
+
import zhCNVXETable from "./lang/zh.js";
|
|
15
|
+
import enUSVXETable from "./lang/en.js";
|
|
16
16
|
import thVXETable from "./lang/th.js";
|
|
17
17
|
import viVXETable from "./lang/vi.js";
|
|
18
18
|
import trVXETable from "./lang/tr.js";
|