From b996f2f722e069d479b6f948c4a7e271beab166a Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 24 Jan 2003 07:34:00 +0000 Subject: Bug 126955 - Bugzilla should support translated/localized templates. Patch by burnus; r=gerv, a=justdave. --- defparams.pl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 922a9dfe2..f75ead4b2 100644 --- a/defparams.pl +++ b/defparams.pl @@ -201,6 +201,26 @@ sub check_netmask { checker => \&check_urlbase }, + { + name => 'languages' , + desc => 'A comma-separated list of RFC 1766 language tags. These ' . + 'identify the languages in which you wish Bugzilla output ' . + 'to be displayed. Note that you must install the appropriate ' . + 'language pack before adding a language to this Param. The ' . + 'language used is the one in this list with the highest ' . + 'q-value in the user\'s Accept-Language header.' , + type => 't' , + default => 'en' + }, + + { + name => 'defaultlanguage', + desc => 'The UI language Bugzilla falls back on if no suitable ' . + 'language is found in the user\'s Accept-Language header.' , + type => 't' , + default => 'en' + }, + { name => 'cookiepath', desc => 'Path, relative to your web document root, to which to restrict ' . -- cgit v1.2.3-24-g4f1b