Commit Graph

6 Commits

Author SHA1 Message Date
Philipp Franke 359af59cb3 Fix broken links in 2.2 release notes, i18n, debugging, security, 2.3 release notes, plugins 2012-07-08 21:12:02 +02:00
Ayrton De Craene 888383e0ac 'Netherlands locale' does not make any sense, it's Dutch locale [ci skip] 2012-05-14 14:04:24 +02:00
Ayrton De Craene ee4e48eab0 Improved the readability of some sentences [ci skip] 2012-05-14 13:24:32 +02:00
xyctka@gmail.com 5890ced113 Better class name 2012-04-06 10:04:26 +01:00
xyctka@gmail.com 74fa0d3db0 Update Custom Exception Handler section of Internationalization guide
The previous example with just_raise_that_exception method
stopped working because MissingTranslation is not an instance of
Exception class any more, but has a +to_exception+ method.

Also the cleaner way is to re-raise only the desired exception, passing
 everything else to the default ExceptionHandler.

 Additionally this re-raising conflicts with Pluralization backend thus
 we have to add a check that certain missing translation keys should
 be ignored allowing the backend to fall back to the default
 pluralization rule.
2012-04-06 10:01:34 +01:00
Xavier Noria 6d87cd028b moves the guides up to the root directory 2012-03-17 08:32:49 -07:00