@univerjs/sheets-find-replace 0.24.0 → 0.25.0-insiders.20260608-e4336f7

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.
Files changed (72) hide show
  1. package/lib/cjs/facade.js +6 -6
  2. package/lib/cjs/index.js +25 -27
  3. package/lib/es/facade.js +6 -6
  4. package/lib/es/index.js +24 -26
  5. package/lib/facade.js +6 -6
  6. package/lib/index.js +24 -26
  7. package/lib/types/facade/f-text-finder.d.ts +18 -9
  8. package/lib/types/facade/f-univer.d.ts +2 -1
  9. package/lib/umd/facade.js +1 -1
  10. package/lib/umd/index.js +1 -1
  11. package/package.json +8 -13
  12. package/LICENSE +0 -176
  13. package/lib/cjs/locale/ca-ES.js +0 -9
  14. package/lib/cjs/locale/en-US.js +0 -24
  15. package/lib/cjs/locale/es-ES.js +0 -9
  16. package/lib/cjs/locale/fa-IR.js +0 -9
  17. package/lib/cjs/locale/fr-FR.js +0 -9
  18. package/lib/cjs/locale/ja-JP.js +0 -9
  19. package/lib/cjs/locale/ko-KR.js +0 -9
  20. package/lib/cjs/locale/ru-RU.js +0 -9
  21. package/lib/cjs/locale/sk-SK.js +0 -9
  22. package/lib/cjs/locale/vi-VN.js +0 -9
  23. package/lib/cjs/locale/zh-CN.js +0 -24
  24. package/lib/cjs/locale/zh-TW.js +0 -9
  25. package/lib/es/locale/ca-ES.js +0 -8
  26. package/lib/es/locale/en-US.js +0 -23
  27. package/lib/es/locale/es-ES.js +0 -8
  28. package/lib/es/locale/fa-IR.js +0 -8
  29. package/lib/es/locale/fr-FR.js +0 -8
  30. package/lib/es/locale/ja-JP.js +0 -8
  31. package/lib/es/locale/ko-KR.js +0 -8
  32. package/lib/es/locale/ru-RU.js +0 -8
  33. package/lib/es/locale/sk-SK.js +0 -8
  34. package/lib/es/locale/vi-VN.js +0 -8
  35. package/lib/es/locale/zh-CN.js +0 -23
  36. package/lib/es/locale/zh-TW.js +0 -8
  37. package/lib/locale/ca-ES.js +0 -8
  38. package/lib/locale/en-US.js +0 -23
  39. package/lib/locale/es-ES.js +0 -8
  40. package/lib/locale/fa-IR.js +0 -8
  41. package/lib/locale/fr-FR.js +0 -8
  42. package/lib/locale/ja-JP.js +0 -8
  43. package/lib/locale/ko-KR.js +0 -8
  44. package/lib/locale/ru-RU.js +0 -8
  45. package/lib/locale/sk-SK.js +0 -8
  46. package/lib/locale/vi-VN.js +0 -8
  47. package/lib/locale/zh-CN.js +0 -23
  48. package/lib/locale/zh-TW.js +0 -8
  49. package/lib/types/locale/ca-ES.d.ts +0 -18
  50. package/lib/types/locale/en-US.d.ts +0 -24
  51. package/lib/types/locale/es-ES.d.ts +0 -18
  52. package/lib/types/locale/fa-IR.d.ts +0 -18
  53. package/lib/types/locale/fr-FR.d.ts +0 -18
  54. package/lib/types/locale/ja-JP.d.ts +0 -18
  55. package/lib/types/locale/ko-KR.d.ts +0 -18
  56. package/lib/types/locale/ru-RU.d.ts +0 -18
  57. package/lib/types/locale/sk-SK.d.ts +0 -18
  58. package/lib/types/locale/vi-VN.d.ts +0 -18
  59. package/lib/types/locale/zh-CN.d.ts +0 -24
  60. package/lib/types/locale/zh-TW.d.ts +0 -18
  61. package/lib/umd/locale/ca-ES.js +0 -1
  62. package/lib/umd/locale/en-US.js +0 -1
  63. package/lib/umd/locale/es-ES.js +0 -1
  64. package/lib/umd/locale/fa-IR.js +0 -1
  65. package/lib/umd/locale/fr-FR.js +0 -1
  66. package/lib/umd/locale/ja-JP.js +0 -1
  67. package/lib/umd/locale/ko-KR.js +0 -1
  68. package/lib/umd/locale/ru-RU.js +0 -1
  69. package/lib/umd/locale/sk-SK.js +0 -1
  70. package/lib/umd/locale/vi-VN.js +0 -1
  71. package/lib/umd/locale/zh-CN.js +0 -1
  72. package/lib/umd/locale/zh-TW.js +0 -1
