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