Skip to content

Commit

Permalink
Internationalisation shouldn't be done on logging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
NelleV committed Oct 2, 2011
1 parent bd35456 commit 1654ec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Internationalization.rst
Expand Up @@ -15,7 +15,9 @@ Internationalisation
Internationalisation of models, views and controllers
--------------------------------------------------------------------------------

Make sure models, views and controllers are internationalised :
Make sure models, views and controllers are internationalised :
Everything should be internationalised, **except from logging messages**.

For exemple: groups_controller.rb::

301 raise "You must select at least one grader for random assignment"
Expand Down

0 comments on commit 1654ec3

Please sign in to comment.