File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
8. [Error Handling](#error-handling)
1212
9. [Formatting](#formatting)
1313
10. [Comments](#comments)
14+
11. [Translation](#translation)
1415

1516
## Introduction
1617
![Humorous image of software quality estimation as a count of how many expletives
@@ -587,7 +588,7 @@ are pretty rare. Most things can be refactored to have no side effects!
587588

588589
2. Cloning big objects can be very expensive in terms of performance. Luckily,
589590
this isn't a big issue in practice because there are
590-
[https://facebook..io/immutable-js/](great libraries) that allow
591+
[great libraries](https://facebook..io/immutable-js/) that allow
591592
this kind of programming approach to be fast and not as memory intensive as
592593
it would be for you to manually clone objects and arrays.
593594

@@ -2152,3 +2153,12 @@ const actions = function() {
21522153
};
21532154
```
21542155
**[⬆ back to top](#table-of-contents)**
2156+
2157+
## Translation
2158+
2159+
This is also available in other languages:
2160+
2161+
- ![br](https://raw.usercontent.com/gosquared/flags/master/flags/flags/shiny/24/Brazil.png) **Brazilian Portuguese**: [fesnt/clean-code-javascript](https://.com/fesnt/clean-code-javascript)
2162+
- ![cn](https://raw.usercontent.com/gosquared/flags/master/flags/flags/shiny/24/China.png) **Chinese**: [alivebao/clean-code-js](https://.com/alivebao/clean-code-js)
2163+
2164+
**[⬆ back to top](#table-of-contents)**

0 commit comments

Comments
 (0)