From a08ee186f6e9658ac6b0927e012904427729392e Mon Sep 17 00:00:00 2001 From: Edmund von der Burg Date: Fri, 6 Sep 2013 14:59:35 +0100 Subject: Add note about translations not being used --- notes/trouble_shooting.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'notes') diff --git a/notes/trouble_shooting.md b/notes/trouble_shooting.md index f5bfe1f06..d4b6752ae 100644 --- a/notes/trouble_shooting.md +++ b/notes/trouble_shooting.md @@ -28,3 +28,9 @@ Your receiving email servers may be rejecting them because: * sender verification has failed (applies to `@mysociety.org` servers) - check that your `DO_NOT_REPLY_EMAIL` conf setting passes sender verification (using your own email address works well). Perhaps check the entries in `/var/log/mail.log` to check that the message has been sent by the app, and if it has been possible to send them on. + +## Translations not being used + +The locale needs to be installed too or the translations will not be used. Use +`locale -a` to list them all and ensure the one your translation uses is in the +list. -- cgit v1.2.3