diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2013-09-06 14:59:35 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2013-09-10 15:40:08 +0100 |
commit | a08ee186f6e9658ac6b0927e012904427729392e (patch) | |
tree | ee810bc354eb0aa577257af331b2429f3f28d154 /notes | |
parent | bf2536092a8f63b1d181696c719f07bca34bbaca (diff) |
Add note about translations not being used
Diffstat (limited to 'notes')
-rw-r--r-- | notes/trouble_shooting.md | 6 |
1 files changed, 6 insertions, 0 deletions
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. |