mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-08 06:56:33 +02:00
Add missing translation links
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
# Welcome
|
||||
|
||||
There's a lot of outdated information on the Web that leads new PHP users astray,
|
||||
propagating bad practices and insecure code. _PHP: The Right Way_ is an easy-to-read,
|
||||
quick reference for PHP popular coding standards, links to authoritative tutorials
|
||||
around the Web and what the contributors consider to be best practices at the present
|
||||
There's a lot of outdated information on the Web that leads new PHP users astray,
|
||||
propagating bad practices and insecure code. _PHP: The Right Way_ is an easy-to-read,
|
||||
quick reference for PHP popular coding standards, links to authoritative tutorials
|
||||
around the Web and what the contributors consider to be best practices at the present
|
||||
time.
|
||||
|
||||
_There is no canonical way to use PHP_. This website aims to introduce new PHP
|
||||
developers to some topics which they may not discover until it is too late, and aims
|
||||
to give seasoned pros some fresh ideas on those topics they've been doing for years
|
||||
without ever reconsidering. This website will also not tell you which tools to use, but
|
||||
instead offer suggestions for multiple options, when possible explaining the differences
|
||||
in approach and use-case.
|
||||
_There is no canonical way to use PHP_. This website aims to introduce new PHP
|
||||
developers to some topics which they may not discover until it is too late, and aims
|
||||
to give seasoned pros some fresh ideas on those topics they've been doing for years
|
||||
without ever reconsidering. This website will also not tell you which tools to use, but
|
||||
instead offer suggestions for multiple options, when possible explaining the differences
|
||||
in approach and use-case.
|
||||
|
||||
This is a living document and will continue to be updated with more helpful information
|
||||
This is a living document and will continue to be updated with more helpful information
|
||||
and examples as they become available.
|
||||
|
||||
## Translations
|
||||
@@ -25,11 +25,11 @@ _PHP: The Right Way_ is (or soon will be) translated into many different languag
|
||||
* [Chinese](http://wulijun.github.com/php-the-right-way)
|
||||
* [Japanese](http://ja.phptherightway.com)
|
||||
* [Korean](http://wafe.github.io/php-the-right-way/)
|
||||
* Italian (Link broken... we're looking into it)
|
||||
* Italian (http://it.phptherightway.com/)
|
||||
* [Polish](http://pl.phptherightway.com/)
|
||||
* [Portuguese](http://br.phptherightway.com/)
|
||||
* [Russian](http://getjump.github.io/ru-php-the-right-way)
|
||||
* Spanish (Link broken... we're looking into it)
|
||||
* Spanish (lamaneracorrecta.php.org.ve)
|
||||
* [Ukrainian](http://iflista.github.com/php-the-right-way/)
|
||||
* [Bulgarian](http://bg.phptherightway.com/)
|
||||
* [German](http://rwetzlmayr.github.io/php-the-right-way/)
|
||||
|
Reference in New Issue
Block a user