Browse Source

note about core errors and exceptions

tags/2.0.0-beta
Alexander Makarov 13 years ago
parent
commit
fbef5223bb
  1. 9
      docs/internals/errors_and_exceptions.md

9
docs/internals/errors_and_exceptions.md

@ -0,0 +1,9 @@
Errors and Exceptions
=====================
Errors i18n
-----------
A general rule is to tranlate only errors that are shown to end users only. If
it is a regular exception, debug screen etc. then message should not be translated.
Loading…
Cancel
Save