Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Welcome doc translation to french fr-FR #286

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ yarn install
yarn dev
# or run en-US document
yarn dev:en
# ou lancer fr-FR document
yarn dev:fr
# または、日本語のドキュメントを実行する
yarn dev:ja
```
Expand Down
1 change: 1 addition & 0 deletions docs/config/breaking.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default [
{
title: 'Breaking changes',
'title.fr-FR': 'Modifications incompatibles',
'title.zh-CN': '不兼容变更',
'title.ja-JP': '互換性のない変更',
type: 'group',
Expand Down
7 changes: 7 additions & 0 deletions docs/config/development.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default [
{
title: 'Getting started',
'title.fr-FR': 'Commencer',
'title.zh-CN': '快速开始',
'title.ja-JP': 'はじめに',
type: 'group',
Expand All @@ -15,13 +16,15 @@ export default [
},
{
title: 'Server',
'title.fr-FR': 'Serveur',
'title.zh-CN': '服务端',
'title.ja-JP': 'サーバー',
type: 'group',
children: [
'/development/server',
{
title: 'Collections & Fields',
'title.fr-FR': 'Collections et champs',
'title.zh-CN': '数据表和字段',
'title.ja-JP': 'コレクションとフィールド',
children: [
Expand All @@ -35,6 +38,7 @@ export default [
},
// {
// title: 'Resources & Actions',
// 'title.fr-FR': 'Ressources et Actions',
// 'title.zh-CN': '资源和操作',
// 'title.ja-JP': 'リソースとアクション',
// children: [
Expand All @@ -58,6 +62,7 @@ export default [
},
{
title: 'Client',
'title.fr-FR': 'Client',
'title.zh-CN': '客户端',
'title.ja-JP': 'クライアント',
type: 'group',
Expand All @@ -70,6 +75,7 @@ export default [
'/development/client/providers',
{
title: 'UI Schema',
'title.fr-FR': 'Schéma UI',
'title.zh-CN': 'UI Schema',
'title.ja-JP': 'UIスキーマ',
children: [
Expand All @@ -90,6 +96,7 @@ export default [
},
{
title: 'Others',
'title.fr-FR': 'Autres',
'title.zh-CN': '其他',
'title.ja-JP': 'その他',
type: 'group',
Expand Down
Loading
Loading