mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-16 02:34:00 +02:00
Update internationalization links
This commit is contained in:
@@ -386,7 +386,7 @@ After including those new rules in the `.po` file, a new scan will bring in your
|
|||||||
* [Wikipedia: i18n and l10n](https://en.wikipedia.org/wiki/Internationalization_and_localization)
|
* [Wikipedia: i18n and l10n](https://en.wikipedia.org/wiki/Internationalization_and_localization)
|
||||||
* [Wikipedia: Gettext](https://en.wikipedia.org/wiki/Gettext)
|
* [Wikipedia: Gettext](https://en.wikipedia.org/wiki/Gettext)
|
||||||
* [LingoHub: PHP internationalization with gettext tutorial][lingohub]
|
* [LingoHub: PHP internationalization with gettext tutorial][lingohub]
|
||||||
* [PHP Manual: Gettext](http://php.net/manual/en/book.gettext.php)
|
* [PHP Manual: Gettext](https://secure.php.net/manual/book.gettext.php)
|
||||||
* [Gettext Manual][manual]
|
* [Gettext Manual][manual]
|
||||||
|
|
||||||
[Poedit]: https://poedit.net
|
[Poedit]: https://poedit.net
|
||||||
@@ -395,22 +395,22 @@ After including those new rules in the `.po` file, a new scan will bring in your
|
|||||||
[lingohub_plurals]: https://lingohub.com/blog/2013/07/php-internationalization-with-gettext-tutorial/#Plurals
|
[lingohub_plurals]: https://lingohub.com/blog/2013/07/php-internationalization-with-gettext-tutorial/#Plurals
|
||||||
[plural]: http://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html
|
[plural]: http://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html
|
||||||
[gettext]: https://en.wikipedia.org/wiki/Gettext
|
[gettext]: https://en.wikipedia.org/wiki/Gettext
|
||||||
[manual]: http://www.gnu.org/software/gettext/manual/gettext.html
|
[manual]: https://www.gnu.org/software/gettext/manual/gettext.html
|
||||||
[639-1]: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
[639-1]: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||||
[3166-1]: http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
|
[3166-1]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
|
||||||
[rare]: http://www.gnu.org/software/gettext/manual/gettext.html#Rare-Language-Codes
|
[rare]: https://www.gnu.org/software/gettext/manual/gettext.html#Rare-Language-Codes
|
||||||
[func_format]: https://www.gnu.org/software/gettext/manual/gettext.html#Language-specific-options
|
[func_format]: https://www.gnu.org/software/gettext/manual/gettext.html#Language-specific-options
|
||||||
[oscarotero]: https://github.com/oscarotero/Gettext
|
[oscarotero]: https://github.com/oscarotero/Gettext
|
||||||
[symfony]: https://symfony.com/doc/current/components/translation.html
|
[symfony]: https://symfony.com/doc/current/components/translation.html
|
||||||
[zend]: https://docs.zendframework.com/zend-i18n/translation
|
[zend]: https://docs.zendframework.com/zend-i18n/translation
|
||||||
[laravel]: https://laravel.com/docs/master/localization
|
[laravel]: https://laravel.com/docs/master/localization
|
||||||
[yii]: http://www.yiiframework.com/doc-2.0/guide-tutorial-i18n.html
|
[yii]: https://www.yiiframework.com/doc/guide/2.0/en/tutorial-i18n
|
||||||
[intl]: http://br2.php.net/manual/en/intro.intl.php
|
[intl]: https://secure.php.net/manual/intro.intl.php
|
||||||
[ICU project]: http://www.icu-project.org
|
[ICU project]: http://www.icu-project.org
|
||||||
[symfony-keys]: https://symfony.com/doc/current/components/translation/usage.html#creating-translations
|
[symfony-keys]: https://symfony.com/doc/current/components/translation/usage.html#creating-translations
|
||||||
|
|
||||||
[sprintf]: http://php.net/manual/en/function.sprintf.php
|
[sprintf]: https://secure.php.net/manual/function.sprintf.php
|
||||||
[func]: http://php.net/manual/en/function.gettext.php
|
[func]: https://secure.php.net/manual/function.gettext.php
|
||||||
[n_func]: http://php.net/manual/en/function.ngettext.php
|
[n_func]: https://secure.php.net/manual/function.ngettext.php
|
||||||
[d_func]: http://php.net/manual/en/function.dgettext.php
|
[d_func]: https://secure.php.net/manual/function.dgettext.php
|
||||||
[dn_func]: http://php.net/manual/en/function.dngettext.php
|
[dn_func]: https://secure.php.net/manual/function.dngettext.php
|
||||||
|
Reference in New Issue
Block a user