From edbb0a3a80e5c78ed0f1b144a2f798fbd07c4972 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 31 Oct 2003 05:23:59 +0000 Subject: Rebuilding documentation for Bugzilla 2.17.5. --- docs/html/cust-templates.html | 102 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 91 insertions(+), 11 deletions(-) (limited to 'docs/html/cust-templates.html') diff --git a/docs/html/cust-templates.html b/docs/html/cust-templates.html index b07dc502e..d3c27b287 100644 --- a/docs/html/cust-templates.html +++ b/docs/html/cust-templates.html @@ -4,10 +4,9 @@ >Template CustomizationThe Bugzilla Guide - 2.17.4 Development ReleaseThe Bugzilla Guide - 2.17.5 Development Release

Templatization also makes localized versions of Bugzilla possible, - for the first time. In the future, a Bugzilla installation may - have templates installed for multiple localizations, and select - which ones to use based on the user's browser language setting. + for the first time. As of version 2.17.4 which will soon + become 2.18, it's possible to have Bugzilla's language determined by + the user's browser. More information is available in + Section 5.7.5.

5.7.1. What to Edit

It is recommended that you run ./checksetup.pl + after any template edits, especially if you've created a new file in + the custom directory. +

5.7.2. How To Edit Templates

5.7.3. Template Formats

5.7.4. Particular Templates

5.7.5. Configuring Bugzilla to Detect the User's Language

Begining in version 2.18 (first introduced in version + 2.17.4), it's now possible to have the users web browser tell Bugzilla + which language templates to use for each visitor (using the HTTP_ACCEPT + header). For this to work, Bugzilla needs to have the correct language + templates installed for the version of Bugzilla you are using. Many + language templates can be obtained from http://www.bugzilla.org/download.html#localizations. Instructions + for submitting new languages are also available from that location. +

After untarring the localizations (or creating your own) in the + [Bugzilla_Root]/template directory, + you must update the languages parameter to contain any + localizations you'd like to permit. You may also wish to set the + defaultlanguage parameter to something other than + "en" if you don't want Engish to be the default language. +