diff --git a/README.fr-FR.md b/README.fr-FR.md
new file mode 100644
index 00000000..72c043aa
--- /dev/null
+++ b/README.fr-FR.md
@@ -0,0 +1,130 @@
+[English](./README.md) | [简体中文](./README.zh-CN.md) | [Русский](./README.ru-RU.md) | [Türkçe](./README.tr-TR.md) | [日本語](./README.ja-JP.md) | Français
+
+
Ant Design Pro
+
+
+
+Une solution UI prête à l'emploi pour des applications d'entreprise en tant que modèle React.
+
+[](http://umijs.org/) [](https://dev.azure.com/ant-design/ant-design-pro/_build/latest?definitionId=1?branchName=master) [](https://david-dm.org/ant-design/ant-design-pro) [](https://david-dm.org/ant-design/ant-design-pro?type=dev) [](https://gitter.im/ant-design/pro-english?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://gitter.im/ant-design/ant-design-pro?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://app.netlify.com/sites/angry-lumiere-4b8ba4/deploys) 
+
+
+
+- Aperçu: http://preview.pro.ant.design
+- Page d'accueil: http://pro.ant.design
+- Documentation: http://pro.ant.design/docs/getting-started
+- ChangeLog: http://pro.ant.design/docs/changelog
+- FAQ: http://pro.ant.design/docs/faq
+- Site mirroir en Chine: http://ant-design-pro.gitee.io
+
+## 2.0 Sorti maintenant! 🎉🎉🎉
+
+[Annoncement de Ant Design Pro 2.0.0](https://medium.com/ant-design/beautiful-and-powerful-ant-design-pro-2-0-release-51358da5af95)
+
+## Recrutement pour la traduction :loudspeaker:
+
+Nous avons besoin de votre aide: https://github.com/ant-design/ant-design-pro/issues/120
+
+## Fonctionnalités
+
+- :gem: **Design soigné**: Suit [la spécification Ant Design](http://ant.design/)
+- :triangular_ruler: **Modèles communs**: Modèles typiques d'application d'entreprise
+- :rocket: **Développement dernier cri**: Infrastructure de développement de React/umi/dva/antd la plus récente
+- :iphone: **Design adapté**: Conçu pour des tailles d'écran variables
+- :art: **Thématisation**: Thème personnalisable avec configuration simple
+- :globe_with_meridians: **International**: Solution i18n intégrée
+- :gear: **Meilleures pratiques**: Flux de travail solide pour rendre votre code sain
+- :1234: **Développement simulé**: Solution de développement simulée facile à utiliser
+- :white_check_mark: **Tests UI**: Volez en toute sécurité avec les tests unitaires et e2e
+
+## Modèles
+
+```
+- Tableau de bord
+ - Analytique
+ - Moniteur
+ - Espace de travail
+- Formulaire
+ - Formulaire de base
+ - Formulaire par étape
+ - Formulaire avancé
+- Liste
+ - Tableau standard
+ - Liste standard
+ - Liste de cartes
+ - Liste de recherche (Projet/Applications/Article)
+- Profil
+ - Profil simple
+ - Profil avancé
+- Compte
+ - Centre du compte
+ - Paramètres du compte
+- Résultat
+ - Succès
+ - Échec
+- Exception
+ - 403
+ - 404
+ - 500
+- Utilisateur
+ - Connexion
+ - S'inscrire
+ - Résultat de l'inscription
+```
+
+## Utilisation
+
+### Utiliser bash
+
+```bash
+$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1
+$ cd ant-design-pro
+$ npm install
+$ npm start # visiter http://localhost:8000
+```
+
+### Utilisation par docker
+
+```bash
+# aperçu
+$ docker pull antdesign/ant-design-pro
+$ docker run -p 80:80 antdesign/ant-design-pro
+# ouvrir http://localhost
+
+# développement
+$ npm run docker:dev
+
+# construction
+$ npm run docker:build
+
+
+# développement en production
+$ npm run docker-prod:dev
+
+# construction en production
+$ npm run docker-prod:build
+```
+
+### Utilisation de Gitpod
+
+Ouvrez le projet avec Gitpod (environnement de développement gratuit pour GitHub) et commencez à coder immédiatement.
+
+[](https://gitpod.io/#https://github.com/ant-design/ant-design-pro)
+
+Plus d'instructions dans la [documentation](http://pro.ant.design/docs/getting-started).
+
+## Support des navigateurs
+
+Navigateurs modernes et IE11.
+
+| [
](http://godban.github.io/browsers-support-badges/)IE / Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari | [
](http://godban.github.io/browsers-support-badges/)Opera |
+| --- | --- | --- | --- | --- |
+| IE11, Edge | deux dernières versions | deux dernières versions | deux dernières versions | deux dernières versions |
+
+## Contribution
+
+Toute forme de contribution est la bienvenue, voici quelques exemples de façons dont vous pouvez contribuer à ce projet:
+
+- Utiliser Ant Design Pro dans votre travail quotidien.
+- Soumettre des [issues](http://github.com/ant-design/ant-design-pro/issues) pour reporter les bugs ou poser des questions.
+- Proposer des [pull requests](http://github.com/ant-design/ant-design-pro/pulls) pour améliorer notre code.
diff --git a/README.ja-JP.md b/README.ja-JP.md
index 7e4a8ed5..b1217775 100644
--- a/README.ja-JP.md
+++ b/README.ja-JP.md
@@ -1,4 +1,4 @@
-[English](./README.md) | [简体中文](./README.zh-CN.md) | [Русский](./README.ru-RU.md) | [Türkçe](./README.tr-TR.md) | 日本語
+[English](./README.md) | [简体中文](./README.zh-CN.md) | [Русский](./README.ru-RU.md) | [Türkçe](./README.tr-TR.md) | 日本語 | [Français](./README.fr-FR.md)
Ant Design Pro
diff --git a/README.md b/README.md
index 7903134d..07587d19 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-English | [简体中文](./README.zh-CN.md) | [Русский](./README.ru-RU.md) | [Türkçe](./README.tr-TR.md) | [日本語](./README.ja-JP.md)
+English | [简体中文](./README.zh-CN.md) | [Русский](./README.ru-RU.md) | [Türkçe](./README.tr-TR.md) | [日本語](./README.ja-JP.md) | [Français](./README.fr-FR.md)
Ant Design Pro
diff --git a/README.ru-RU.md b/README.ru-RU.md
index 13234af2..e2e22cf3 100644
--- a/README.ru-RU.md
+++ b/README.ru-RU.md
@@ -1,4 +1,4 @@
-[English](./README.md) | [简体中文](./README.zh-CN.md) | Русский | [Türkçe](./README.tr-TR.md) | [日本語](./README.ja-JP.md)
+[English](./README.md) | [简体中文](./README.zh-CN.md) | Русский | [Türkçe](./README.tr-TR.md) | [日本語](./README.ja-JP.md) | [Français](./README.fr-FR.md)
Ant Design Pro
diff --git a/README.tr-TR.md b/README.tr-TR.md
index 8df3d929..794f8f29 100644
--- a/README.tr-TR.md
+++ b/README.tr-TR.md
@@ -1,4 +1,4 @@
-[English](./README.md) | [简体中文](./README.zh-CN.md) | [Русский](./README.ru-RU.md) | Türkçe | [日本語](./README.ja-JP.md)
+[English](./README.md) | [简体中文](./README.zh-CN.md) | [Русский](./README.ru-RU.md) | Türkçe | [日本語](./README.ja-JP.md) | [Français](./README.fr-FR.md)
Ant Design Pro
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 5d918845..7890c98a 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -1,4 +1,4 @@
-[English](./README.md) | 简体中文 | [Русский](./README.ru-RU.md) | [Türkçe](./README.tr-TR.md) | [日本語](./README.ja-JP.md)
+[English](./README.md) | 简体中文 | [Русский](./README.ru-RU.md) | [Türkçe](./README.tr-TR.md) | [日本語](./README.ja-JP.md) | [Français](./README.fr-FR.md)
Ant Design Pro