cakephp2-php8/cake/console
zoydsan 200c85c7c4 Ticket #1669, i18n: parse (multiline) strings concatenated with "." (for 1.3 branch)
The patch  builds on the code of cake 2.0, but with this fix, comments are allowed, and an exception is thrown if invalid output is found. Examples:

__('Split' . ' string')    => ok
__('Split' . // Comment
    ' string')             => ok
__('Split' . $var)         => error
2011-09-08 19:48:53 -04:00
..
libs Ticket #1669, i18n: parse (multiline) strings concatenated with "." (for 1.3 branch) 2011-09-08 19:48:53 -04:00
templates prepared utf8 database connection option 2011-08-13 17:13:27 +02:00
cake Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
cake.bat Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
cake.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
error.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00