From fbef5223bb859f1576a0762e10d17c9ede629c0f Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 9 Dec 2011 05:54:58 +0400 Subject: [PATCH] note about core errors and exceptions --- docs/internals/errors_and_exceptions.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/internals/errors_and_exceptions.md diff --git a/docs/internals/errors_and_exceptions.md b/docs/internals/errors_and_exceptions.md new file mode 100644 index 0000000..98542f1 --- /dev/null +++ b/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. \ No newline at end of file