diff options
author | Ciaran Gultnieks <ciaran@ciarang.com> | 2009-11-18 10:48:17 +0000 |
---|---|---|
committer | Ciaran Gultnieks <ciaran@ciarang.com> | 2009-11-18 10:48:17 +0000 |
commit | 908deed8989ec55502e70e8a75823511fa9728e7 (patch) | |
tree | ad20dfcc6d9d0923f3e5cefeebb49df957480add | |
parent | b5ed698bd24fa6587f9b841b49c09698504477ea (diff) |
Added documentation in the README for what the 'language' setting actually does. i.e. in practice, nothing.
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -852,6 +852,12 @@ locale_path: full path to the directory for locale data. Unless you store all your locale data in one place, you probably don't need to use this. language: default language for your site. Defaults to US English. + Note that this is overridden if a user is logged in and has + selected a different language. It is also overridden if the + user is NOT logged in, but their browser requests a different + langauge. Since pretty much everybody's browser requests a + language, that means that changing this setting has little or + no effect in practice. languages: A list of languages supported on your site. Typically you'd only change this if you wanted to disable support for one or another language: |