Mantis Bug Tracker Administration Guide | ||
---|---|---|
<<< Previous | Configuration | Next >>> |
This is the language used by default in MantisBT. This may be set to 'auto' where MantisBT will try to determine the language from the browser.
This is to be set to an array of languages that are available for users to choose from. The default value includes all languages supported by MantisBT. The administrator can limit the languages available for users to choose from by overriding this value. For example, to support English, French and German include the following code: array( 'english', 'french', 'german' ); Of course, administrators can also add their own languages by translating the strings and creating their own language files. You are encouraged to share any translation work that you do with the MantisBT team. This will ensure that the newly created language file is maintained with future MantisBT releases.All language files reside in the lang/ folder. They are all named according to the following pattern: strings_<language>.txt.
This is the language used if MantisBT cannot determine the language from the browser. It defaults to 'english'.As of 0.19.0, this may be set to 'auto' where MantisBT will try to determine the language from the browser.
If a string does not exist in the active language, the English string is used instead. |
<<< Previous | Home | Next >>> |
Version | Up | Display |