I\'m using Play 2.1 and I\'m having some odd problems.
I have a subpackage messages in the controllers package with a class i18n.java
messages
controllers
i18n.java
FYI, in 2.2 it's slightly different.
routes.conf looks like:
GET /admin/stuff controllers.admin.StuffController.show()
in code looks like:
controllers.admin.routes.StuffController.show()