|
15 | 15 | 4.[I: Interface Segregation Principle (ISP)](#interface-segregation-principle-isp) |
16 | 16 | 5.[D: Dependency Inversion Principle (DIP)](#dependency-inversion-principle-dip) |
17 | 17 | 6.[Don't repeat yourself (DRY)](#dont-repeat-yourself-dry) |
| 18 | +7.[Translation](#translation) |
18 | 19 |
|
19 | 20 | ##Introduction |
20 | 21 |
|
@@ -915,4 +916,6 @@ company_managers_list = get_employee_list(employees=company_managers) |
915 | 916 |
|
916 | 917 | This is also available in other languages: |
917 | 918 |
|
918 | | --**Brazilian Portuguese**:[fredsonchaves07/clean-code-python](https://github.com/fredsonchaves07/clean-code-python) |
| 919 | +-**Brazilian Portuguese**:[fredsonchaves07/clean-code-python](https://github.com/fredsonchaves07/clean-code-python) |
| 920 | + |
| 921 | +**[⬆ back to top](#table-of-contents)** |