Commit Graph

9 Commits

Author SHA1 Message Date
Vijay Dev
925f07fed9 tiny formatting fix in i18n guide [ci skip] 2012-08-15 23:48:41 +05:30
David Celis
d9ac5b2b04 Fix a mistake in the I18n guide: English => Spanish [ci skip]
Signed-off-by: David Celis <david@davidcelis.com>
2012-07-31 09:41:35 -07:00
David Celis
cf21657f6e Update I18n guide with details on multilingual Inflector [ci skip]
Sorry; I forgot about the guides when I submitted this patch.

Signed-off-by: David Celis <david@davidcelis.com>
2012-07-31 09:17:20 -07:00
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