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
|
# Welcome
|
||||||
|
|
||||||
There's a lot of outdated information on the Web that leads new PHP users astray,
|
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,
|
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
|
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
|
around the Web and what the contributors consider to be best practices at the present
|
||||||
time.
|
time.
|
||||||
|
|
||||||
_There is no canonical way to use PHP_. This website aims to introduce new PHP
|
_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
|
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
|
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
|
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
|
instead offer suggestions for multiple options, when possible explaining the differences
|
||||||
in approach and use-case.
|
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.
|
and examples as they become available.
|
||||||
|
|
||||||
## Translations
|
## 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)
|
* [Chinese](http://wulijun.github.com/php-the-right-way)
|
||||||
* [Japanese](http://ja.phptherightway.com)
|
* [Japanese](http://ja.phptherightway.com)
|
||||||
* [Korean](http://wafe.github.io/php-the-right-way/)
|
* [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/)
|
* [Polish](http://pl.phptherightway.com/)
|
||||||
* [Portuguese](http://br.phptherightway.com/)
|
* [Portuguese](http://br.phptherightway.com/)
|
||||||
* [Russian](http://getjump.github.io/ru-php-the-right-way)
|
* [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/)
|
* [Ukrainian](http://iflista.github.com/php-the-right-way/)
|
||||||
* [Bulgarian](http://bg.phptherightway.com/)
|
* [Bulgarian](http://bg.phptherightway.com/)
|
||||||
* [German](http://rwetzlmayr.github.io/php-the-right-way/)
|
* [German](http://rwetzlmayr.github.io/php-the-right-way/)
|
||||||
|
Reference in New Issue
Block a user