Skip to content

Commit bf9dec8

Browse files
authored
Merge pull request #1 from gerardnll/patch-2
Updated zend/i18n to laminas/laminas-i18n
2 parents 752ebda + 3d2e578 commit bf9dec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/05-06-01-Internationalization-and-Localization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ to other formats besides `.mo/.po` files. Can be useful if you need to integrate
4949
parts of the system, like a JavaScript interface.
5050
- [symfony/translation][symfony]: supports a lot of different formats, but recommends using verbose XLIFF's. Doesn't
5151
include helper functions nor a built-in extractor, but supports placeholders using `strtr()` internally.
52-
- [zend/i18n][zend]: supports array and INI files, or Gettext formats. Implements a caching layer to save you from
52+
- [laminas/laminas-i18n][laminas]: supports array and INI files, or Gettext formats. Implements a caching layer to save you from
5353
reading the filesystem every time. It also includes view helpers, and locale-aware input filters and validators.
5454
However, it has no message extractor.
5555

@@ -413,7 +413,7 @@ After including those new rules in the `.po` file, a new scan will bring in your
413413
[aura-intl]: https://github.com/auraphp/Aura.Intl
414414
[oscarotero]: https://github.com/oscarotero/Gettext
415415
[symfony]: https://symfony.com/doc/current/components/translation.html
416-
[zend]: https://docs.zendframework.com/zend-i18n/translation
416+
[laminas]: https://docs.laminas.dev/laminas-i18n/
417417
[laravel]: https://laravel.com/docs/master/localization
418418
[yii]: https://www.yiiframework.com/doc/guide/2.0/en/tutorial-i18n
419419
[intl]: https://secure.php.net/manual/intro.intl.php

0 commit comments

Comments
 (0)