Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/guides/shared/getting-started/i18n.ja-JP.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Univer には、現在以下の組み込み言語パックが用意されてい
- `vi-VN`: ベトナム語
- `fa-IR`: ペルシャ語
- `fr-FR`: フランス語
- `ja-JP`: 日本語
- `ko-KR`: 韓国語
- `es-ES`: スペイン語
- `ca-ES`: カタルーニャ語
Expand Down
1 change: 1 addition & 0 deletions content/guides/shared/getting-started/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Univer currently provides the following built-in language packs:
- `vi-VN`: Vietnamese
- `fa-IR`: Persian
- `fr-FR`: French
- `ja-JP`: Japanese
- `ko-KR`: Korean
- `es-ES`: Spanish
- `ca-ES`: Catalan
Expand Down
1 change: 1 addition & 0 deletions content/guides/shared/getting-started/i18n.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Univer 目前提供了以下内置语言包:
- `vi-VN`:越南文
- `fa-IR`:波斯文
- `fr-FR`:法文
- `ja-JP`:日文
- `ko-KR`:韩文
- `es-ES`:西班牙文

Expand Down
1 change: 1 addition & 0 deletions content/guides/shared/getting-started/i18n.zh-TW.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Univer 目前提供以下內建語系:
- `vi-VN`:越南文
- `fa-IR`:波斯文
- `fr-FR`:法文
- `ja-JP`:日文
- `ko-KR`:韓文
- `es-ES`:西班牙文

Expand Down
6 changes: 3 additions & 3 deletions content/guides/sheets/features/edit-history.ja-JP.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ icon: '#pro/History'
isPro
meta={{
preset: [{
client: '@univerjs/preset-docs-collaboration',
locale: '@univerjs/preset-docs-collaboration/locales/en-US',
style: '@univerjs/preset-docs-collaboration/lib/index.css',
client: '@univerjs/preset-sheets-collaboration',
locale: '@univerjs/preset-sheets-collaboration/locales/en-US',
style: '@univerjs/preset-sheets-collaboration/lib/index.css',
}],
plugins: [{
client: '@univerjs-pro/edit-history-loader',
Expand Down
6 changes: 3 additions & 3 deletions content/guides/sheets/features/edit-history.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ icon: '#pro/History'
isPro
meta={{
preset: [{
client: '@univerjs/preset-docs-collaboration',
locale: '@univerjs/preset-docs-collaboration/locales/en-US',
style: '@univerjs/preset-docs-collaboration/lib/index.css',
client: '@univerjs/preset-sheets-collaboration',
locale: '@univerjs/preset-sheets-collaboration/locales/en-US',
style: '@univerjs/preset-sheets-collaboration/lib/index.css',
}],
plugins: [{
client: '@univerjs-pro/edit-history-loader',
Expand Down
6 changes: 3 additions & 3 deletions content/guides/sheets/features/edit-history.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ icon: '#pro/History'
isPro
meta={{
preset: [{
client: '@univerjs/preset-docs-collaboration',
locale: '@univerjs/preset-docs-collaboration/locales/zh-CN',
style: '@univerjs/preset-docs-collaboration/lib/index.css',
client: '@univerjs/preset-sheets-collaboration',
locale: '@univerjs/preset-sheets-collaboration/locales/zh-CN',
style: '@univerjs/preset-sheets-collaboration/lib/index.css',
}],
plugins: [{
client: '@univerjs-pro/edit-history-loader',
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "univer-documentation",
"version": "0.11.0",
"private": true,
"packageManager": "pnpm@10.18.3",
"packageManager": "pnpm@10.21.0",
"author": "DreamNum Co., Ltd. <[email protected]>",
"engines": {
"node": ">=20.9",
Expand Down Expand Up @@ -94,23 +94,23 @@
"color": "^5.0.2",
"dayjs": "^1.11.19",
"feed": "^5.1.0",
"fumadocs-core": "16.0.7",
"fumadocs-docgen": "^3.0.3",
"fumadocs-mdx": "13.0.5",
"fumadocs-typescript": "^4.0.12",
"fumadocs-ui": "16.0.7",
"lucide-react": "^0.552.0",
"fumadocs-core": "16.0.11",
"fumadocs-docgen": "^3.0.4",
"fumadocs-mdx": "13.0.8",
"fumadocs-typescript": "^4.0.13",
"fumadocs-ui": "16.0.11",
"lucide-react": "^0.553.0",
"mermaid": "^11.12.1",
"motion": "^12.23.24",
"next": "16.0.1",
"next": "16.0.3",
"next-themes": "^0.4.6",
"posthog-node": "^5.11.1",
"posthog-node": "^5.11.2",
"radix-ui": "^1.4.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-use-measure": "^2.1.7",
"shiki": "^3.15.0",
"tailwind-merge": "^3.3.1",
"tailwind-merge": "^3.4.0",
"ts-morph": "^27.0.2",
"tw-animate-css": "^1.4.0",
"zod": "^4.1.12"
Expand All @@ -119,13 +119,13 @@
"@antfu/eslint-config": "^6.2.0",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@eslint-react/eslint-plugin": "^2.3.1",
"@tailwindcss/postcss": "^4.1.16",
"@eslint-react/eslint-plugin": "^2.3.5",
"@tailwindcss/postcss": "^4.1.17",
"@types/color": "^4.2.0",
"@types/mdx": "^2.0.13",
"@types/node": "24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/node": "24.10.1",
"@types/react": "^19.2.4",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-better-tailwindcss": "^3.7.10",
Expand All @@ -137,7 +137,7 @@
"lint-staged": "^16.2.6",
"lit": "^3.3.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.16",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"lint-staged": {
Expand Down
Loading
Loading