Skip to content

Commit

Permalink
Merge pull request #64 from php-cpm/patch-1
Browse files Browse the repository at this point in the history
add Translation section #59
  • Loading branch information
Tomáš Votruba authored Sep 6, 2017
2 parents 3652f83 + b9d4c30 commit 52fa4b6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
4. [I: Interface Segregation Principle (ISP)](#interface-segregation-principle-isp)
5. [D: Dependency Inversion Principle (DIP)](#dependency-inversion-principle-dip)
6. [Don’t repeat yourself (DRY)](#dont-repeat-yourself-dry)
7. [Tanslations](#translations)

## Introduction

Expand Down Expand Up @@ -1806,3 +1807,14 @@ function showList($employees)
```

**[⬆ back to top](#table-of-contents)**



## Translations

This is also available in other languages:
- ![cn](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/China.png) **Chinese**:
- [yangweijie/clean-code-php](https://github.com/yangweijie/clean-code-php)
- [php-cpm/clean-code-php](https://github.com/php-cpm/clean-code-php)

**[⬆ back to top](#table-of-contents)**

0 comments on commit 52fa4b6

Please sign in to comment.