From 363f7cac2a40f7f63c34fb1280f51f9c7d4635a7 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 23 Jul 2012 07:59:21 -0400 Subject: [PATCH] Add translation list to README and Welcome section --- README.md | 3 +++ _includes/welcome.md | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index b3a79a1..4a44ccc 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ developers know where to find good information! +* [English](http://www.phptherightway.com) +* [Chinese](http://wulijun.github.com/php-the-right-way) + ### 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. diff --git a/_includes/welcome.md b/_includes/welcome.md index 942ad80..3ea1a43 100644 --- a/_includes/welcome.md +++ b/_includes/welcome.md @@ -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 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 _There is no canonical way to use PHP_. However, this website is a humble display of best practices,