Add translation list to README and Welcome section

This commit is contained in:
=
2012-07-23 07:59:21 -04:00
parent 85a6d3b1de
commit 363f7cac2a
2 changed files with 10 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ developers know where to find good information!
<http://www.phptherightway.com> <http://www.phptherightway.com>
* [English](http://www.phptherightway.com)
* [Chinese](http://wulijun.github.com/php-the-right-way)
### Translations ### Translations
If you are interested in translating _PHP: The Right Way_, fork this repo on GitHub and publish your localized fork to your own GitHub Pages account. We'll link to your translation from the primary document. If you are interested in translating _PHP: The Right Way_, fork this repo on GitHub and publish your localized fork to your own GitHub Pages account. We'll link to your translation from the primary document.

View File

@@ -4,6 +4,13 @@ There's a lot of outdated information on the Web that leads new PHP users astray
code. This must stop. _PHP: The Right Way_ is an easy-to-read, quick reference for PHP best practices, accepted coding code. This must stop. _PHP: The Right Way_ is an easy-to-read, quick reference for PHP best practices, accepted coding
standards, and links to authoritative tutorials around the Web. standards, and links to authoritative tutorials around the Web.
## Translations
_PHP: The Right Way_ is (or soon will be) translated into many different languages:
* [English](http://www.phptherightway.com)
* [Chinese](http://wulijun.github.com/php-the-right-way)
## Disclaimer ## Disclaimer
_There is no canonical way to use PHP_. However, this website is a humble display of best practices, _There is no canonical way to use PHP_. However, this website is a humble display of best practices,