cakephp2-php8/cake/tests/test_app/plugins/test_plugin
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
..
controllers Correcting file layout in test_app. Fixing tests in Configure test and ThemeView Test. 2008-08-01 16:23:16 +00:00
locale/po/LC_MESSAGES Closes #1855, Separate translation files per plugin. This is now supported using !__d() and !__dn(). 2008-10-16 05:16:00 +00:00
models Fixing modelClass when using plugin models. 2008-09-22 04:10:49 +00:00
vendors Fixing since tag from file added on last commit 2008-09-19 02:40:07 +00:00
views Correcting scaffold view file implementation. Was incorrectly using separate add and edit templates. Changes bring scaffold templates more inline with bake templates. 2008-09-27 03:48:23 +00:00
test_plugin_app_controller.php Correcting file layout in test_app. Fixing tests in Configure test and ThemeView Test. 2008-08-01 16:23:16 +00:00
test_plugin_app_model.php Correcting file layout in test_app. Fixing tests in Configure test and ThemeView Test. 2008-08-01 16:23:16 +00:00