From 008e81797ab68669a9175348e8294beec5c90c85 Mon Sep 17 00:00:00 2001 From: Dumitru Deveatii Date: Tue, 12 Feb 2019 08:48:13 +0200 Subject: [PATCH] Added translations section. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 619eeb6..82e79e9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Inspired from [clean-code-javascript](https://github.com/ryanmcdermott/clean-cod 9. [Error Handling](#error-handling) 10. [Formatting](#formatting) 11. [Comments](#comments) + 12. [Translations](#translations) ## Introduction @@ -2759,3 +2760,16 @@ function getActiveSubscriptions(): Promise { ``` **[⬆ back to top](#table-of-contents)** + +## Translations + +There is work in progress for translating this to: + +- Brazilian portuguese +- Chinese +- Japanese +- Korean + +References will be added once translations are completed. +Check this [discussion](https://github.com/labs42io/clean-code-typescript/issues/15) for more details and progress. +You can make an indispensable contribution to *Clean Code* community by translating this to your language.