mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 02:26:17 +00:00
CakePHP 2 fork that supports PHP 8
638b06ff85
Adding ability to change translations on the fly Example: Configure::write('Config.language', 'locale'); Same setting can be used to define you own locale Example: Configure::write('Config.language', 'somename'); Added ability to set additional directory paths for locale directory Example: Configure::write('Locale.path', DS . 'directory'. DS . 'locale'); Fixed merging of core translations, if present." git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6905 3807eeeb-6ff5-0310-8944-8be069107fe0 |
||
---|---|---|
app | ||
cake | ||
docs | ||
vendors | ||
.htaccess | ||
index.php |
/////////////////////////////////////////////////////////////////////////////////////////////////////////// // +---------------------------------------------------------------------------------------------------+// // + $Id$ // + Last Modified: $Date$ // + Modified By: $LastChangedBy$ // +---------------------------------------------------------------------------------------------------+// /////////////////////////////////////////////////////////////////////////////////////////////////////////// This README will be updated For now visit: https://www.cakephp.org/ User related documentation http://manual.cakephp.org/ For information on development: https://trac.cakephp.org/