mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
doc block correction
This commit is contained in:
parent
032704346a
commit
a33b187a09
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ class L10n {
|
||||||
/**
|
/**
|
||||||
* Maps ISO 639-3 to I10n::_l10nCatalog
|
* Maps ISO 639-3 to I10n::_l10nCatalog
|
||||||
* The terminological codes (first one per language) should be used if possible.
|
* The terminological codes (first one per language) should be used if possible.
|
||||||
* The bibliographic codes are aliases and work as well, though.
|
* They are the ones building the path in `/APP/Locale/[code]/`
|
||||||
|
* The bibliographic codes are aliases.
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue