mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing locales lookup folder name. Closes #1744
This commit is contained in:
parent
645c9ad2d2
commit
6c8b7fd878
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ class App {
|
||||||
'%s' . 'libs' . DS
|
'%s' . 'libs' . DS
|
||||||
),
|
),
|
||||||
'locales' => array(
|
'locales' => array(
|
||||||
|
'%s' . 'Locale' . DS,
|
||||||
'%s' . 'locale' . DS
|
'%s' . 'locale' . DS
|
||||||
),
|
),
|
||||||
'vendors' => array('%s' . 'Vendor' . DS, VENDORS),
|
'vendors' => array('%s' . 'Vendor' . DS, VENDORS),
|
||||||
|
|
Loading…
Add table
Reference in a new issue