summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-01-24 08:34:00 +0100
committergerv%gerv.net <>2003-01-24 08:34:00 +0100
commitb996f2f722e069d479b6f948c4a7e271beab166a (patch)
tree16e45ac189b7cc7b1982aa6e30ac986ae40a278a /defparams.pl
parent551081042333edc563ebccc1a10e0b5805b51858 (diff)
downloadbugzilla-b996f2f722e069d479b6f948c4a7e271beab166a.tar.gz
bugzilla-b996f2f722e069d479b6f948c4a7e271beab166a.tar.xz
Bug 126955 - Bugzilla should support translated/localized templates. Patch by burnus; r=gerv, a=justdave.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl20
1 files changed, 20 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 922a9dfe2..f75ead4b2 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -202,6 +202,26 @@ sub check_netmask {
},
{
+ 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 ' .
'Bugzilla cookies. Normally this is the URI portion of your URL ' .