From 79eabeed6b90af50d010f2cbda88a099c86c883c Mon Sep 17 00:00:00 2001 From: Thibaud Courtoison Date: Sun, 26 Nov 2017 17:27:05 +0100 Subject: [PATCH] Add french translation I wrote the french translation for this guide --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d827aa2..bef255c 100644 --- a/README.md +++ b/README.md @@ -2048,7 +2048,7 @@ function showList(array $employees): void This is also available in other languages: -* :cn: **Chinese:** +* :cn: **Chinese:** * [php-cpm/clean-code-php](https://github.com/php-cpm/clean-code-php) * :ru: **Russian:** * [peter-gribanov/clean-code-php](https://github.com/peter-gribanov/clean-code-php) @@ -2059,5 +2059,7 @@ This is also available in other languages: * [jeanjar/clean-code-php](https://github.com/jeanjar/clean-code-php/tree/pt-br) * :thailand: **Thai:** * [panuwizzle/clean-code-php](https://github.com/panuwizzle/clean-code-php) +* :fr: **French:** + * [errorname/clean-code-php](https://github.com/errorname/clean-code-php) **[⬆ back to top](#table-of-contents)**