cakephp2-php8/cake
phpnut 760f79f4ec Closes #1855, Separate translation files per plugin. This is now supported using !__d() and !__dn().
Example singular usage: !__d('plugin_name', $string, true); returns translated singular string from pluginsPath/plugin_name/locale/"language"/LC_MESSAGE/plugin_name.(po/mo).
	Example plural usage: sprintf(!__dn('plugin_name', '%d = 1', '%d = 0 or > 1', $number, true), $number ); returns translated plural strings from pluginsPath/plugin_name/locale/"language"/LC_MESSAGE/plugin_name.(po/mo).
Closes #5007, Support for multiple additional locale paths. Configure::write('localePaths', $paths); accepts an array of $paths. $localePaths = array(); can also be used in bootstrap.php
Added Configure::$shellPaths; additional paths can be set in bootstrap.php $shellPaths = array();

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7754 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-10-16 05:16:00 +00:00
..
config Updating 1.1 and 1.2 verison numbers 2008-10-02 05:06:48 +00:00
console Updating baked model tests to reflect newer style of test that uses ClassRegistry::init() instead of a TestModel class. Refs #5549 2008-10-15 17:00:53 +00:00
libs Closes #1855, Separate translation files per plugin. This is now supported using !__d() and !__dn(). 2008-10-16 05:16:00 +00:00
tests Closes #1855, Separate translation files per plugin. This is now supported using !__d() and !__dn(). 2008-10-16 05:16:00 +00:00
basics.php Adding tests to __* functions and doing a little refactoring to reduce overload. 2008-10-16 01:11:09 +00:00
bootstrap.php updating handling of required classes, fixes #5480 2008-09-26 14:03:16 +00:00
dispatcher.php Ensuring Dispatcher does not return an empty action, fixes #5434 2008-09-17 15:17:23 +00:00
LICENSE.txt Moving Cake folder to correct location 2008-05-30 11:40:08 +00:00
VERSION.txt Updating 1.1 and 1.2 verison numbers 2008-10-02 05:06:48 +00:00