From 577b28dee14b7c701a1d9dd2119fd4700b72bc7d Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 14 Nov 2006 11:06:33 +1300 Subject: [PATCH] Add a note about configuring locales. --- docs/website/installation.php | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/docs/website/installation.php b/docs/website/installation.php index 51d3aae0..f4bb26c7 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -180,9 +180,27 @@ within the system for constructing URLs, and for notifying some kinds of events.

If you are in a non-English locale, you can set the default_locale -configuration to one of the supported locales. At time of writing the -valid alternative locales are es_AR.UTF-8 and de_DE.UTF-8 but I am -hoping to have more translations soon.

+configuration to one of the supported locales.

+ +

Supported Locales

+

At present the following locales are supported:

+ + +

In addition the Argentinian Spanish translation is also configured as base Spanish +and Mexican Spanish since although I don't have translations for those yet I expect I +can find someone to do them for me... (you know who you are :-)

+ +

If you want locale support you probably know more about configuring it than me, but +at this stage it should be noted that all translations are UTF-8, and pages are +served as UTF-8, so you will need to ensure that the UTF-8 versions of these locales +are supported on your system.

+

Completed?

@@ -202,4 +220,4 @@ to use this, and the docs for that are elsewhere.

+?> \ No newline at end of file