diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-02-06 12:07:17 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-02-06 12:07:17 +0000 |
commit | 3177c0d53170574b26987dc3fd1e11dd76bed89e (patch) | |
tree | 8ccfef14cca562a6c963f3dbeb6c38228fcfe96f | |
parent | 0b8d608f6779a6604631bdd12d2d8fbed280c48f (diff) |
Bit more detail about why to customise.
-rw-r--r-- | docs/customising/themes.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md index d01007aec..cf53aeaee 100644 --- a/docs/customising/themes.md +++ b/docs/customising/themes.md @@ -182,8 +182,12 @@ unused). ## Customising the help pages - The important pages -to translate are: +If you're running Alaveteli in another language, you'll want to show +your users localised versions of the help pages. Even if you're running +the site in English, the default help pages in Alaveteli are taken from +WhatDoTheyKnow, and are therefore relevant only to the UK. You should +take these pages as inspiration, but review their content with a view to +your jurisdiction. The important pages to customise and translate are: * [About](https://github.com/mysociety/alaveteli/blob/master/app/views/help/about.html.erb): why the website exists, why it works, etc * [contact](https://github.com/mysociety/alaveteli/blob/master/app/views/help/contact.html.erb): how to get in touch |