@univerjs/sheets-find-replace 0.24.0 → 0.25.0-insiders.20260604-29ebbff
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/facade.js +6 -6
- package/lib/cjs/index.js +25 -27
- package/lib/es/facade.js +6 -6
- package/lib/es/index.js +24 -26
- package/lib/facade.js +6 -6
- package/lib/index.js +24 -26
- package/lib/types/facade/f-text-finder.d.ts +18 -9
- package/lib/types/facade/f-univer.d.ts +2 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +8 -13
- package/LICENSE +0 -176
- package/lib/cjs/locale/ca-ES.js +0 -9
- package/lib/cjs/locale/en-US.js +0 -24
- package/lib/cjs/locale/es-ES.js +0 -9
- package/lib/cjs/locale/fa-IR.js +0 -9
- package/lib/cjs/locale/fr-FR.js +0 -9
- package/lib/cjs/locale/ja-JP.js +0 -9
- package/lib/cjs/locale/ko-KR.js +0 -9
- package/lib/cjs/locale/ru-RU.js +0 -9
- package/lib/cjs/locale/sk-SK.js +0 -9
- package/lib/cjs/locale/vi-VN.js +0 -9
- package/lib/cjs/locale/zh-CN.js +0 -24
- package/lib/cjs/locale/zh-TW.js +0 -9
- package/lib/es/locale/ca-ES.js +0 -8
- package/lib/es/locale/en-US.js +0 -23
- package/lib/es/locale/es-ES.js +0 -8
- package/lib/es/locale/fa-IR.js +0 -8
- package/lib/es/locale/fr-FR.js +0 -8
- package/lib/es/locale/ja-JP.js +0 -8
- package/lib/es/locale/ko-KR.js +0 -8
- package/lib/es/locale/ru-RU.js +0 -8
- package/lib/es/locale/sk-SK.js +0 -8
- package/lib/es/locale/vi-VN.js +0 -8
- package/lib/es/locale/zh-CN.js +0 -23
- package/lib/es/locale/zh-TW.js +0 -8
- package/lib/locale/ca-ES.js +0 -8
- package/lib/locale/en-US.js +0 -23
- package/lib/locale/es-ES.js +0 -8
- package/lib/locale/fa-IR.js +0 -8
- package/lib/locale/fr-FR.js +0 -8
- package/lib/locale/ja-JP.js +0 -8
- package/lib/locale/ko-KR.js +0 -8
- package/lib/locale/ru-RU.js +0 -8
- package/lib/locale/sk-SK.js +0 -8
- package/lib/locale/vi-VN.js +0 -8
- package/lib/locale/zh-CN.js +0 -23
- package/lib/locale/zh-TW.js +0 -8
- package/lib/types/locale/ca-ES.d.ts +0 -18
- package/lib/types/locale/en-US.d.ts +0 -24
- package/lib/types/locale/es-ES.d.ts +0 -18
- package/lib/types/locale/fa-IR.d.ts +0 -18
- package/lib/types/locale/fr-FR.d.ts +0 -18
- package/lib/types/locale/ja-JP.d.ts +0 -18
- package/lib/types/locale/ko-KR.d.ts +0 -18
- package/lib/types/locale/ru-RU.d.ts +0 -18
- package/lib/types/locale/sk-SK.d.ts +0 -18
- package/lib/types/locale/vi-VN.d.ts +0 -18
- package/lib/types/locale/zh-CN.d.ts +0 -24
- package/lib/types/locale/zh-TW.d.ts +0 -18
- package/lib/umd/locale/ca-ES.js +0 -1
- package/lib/umd/locale/en-US.js +0 -1
- package/lib/umd/locale/es-ES.js +0 -1
- package/lib/umd/locale/fa-IR.js +0 -1
- package/lib/umd/locale/fr-FR.js +0 -1
- package/lib/umd/locale/ja-JP.js +0 -1
- package/lib/umd/locale/ko-KR.js +0 -1
- package/lib/umd/locale/ru-RU.js +0 -1
- package/lib/umd/locale/sk-SK.js +0 -1
- package/lib/umd/locale/vi-VN.js +0 -1
- package/lib/umd/locale/zh-CN.js +0 -1
- package/lib/umd/locale/zh-TW.js +0 -1
package/lib/cjs/locale/en-US.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//#region src/locale/en-US.ts
|
|
3
|
-
/**
|
|
4
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
5
|
-
*
|
|
6
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
-
* you may not use this file except in compliance with the License.
|
|
8
|
-
* You may obtain a copy of the License at
|
|
9
|
-
*
|
|
10
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
-
*
|
|
12
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
-
* See the License for the specific language governing permissions and
|
|
16
|
-
* limitations under the License.
|
|
17
|
-
*/
|
|
18
|
-
const locale = { "sheet-find-replace": { replace: {
|
|
19
|
-
"partial-failure": "Failed to replace some cells",
|
|
20
|
-
failure: "Failed to replace all cells"
|
|
21
|
-
} } };
|
|
22
|
-
|
|
23
|
-
//#endregion
|
|
24
|
-
module.exports = locale;
|
package/lib/cjs/locale/es-ES.js
DELETED
package/lib/cjs/locale/fa-IR.js
DELETED
package/lib/cjs/locale/fr-FR.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//#region src/locale/fr-FR.ts
|
|
3
|
-
const locale = { "sheet-find-replace": { replace: {
|
|
4
|
-
"partial-failure": "Échec du remplacement de certaines cellules",
|
|
5
|
-
failure: "Échec du remplacement de toutes les cellules"
|
|
6
|
-
} } };
|
|
7
|
-
|
|
8
|
-
//#endregion
|
|
9
|
-
module.exports = locale;
|
package/lib/cjs/locale/ja-JP.js
DELETED
package/lib/cjs/locale/ko-KR.js
DELETED
package/lib/cjs/locale/ru-RU.js
DELETED
package/lib/cjs/locale/sk-SK.js
DELETED
package/lib/cjs/locale/vi-VN.js
DELETED
package/lib/cjs/locale/zh-CN.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//#region src/locale/zh-CN.ts
|
|
3
|
-
/**
|
|
4
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
5
|
-
*
|
|
6
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
-
* you may not use this file except in compliance with the License.
|
|
8
|
-
* You may obtain a copy of the License at
|
|
9
|
-
*
|
|
10
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
-
*
|
|
12
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
-
* See the License for the specific language governing permissions and
|
|
16
|
-
* limitations under the License.
|
|
17
|
-
*/
|
|
18
|
-
var zh_CN_default = { "sheet-find-replace": { replace: {
|
|
19
|
-
"partial-failure": "部分单元格替换失败",
|
|
20
|
-
failure: "替换失败"
|
|
21
|
-
} } };
|
|
22
|
-
|
|
23
|
-
//#endregion
|
|
24
|
-
module.exports = zh_CN_default;
|
package/lib/cjs/locale/zh-TW.js
DELETED
package/lib/es/locale/ca-ES.js
DELETED
package/lib/es/locale/en-US.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
//#region src/locale/en-US.ts
|
|
2
|
-
/**
|
|
3
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
const locale = { "sheet-find-replace": { replace: {
|
|
18
|
-
"partial-failure": "Failed to replace some cells",
|
|
19
|
-
failure: "Failed to replace all cells"
|
|
20
|
-
} } };
|
|
21
|
-
|
|
22
|
-
//#endregion
|
|
23
|
-
export { locale as default };
|
package/lib/es/locale/es-ES.js
DELETED
package/lib/es/locale/fa-IR.js
DELETED
package/lib/es/locale/fr-FR.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
//#region src/locale/fr-FR.ts
|
|
2
|
-
const locale = { "sheet-find-replace": { replace: {
|
|
3
|
-
"partial-failure": "Échec du remplacement de certaines cellules",
|
|
4
|
-
failure: "Échec du remplacement de toutes les cellules"
|
|
5
|
-
} } };
|
|
6
|
-
|
|
7
|
-
//#endregion
|
|
8
|
-
export { locale as default };
|
package/lib/es/locale/ja-JP.js
DELETED
package/lib/es/locale/ko-KR.js
DELETED
package/lib/es/locale/ru-RU.js
DELETED
package/lib/es/locale/sk-SK.js
DELETED
package/lib/es/locale/vi-VN.js
DELETED
package/lib/es/locale/zh-CN.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
//#region src/locale/zh-CN.ts
|
|
2
|
-
/**
|
|
3
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var zh_CN_default = { "sheet-find-replace": { replace: {
|
|
18
|
-
"partial-failure": "部分单元格替换失败",
|
|
19
|
-
failure: "替换失败"
|
|
20
|
-
} } };
|
|
21
|
-
|
|
22
|
-
//#endregion
|
|
23
|
-
export { zh_CN_default as default };
|
package/lib/es/locale/zh-TW.js
DELETED
package/lib/locale/ca-ES.js
DELETED
package/lib/locale/en-US.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
//#region src/locale/en-US.ts
|
|
2
|
-
/**
|
|
3
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
const locale = { "sheet-find-replace": { replace: {
|
|
18
|
-
"partial-failure": "Failed to replace some cells",
|
|
19
|
-
failure: "Failed to replace all cells"
|
|
20
|
-
} } };
|
|
21
|
-
|
|
22
|
-
//#endregion
|
|
23
|
-
export { locale as default };
|
package/lib/locale/es-ES.js
DELETED
package/lib/locale/fa-IR.js
DELETED
package/lib/locale/fr-FR.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
//#region src/locale/fr-FR.ts
|
|
2
|
-
const locale = { "sheet-find-replace": { replace: {
|
|
3
|
-
"partial-failure": "Échec du remplacement de certaines cellules",
|
|
4
|
-
failure: "Échec du remplacement de toutes les cellules"
|
|
5
|
-
} } };
|
|
6
|
-
|
|
7
|
-
//#endregion
|
|
8
|
-
export { locale as default };
|
package/lib/locale/ja-JP.js
DELETED
package/lib/locale/ko-KR.js
DELETED
package/lib/locale/ru-RU.js
DELETED
package/lib/locale/sk-SK.js
DELETED
package/lib/locale/vi-VN.js
DELETED
package/lib/locale/zh-CN.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
//#region src/locale/zh-CN.ts
|
|
2
|
-
/**
|
|
3
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var zh_CN_default = { "sheet-find-replace": { replace: {
|
|
18
|
-
"partial-failure": "部分单元格替换失败",
|
|
19
|
-
failure: "替换失败"
|
|
20
|
-
} } };
|
|
21
|
-
|
|
22
|
-
//#endregion
|
|
23
|
-
export { zh_CN_default as default };
|
package/lib/locale/zh-TW.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type enUS from './en-US';
|
|
17
|
-
declare const locale: typeof enUS;
|
|
18
|
-
export default locale;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
declare const locale: {
|
|
17
|
-
'sheet-find-replace': {
|
|
18
|
-
replace: {
|
|
19
|
-
'partial-failure': string;
|
|
20
|
-
failure: string;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export default locale;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type enUS from './en-US';
|
|
17
|
-
declare const locale: typeof enUS;
|
|
18
|
-
export default locale;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type enUS from './en-US';
|
|
17
|
-
declare const locale: typeof enUS;
|
|
18
|
-
export default locale;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type enUS from './en-US';
|
|
17
|
-
declare const locale: typeof enUS;
|
|
18
|
-
export default locale;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type enUS from './en-US';
|
|
17
|
-
declare const locale: typeof enUS;
|
|
18
|
-
export default locale;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type enUS from './en-US';
|
|
17
|
-
declare const locale: typeof enUS;
|
|
18
|
-
export default locale;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type enUS from './en-US';
|
|
17
|
-
declare const locale: typeof enUS;
|
|
18
|
-
export default locale;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type enUS from './en-US';
|
|
17
|
-
declare const locale: typeof enUS;
|
|
18
|
-
export default locale;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type enUS from './en-US';
|
|
17
|
-
declare const locale: typeof enUS;
|
|
18
|
-
export default locale;
|