@@ -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;
@@ -1,9 +0,0 @@
1
-
2
- //#region src/locale/es-ES.ts
3
- const locale = { "sheet-find-replace": { replace: {
4
- "partial-failure": "No se pudo reemplazar algunas celdas",
5
- failure: "No se pudo reemplazar ninguna celda"
6
- } } };
7
-
8
- //#endregion
9
- module.exports = locale;
@@ -1,9 +0,0 @@
1
-
2
- //#region src/locale/fa-IR.ts
3
- const locale = { "sheet-find-replace": { replace: {
4
- "partial-failure": "جایگزینی برخی سلول‌ها ناموفق بود",
5
- failure: "جایگزینی همه سلول‌ها ناموفق بود"
6
- } } };
7
-
8
- //#endregion
9
- module.exports = locale;
@@ -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;
@@ -1,9 +0,0 @@
1
-
2
- //#region src/locale/ja-JP.ts
3
- const locale = { "sheet-find-replace": { replace: {
4
- "partial-failure": "一部のセルの置換に失敗しました",
5
- failure: "すべてのセルの置換に失敗しました"
6
- } } };
7
-
8
- //#endregion
9
- module.exports = locale;
@@ -1,9 +0,0 @@
1
-
2
- //#region src/locale/ko-KR.ts
3
- const locale = { "sheet-find-replace": { replace: {
4
- "partial-failure": "일부 셀 교체에 실패했습니다",
5
- failure: "모든 셀 교체에 실패했습니다"
6
- } } };
7
-
8
- //#endregion
9
- module.exports = locale;
@@ -1,9 +0,0 @@
1
-
2
- //#region src/locale/ru-RU.ts
3
- const locale = { "sheet-find-replace": { replace: {
4
- "partial-failure": "Не удалось заменить некоторые ячейки",
5
- failure: "Не удалось заменить все ячейки"
6
- } } };
7
-
8
- //#endregion
9
- module.exports = locale;
@@ -1,9 +0,0 @@
1
-
2
- //#region src/locale/sk-SK.ts
3
- const locale = { "sheet-find-replace": { replace: {
4
- "partial-failure": "Nepodarilo sa nahradiť niektoré bunky",
5
- failure: "Nepodarilo sa nahradiť všetky bunky"
6
- } } };
7
-
8
- //#endregion
9
- module.exports = locale;
@@ -1,9 +0,0 @@
1
-
2
- //#region src/locale/vi-VN.ts
3
- const locale = { "sheet-find-replace": { replace: {
4
- "partial-failure": "Thay thế một phần ô thất bại",
5
- failure: "Thay thế thất bại"
6
- } } };
7
-
8
- //#endregion
9
- module.exports = locale;
@@ -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;
@@ -1,9 +0,0 @@
1
-
2
- //#region src/locale/zh-TW.ts
3
- const locale = { "sheet-find-replace": { replace: {
4
- "partial-failure": "部分儲存格替換失敗",
5
- failure: "替換失敗"
6
- } } };
7
-
8
- //#endregion
9
- module.exports = locale;
@@ -1,8 +0,0 @@
1
- //#region src/locale/ca-ES.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "No s’ha pogut substituir algunes cel·les",
4
- failure: "No s’ha pogut substituir cap cel·la"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -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 };
@@ -1,8 +0,0 @@
1
- //#region src/locale/es-ES.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "No se pudo reemplazar algunas celdas",
4
- failure: "No se pudo reemplazar ninguna celda"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -1,8 +0,0 @@
1
- //#region src/locale/fa-IR.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "جایگزینی برخی سلول‌ها ناموفق بود",
4
- failure: "جایگزینی همه سلول‌ها ناموفق بود"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -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 };
@@ -1,8 +0,0 @@
1
- //#region src/locale/ja-JP.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "一部のセルの置換に失敗しました",
4
- failure: "すべてのセルの置換に失敗しました"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -1,8 +0,0 @@
1
- //#region src/locale/ko-KR.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "일부 셀 교체에 실패했습니다",
4
- failure: "모든 셀 교체에 실패했습니다"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -1,8 +0,0 @@
1
- //#region src/locale/ru-RU.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "Не удалось заменить некоторые ячейки",
4
- failure: "Не удалось заменить все ячейки"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -1,8 +0,0 @@
1
- //#region src/locale/sk-SK.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "Nepodarilo sa nahradiť niektoré bunky",
4
- failure: "Nepodarilo sa nahradiť všetky bunky"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -1,8 +0,0 @@
1
- //#region src/locale/vi-VN.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "Thay thế một phần ô thất bại",
4
- failure: "Thay thế thất bại"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -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 };
@@ -1,8 +0,0 @@
1
- //#region src/locale/zh-TW.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "部分儲存格替換失敗",
4
- failure: "替換失敗"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -1,8 +0,0 @@
1
- //#region src/locale/ca-ES.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "No s’ha pogut substituir algunes cel·les",
4
- failure: "No s’ha pogut substituir cap cel·la"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -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 };
@@ -1,8 +0,0 @@
1
- //#region src/locale/es-ES.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "No se pudo reemplazar algunas celdas",
4
- failure: "No se pudo reemplazar ninguna celda"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -1,8 +0,0 @@
1
- //#region src/locale/fa-IR.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "جایگزینی برخی سلول‌ها ناموفق بود",
4
- failure: "جایگزینی همه سلول‌ها ناموفق بود"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -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 };
@@ -1,8 +0,0 @@
1
- //#region src/locale/ja-JP.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "一部のセルの置換に失敗しました",
4
- failure: "すべてのセルの置換に失敗しました"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -1,8 +0,0 @@
1
- //#region src/locale/ko-KR.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "일부 셀 교체에 실패했습니다",
4
- failure: "모든 셀 교체에 실패했습니다"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -1,8 +0,0 @@
1
- //#region src/locale/ru-RU.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "Не удалось заменить некоторые ячейки",
4
- failure: "Не удалось заменить все ячейки"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -1,8 +0,0 @@
1
- //#region src/locale/sk-SK.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "Nepodarilo sa nahradiť niektoré bunky",
4
- failure: "Nepodarilo sa nahradiť všetky bunky"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -1,8 +0,0 @@
1
- //#region src/locale/vi-VN.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "Thay thế một phần ô thất bại",
4
- failure: "Thay thế thất bại"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -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 };
@@ -1,8 +0,0 @@
1
- //#region src/locale/zh-TW.ts
2
- const locale = { "sheet-find-replace": { replace: {
3
- "partial-failure": "部分儲存格替換失敗",
4
- failure: "替換失敗"
5
- } } };
6
-
7
- //#endregion
8
- export { locale as default };
@@ -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;