@univerjs/preset-sheets-core 0.10.1 → 0.10.2
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/lib/cjs/locales/ca-ES.js +1 -1
- package/lib/cjs/locales/en-US.js +1 -1
- package/lib/cjs/locales/es-ES.js +1 -1
- package/lib/cjs/locales/fa-IR.js +1 -1
- package/lib/cjs/locales/fr-FR.js +1 -1
- package/lib/cjs/locales/ko-KR.js +1 -1
- package/lib/cjs/locales/ru-RU.js +1 -1
- package/lib/cjs/locales/vi-VN.js +1 -1
- package/lib/cjs/locales/zh-CN.js +1 -1
- package/lib/cjs/locales/zh-TW.js +1 -1
- package/lib/es/locales/ca-ES.js +5 -6
- package/lib/es/locales/en-US.js +5 -6
- package/lib/es/locales/es-ES.js +7 -8
- package/lib/es/locales/fa-IR.js +5 -6
- package/lib/es/locales/fr-FR.js +5 -6
- package/lib/es/locales/ko-KR.js +1 -2
- package/lib/es/locales/ru-RU.js +5 -6
- package/lib/es/locales/vi-VN.js +7 -8
- package/lib/es/locales/zh-CN.js +5 -6
- package/lib/es/locales/zh-TW.js +5 -6
- package/lib/index.css +1 -1
- package/lib/locales/ca-ES.js +5 -6
- package/lib/locales/en-US.js +5 -6
- package/lib/locales/es-ES.js +7 -8
- package/lib/locales/fa-IR.js +5 -6
- package/lib/locales/fr-FR.js +5 -6
- package/lib/locales/ko-KR.js +1 -2
- package/lib/locales/ru-RU.js +5 -6
- package/lib/locales/vi-VN.js +7 -8
- package/lib/locales/zh-CN.js +5 -6
- package/lib/locales/zh-TW.js +5 -6
- package/lib/types/locales/ca-ES.d.ts +3 -1
- package/lib/types/locales/en-US.d.ts +3 -1
- package/lib/types/locales/es-ES.d.ts +3 -1
- package/lib/types/locales/fa-IR.d.ts +3 -1
- package/lib/types/locales/fr-FR.d.ts +3 -1
- package/lib/types/locales/ko-KR.d.ts +3 -1
- package/lib/types/locales/ru-RU.d.ts +3 -1
- package/lib/types/locales/vi-VN.d.ts +3 -1
- package/lib/types/locales/zh-CN.d.ts +3 -1
- package/lib/types/locales/zh-TW.d.ts +3 -1
- package/lib/umd/index.js +40 -40
- package/lib/umd/locales/ca-ES.js +5 -1
- package/lib/umd/locales/en-US.js +5 -1
- package/lib/umd/locales/es-ES.js +5 -1
- package/lib/umd/locales/fa-IR.js +5 -1
- package/lib/umd/locales/fr-FR.js +5 -1
- package/lib/umd/locales/ko-KR.js +5 -1
- package/lib/umd/locales/ru-RU.js +5 -1
- package/lib/umd/locales/vi-VN.js +5 -1
- package/lib/umd/locales/zh-CN.js +5 -1
- package/lib/umd/locales/zh-TW.js +5 -1
- package/package.json +17 -17
package/lib/cjs/locales/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/ca-ES"),r=require("@univerjs/docs-ui/locale/ca-ES"),u=require("@univerjs/sheets/locale/ca-ES"),i=require("@univerjs/sheets-formula/locale/ca-ES"),n=require("@univerjs/sheets-formula-ui/locale/ca-ES"),t=require("@univerjs/sheets-numfmt-ui/locale/ca-ES"),o=require("@univerjs/sheets-ui/locale/ca-ES"),c=require("@univerjs/ui/locale/ca-ES"),q=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/ca-ES"),r=require("@univerjs/docs-ui/locale/ca-ES"),u=require("@univerjs/sheets/locale/ca-ES"),i=require("@univerjs/sheets-formula/locale/ca-ES"),n=require("@univerjs/sheets-formula-ui/locale/ca-ES"),t=require("@univerjs/sheets-numfmt-ui/locale/ca-ES"),o=require("@univerjs/sheets-ui/locale/ca-ES"),c=require("@univerjs/ui/locale/ca-ES"),q=e.mergeLocales(s,r,u,i,n,t,o,c);module.exports=q;
|
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/en-US"),r=require("@univerjs/docs-ui/locale/en-US"),u=require("@univerjs/sheets/locale/en-US"),i=require("@univerjs/sheets-formula/locale/en-US"),n=require("@univerjs/sheets-formula-ui/locale/en-US"),t=require("@univerjs/sheets-numfmt-ui/locale/en-US"),o=require("@univerjs/sheets-ui/locale/en-US"),c=require("@univerjs/ui/locale/en-US"),q=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/en-US"),r=require("@univerjs/docs-ui/locale/en-US"),u=require("@univerjs/sheets/locale/en-US"),i=require("@univerjs/sheets-formula/locale/en-US"),n=require("@univerjs/sheets-formula-ui/locale/en-US"),t=require("@univerjs/sheets-numfmt-ui/locale/en-US"),o=require("@univerjs/sheets-ui/locale/en-US"),c=require("@univerjs/ui/locale/en-US"),q=e.mergeLocales(s,r,u,i,n,t,o,c);module.exports=q;
|
package/lib/cjs/locales/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/es-ES"),r=require("@univerjs/docs-ui/locale/es-ES"),u=require("@univerjs/sheets/locale/es-ES"),i=require("@univerjs/sheets-formula/locale/es-ES"),n=require("@univerjs/sheets-formula-ui/locale/es-ES"),t=require("@univerjs/sheets-numfmt-ui/locale/es-ES"),o=require("@univerjs/sheets-ui/locale/es-ES"),c=require("@univerjs/ui/locale/es-ES"),q=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/es-ES"),r=require("@univerjs/docs-ui/locale/es-ES"),u=require("@univerjs/sheets/locale/es-ES"),i=require("@univerjs/sheets-formula/locale/es-ES"),n=require("@univerjs/sheets-formula-ui/locale/es-ES"),t=require("@univerjs/sheets-numfmt-ui/locale/es-ES"),o=require("@univerjs/sheets-ui/locale/es-ES"),c=require("@univerjs/ui/locale/es-ES"),q=e.mergeLocales(s,r,u,i,n,t,o,c);module.exports=q;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/fa-IR"),r=require("@univerjs/docs-ui/locale/fa-IR"),u=require("@univerjs/sheets/locale/fa-IR"),i=require("@univerjs/sheets-formula/locale/fa-IR"),n=require("@univerjs/sheets-formula-ui/locale/fa-IR"),t=require("@univerjs/sheets-numfmt-ui/locale/fa-IR"),o=require("@univerjs/sheets-ui/locale/fa-IR"),c=require("@univerjs/ui/locale/fa-IR"),q=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/fa-IR"),r=require("@univerjs/docs-ui/locale/fa-IR"),u=require("@univerjs/sheets/locale/fa-IR"),i=require("@univerjs/sheets-formula/locale/fa-IR"),n=require("@univerjs/sheets-formula-ui/locale/fa-IR"),t=require("@univerjs/sheets-numfmt-ui/locale/fa-IR"),o=require("@univerjs/sheets-ui/locale/fa-IR"),c=require("@univerjs/ui/locale/fa-IR"),q=e.mergeLocales(s,r,u,i,n,t,o,c);module.exports=q;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/fr-FR"),r=require("@univerjs/docs-ui/locale/fr-FR"),u=require("@univerjs/sheets/locale/fr-FR"),i=require("@univerjs/sheets-formula/locale/fr-FR"),n=require("@univerjs/sheets-formula-ui/locale/fr-FR"),t=require("@univerjs/sheets-numfmt-ui/locale/fr-FR"),o=require("@univerjs/sheets-ui/locale/fr-FR"),c=require("@univerjs/ui/locale/fr-FR"),q=e.mergeLocales(s,r,u,i,n,t,o,c);module.exports=q;
|
package/lib/cjs/locales/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/ko-KR"),r=require("@univerjs/docs-ui/locale/ko-KR"),u=require("@univerjs/sheets/locale/ko-KR"),i=require("@univerjs/sheets-formula/locale/ko-KR"),n=require("@univerjs/sheets-formula-ui/locale/ko-KR"),t=require("@univerjs/sheets-numfmt-ui/locale/ko-KR"),o=require("@univerjs/sheets-ui/locale/ko-KR"),c=require("@univerjs/ui/locale/ko-KR"),q=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/ko-KR"),r=require("@univerjs/docs-ui/locale/ko-KR"),u=require("@univerjs/sheets/locale/ko-KR"),i=require("@univerjs/sheets-formula/locale/ko-KR"),n=require("@univerjs/sheets-formula-ui/locale/ko-KR"),t=require("@univerjs/sheets-numfmt-ui/locale/ko-KR"),o=require("@univerjs/sheets-ui/locale/ko-KR"),c=require("@univerjs/ui/locale/ko-KR"),q=e.mergeLocales(s,r,u,i,n,t,o,c);module.exports=q;
|
package/lib/cjs/locales/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/ru-RU"),r=require("@univerjs/docs-ui/locale/ru-RU"),u=require("@univerjs/sheets/locale/ru-RU"),i=require("@univerjs/sheets-formula/locale/ru-RU"),n=require("@univerjs/sheets-formula-ui/locale/ru-RU"),t=require("@univerjs/sheets-numfmt-ui/locale/ru-RU"),o=require("@univerjs/sheets-ui/locale/ru-RU"),c=require("@univerjs/ui/locale/ru-RU"),q=e.mergeLocales(s,r,u,i,n,t,o,c);module.exports=q;
|
package/lib/cjs/locales/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/vi-VN"),r=require("@univerjs/docs-ui/locale/vi-VN"),u=require("@univerjs/sheets/locale/vi-VN"),i=require("@univerjs/sheets-formula/locale/vi-VN"),n=require("@univerjs/sheets-formula-ui/locale/vi-VN"),t=require("@univerjs/sheets-numfmt-ui/locale/vi-VN"),o=require("@univerjs/sheets-ui/locale/vi-VN"),c=require("@univerjs/ui/locale/vi-VN"),q=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/vi-VN"),r=require("@univerjs/docs-ui/locale/vi-VN"),u=require("@univerjs/sheets/locale/vi-VN"),i=require("@univerjs/sheets-formula/locale/vi-VN"),n=require("@univerjs/sheets-formula-ui/locale/vi-VN"),t=require("@univerjs/sheets-numfmt-ui/locale/vi-VN"),o=require("@univerjs/sheets-ui/locale/vi-VN"),c=require("@univerjs/ui/locale/vi-VN"),q=e.mergeLocales(s,r,u,i,n,t,o,c);module.exports=q;
|
package/lib/cjs/locales/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/zh-CN"),r=require("@univerjs/docs-ui/locale/zh-CN"),u=require("@univerjs/sheets/locale/zh-CN"),i=require("@univerjs/sheets-formula/locale/zh-CN"),n=require("@univerjs/sheets-formula-ui/locale/zh-CN"),t=require("@univerjs/sheets-numfmt-ui/locale/zh-CN"),o=require("@univerjs/sheets-ui/locale/zh-CN"),c=require("@univerjs/ui/locale/zh-CN"),q=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/zh-CN"),r=require("@univerjs/docs-ui/locale/zh-CN"),u=require("@univerjs/sheets/locale/zh-CN"),i=require("@univerjs/sheets-formula/locale/zh-CN"),n=require("@univerjs/sheets-formula-ui/locale/zh-CN"),t=require("@univerjs/sheets-numfmt-ui/locale/zh-CN"),o=require("@univerjs/sheets-ui/locale/zh-CN"),c=require("@univerjs/ui/locale/zh-CN"),q=e.mergeLocales(s,r,u,i,n,t,o,c);module.exports=q;
|
package/lib/cjs/locales/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/zh-TW"),r=require("@univerjs/docs-ui/locale/zh-TW"),u=require("@univerjs/sheets/locale/zh-TW"),i=require("@univerjs/sheets-formula/locale/zh-TW"),n=require("@univerjs/sheets-formula-ui/locale/zh-TW"),t=require("@univerjs/sheets-numfmt-ui/locale/zh-TW"),o=require("@univerjs/sheets-ui/locale/zh-TW"),c=require("@univerjs/ui/locale/zh-TW"),q=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/design/locale/zh-TW"),r=require("@univerjs/docs-ui/locale/zh-TW"),u=require("@univerjs/sheets/locale/zh-TW"),i=require("@univerjs/sheets-formula/locale/zh-TW"),n=require("@univerjs/sheets-formula-ui/locale/zh-TW"),t=require("@univerjs/sheets-numfmt-ui/locale/zh-TW"),o=require("@univerjs/sheets-ui/locale/zh-TW"),c=require("@univerjs/ui/locale/zh-TW"),q=e.mergeLocales(s,r,u,i,n,t,o,c);module.exports=q;
|
package/lib/es/locales/ca-ES.js
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { mergeLocales as r } from "@univerjs/core";
|
|
2
2
|
import e from "@univerjs/design/locale/ca-ES";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import o from "@univerjs/docs-ui/locale/ca-ES";
|
|
4
|
+
import i from "@univerjs/sheets/locale/ca-ES";
|
|
5
|
+
import m from "@univerjs/sheets-formula/locale/ca-ES";
|
|
6
6
|
import s from "@univerjs/sheets-formula-ui/locale/ca-ES";
|
|
7
7
|
import t from "@univerjs/sheets-numfmt-ui/locale/ca-ES";
|
|
8
8
|
import u from "@univerjs/sheets-ui/locale/ca-ES";
|
|
9
9
|
import f from "@univerjs/ui/locale/ca-ES";
|
|
10
10
|
const g = r(
|
|
11
|
-
{},
|
|
12
11
|
e,
|
|
12
|
+
o,
|
|
13
13
|
i,
|
|
14
14
|
m,
|
|
15
|
-
o,
|
|
16
15
|
s,
|
|
17
16
|
t,
|
|
18
17
|
u,
|
package/lib/es/locales/en-US.js
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { mergeLocales as r } from "@univerjs/core";
|
|
2
2
|
import e from "@univerjs/design/locale/en-US";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import o from "@univerjs/docs-ui/locale/en-US";
|
|
4
|
+
import i from "@univerjs/sheets/locale/en-US";
|
|
5
|
+
import m from "@univerjs/sheets-formula/locale/en-US";
|
|
6
6
|
import s from "@univerjs/sheets-formula-ui/locale/en-US";
|
|
7
7
|
import t from "@univerjs/sheets-numfmt-ui/locale/en-US";
|
|
8
8
|
import u from "@univerjs/sheets-ui/locale/en-US";
|
|
9
9
|
import f from "@univerjs/ui/locale/en-US";
|
|
10
10
|
const g = r(
|
|
11
|
-
{},
|
|
12
11
|
e,
|
|
12
|
+
o,
|
|
13
13
|
i,
|
|
14
14
|
m,
|
|
15
|
-
o,
|
|
16
15
|
s,
|
|
17
16
|
t,
|
|
18
17
|
u,
|
package/lib/es/locales/es-ES.js
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { mergeLocales as r } from "@univerjs/core";
|
|
2
2
|
import e from "@univerjs/design/locale/es-ES";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
3
|
+
import o from "@univerjs/docs-ui/locale/es-ES";
|
|
4
|
+
import s from "@univerjs/sheets/locale/es-ES";
|
|
5
|
+
import i from "@univerjs/sheets-formula/locale/es-ES";
|
|
6
|
+
import m from "@univerjs/sheets-formula-ui/locale/es-ES";
|
|
7
7
|
import t from "@univerjs/sheets-numfmt-ui/locale/es-ES";
|
|
8
8
|
import u from "@univerjs/sheets-ui/locale/es-ES";
|
|
9
9
|
import f from "@univerjs/ui/locale/es-ES";
|
|
10
10
|
const g = r(
|
|
11
|
-
{},
|
|
12
11
|
e,
|
|
13
|
-
i,
|
|
14
|
-
m,
|
|
15
12
|
o,
|
|
16
13
|
s,
|
|
14
|
+
i,
|
|
15
|
+
m,
|
|
17
16
|
t,
|
|
18
17
|
u,
|
|
19
18
|
f
|
package/lib/es/locales/fa-IR.js
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { mergeLocales as r } from "@univerjs/core";
|
|
2
2
|
import e from "@univerjs/design/locale/fa-IR";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import o from "@univerjs/docs-ui/locale/fa-IR";
|
|
4
|
+
import i from "@univerjs/sheets/locale/fa-IR";
|
|
5
|
+
import m from "@univerjs/sheets-formula/locale/fa-IR";
|
|
6
6
|
import s from "@univerjs/sheets-formula-ui/locale/fa-IR";
|
|
7
7
|
import t from "@univerjs/sheets-numfmt-ui/locale/fa-IR";
|
|
8
8
|
import u from "@univerjs/sheets-ui/locale/fa-IR";
|
|
9
9
|
import f from "@univerjs/ui/locale/fa-IR";
|
|
10
10
|
const g = r(
|
|
11
|
-
{},
|
|
12
11
|
e,
|
|
12
|
+
o,
|
|
13
13
|
i,
|
|
14
14
|
m,
|
|
15
|
-
o,
|
|
16
15
|
s,
|
|
17
16
|
t,
|
|
18
17
|
u,
|
package/lib/es/locales/fr-FR.js
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { mergeLocales as r } from "@univerjs/core";
|
|
2
2
|
import e from "@univerjs/design/locale/fr-FR";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import o from "@univerjs/docs-ui/locale/fr-FR";
|
|
4
|
+
import i from "@univerjs/sheets/locale/fr-FR";
|
|
5
|
+
import m from "@univerjs/sheets-formula/locale/fr-FR";
|
|
6
6
|
import s from "@univerjs/sheets-formula-ui/locale/fr-FR";
|
|
7
7
|
import t from "@univerjs/sheets-numfmt-ui/locale/fr-FR";
|
|
8
8
|
import u from "@univerjs/sheets-ui/locale/fr-FR";
|
|
9
9
|
import f from "@univerjs/ui/locale/fr-FR";
|
|
10
10
|
const g = r(
|
|
11
|
-
{},
|
|
12
11
|
e,
|
|
12
|
+
o,
|
|
13
13
|
i,
|
|
14
14
|
m,
|
|
15
|
-
o,
|
|
16
15
|
s,
|
|
17
16
|
t,
|
|
18
17
|
u,
|
package/lib/es/locales/ko-KR.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { mergeLocales as r } from "@univerjs/core";
|
|
2
2
|
import o from "@univerjs/design/locale/ko-KR";
|
|
3
3
|
import e from "@univerjs/docs-ui/locale/ko-KR";
|
|
4
4
|
import i from "@univerjs/sheets/locale/ko-KR";
|
|
@@ -8,7 +8,6 @@ import t from "@univerjs/sheets-numfmt-ui/locale/ko-KR";
|
|
|
8
8
|
import u from "@univerjs/sheets-ui/locale/ko-KR";
|
|
9
9
|
import f from "@univerjs/ui/locale/ko-KR";
|
|
10
10
|
const g = r(
|
|
11
|
-
{},
|
|
12
11
|
o,
|
|
13
12
|
e,
|
|
14
13
|
i,
|
package/lib/es/locales/ru-RU.js
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { mergeLocales as r } from "@univerjs/core";
|
|
2
2
|
import e from "@univerjs/design/locale/ru-RU";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import o from "@univerjs/docs-ui/locale/ru-RU";
|
|
4
|
+
import i from "@univerjs/sheets/locale/ru-RU";
|
|
5
|
+
import m from "@univerjs/sheets-formula/locale/ru-RU";
|
|
6
6
|
import s from "@univerjs/sheets-formula-ui/locale/ru-RU";
|
|
7
7
|
import t from "@univerjs/sheets-numfmt-ui/locale/ru-RU";
|
|
8
8
|
import u from "@univerjs/sheets-ui/locale/ru-RU";
|
|
9
9
|
import f from "@univerjs/ui/locale/ru-RU";
|
|
10
10
|
const g = r(
|
|
11
|
-
{},
|
|
12
11
|
e,
|
|
12
|
+
o,
|
|
13
13
|
i,
|
|
14
14
|
m,
|
|
15
|
-
o,
|
|
16
15
|
s,
|
|
17
16
|
t,
|
|
18
17
|
u,
|
package/lib/es/locales/vi-VN.js
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
1
|
+
import { mergeLocales as r } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/design/locale/vi-VN";
|
|
3
|
+
import i from "@univerjs/docs-ui/locale/vi-VN";
|
|
4
|
+
import o from "@univerjs/sheets/locale/vi-VN";
|
|
5
|
+
import m from "@univerjs/sheets-formula/locale/vi-VN";
|
|
6
6
|
import s from "@univerjs/sheets-formula-ui/locale/vi-VN";
|
|
7
7
|
import t from "@univerjs/sheets-numfmt-ui/locale/vi-VN";
|
|
8
8
|
import u from "@univerjs/sheets-ui/locale/vi-VN";
|
|
9
9
|
import f from "@univerjs/ui/locale/vi-VN";
|
|
10
10
|
const g = r(
|
|
11
|
-
{},
|
|
12
|
-
i,
|
|
13
11
|
e,
|
|
14
|
-
|
|
12
|
+
i,
|
|
15
13
|
o,
|
|
14
|
+
m,
|
|
16
15
|
s,
|
|
17
16
|
t,
|
|
18
17
|
u,
|
package/lib/es/locales/zh-CN.js
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { mergeLocales as r } from "@univerjs/core";
|
|
2
2
|
import e from "@univerjs/design/locale/zh-CN";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import o from "@univerjs/docs-ui/locale/zh-CN";
|
|
4
|
+
import i from "@univerjs/sheets/locale/zh-CN";
|
|
5
|
+
import m from "@univerjs/sheets-formula/locale/zh-CN";
|
|
6
6
|
import s from "@univerjs/sheets-formula-ui/locale/zh-CN";
|
|
7
7
|
import t from "@univerjs/sheets-numfmt-ui/locale/zh-CN";
|
|
8
8
|
import u from "@univerjs/sheets-ui/locale/zh-CN";
|
|
9
9
|
import f from "@univerjs/ui/locale/zh-CN";
|
|
10
10
|
const g = r(
|
|
11
|
-
{},
|
|
12
11
|
e,
|
|
12
|
+
o,
|
|
13
13
|
i,
|
|
14
14
|
m,
|
|
15
|
-
o,
|
|
16
15
|
s,
|
|
17
16
|
t,
|
|
18
17
|
u,
|
package/lib/es/locales/zh-TW.js
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { mergeLocales as r } from "@univerjs/core";
|
|
2
2
|
import e from "@univerjs/design/locale/zh-TW";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import o from "@univerjs/docs-ui/locale/zh-TW";
|
|
4
|
+
import i from "@univerjs/sheets/locale/zh-TW";
|
|
5
|
+
import m from "@univerjs/sheets-formula/locale/zh-TW";
|
|
6
6
|
import s from "@univerjs/sheets-formula-ui/locale/zh-TW";
|
|
7
7
|
import t from "@univerjs/sheets-numfmt-ui/locale/zh-TW";
|
|
8
8
|
import u from "@univerjs/sheets-ui/locale/zh-TW";
|
|
9
9
|
import f from "@univerjs/ui/locale/zh-TW";
|
|
10
10
|
const g = r(
|
|
11
|
-
{},
|
|
12
11
|
e,
|
|
12
|
+
o,
|
|
13
13
|
i,
|
|
14
14
|
m,
|
|
15
|
-
o,
|
|
16
15
|
s,
|
|
17
16
|
t,
|
|
18
17
|
u,
|