Skip to content

Commit bd8e3e9

Browse files
committed
start adding fr-FR docs
1 parent 3fe5e47 commit bd8e3e9

File tree

1,353 files changed

+54754
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,353 files changed

+54754
-16
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ yarn install
1010
yarn dev
1111
# or run en-US document
1212
yarn dev:en
13+
# ou lancer fr-FR document
14+
yarn dev:fr
1315
# または、日本語のドキュメントを実行する
1416
yarn dev:ja
1517
```

docs/config/breaking.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export default [
22
{
33
title: 'Breaking changes',
4+
'title.fr-FR': 'Modifications incompatibles',
45
'title.zh-CN': '不兼容变更',
56
'title.ja-JP': '互換性のない変更',
67
type: 'group',

docs/config/development.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export default [
22
{
33
title: 'Getting started',
4+
'title.fr-FR': 'Commencer',
45
'title.zh-CN': '快速开始',
56
'title.ja-JP': 'はじめに',
67
type: 'group',
@@ -15,13 +16,15 @@ export default [
1516
},
1617
{
1718
title: 'Server',
19+
'title.fr-FR': 'Serveur',
1820
'title.zh-CN': '服务端',
1921
'title.ja-JP': 'サーバー',
2022
type: 'group',
2123
children: [
2224
'/development/server',
2325
{
2426
title: 'Collections & Fields',
27+
'title.fr-FR': 'Collections et champs',
2528
'title.zh-CN': '数据表和字段',
2629
'title.ja-JP': 'コレクションとフィールド',
2730
children: [
@@ -35,6 +38,7 @@ export default [
3538
},
3639
// {
3740
// title: 'Resources & Actions',
41+
// 'title.fr-FR': 'Ressources et Actions',
3842
// 'title.zh-CN': '资源和操作',
3943
// 'title.ja-JP': 'リソースとアクション',
4044
// children: [
@@ -58,6 +62,7 @@ export default [
5862
},
5963
{
6064
title: 'Client',
65+
'title.fr-FR': 'Client',
6166
'title.zh-CN': '客户端',
6267
'title.ja-JP': 'クライアント',
6368
type: 'group',
@@ -70,6 +75,7 @@ export default [
7075
'/development/client/providers',
7176
{
7277
title: 'UI Schema',
78+
'title.fr-FR': 'Schéma UI',
7379
'title.zh-CN': 'UI Schema',
7480
'title.ja-JP': 'UIスキーマ',
7581
children: [
@@ -90,6 +96,7 @@ export default [
9096
},
9197
{
9298
title: 'Others',
99+
'title.fr-FR': 'Autres',
93100
'title.zh-CN': '其他',
94101
'title.ja-JP': 'その他',
95102
type: 'group',

0 commit comments

Comments
 (0)