Skip to content

Commit

Permalink
Modified config_inc.php to properly support all localized langauges.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@522 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Nov 26, 2001
1 parent 8f77465 commit 68f3645
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions ChangeLog
Expand Up @@ -2,17 +2,18 @@ Mantis

11.xx.2001 - 0.16.0

* Fixed minor HTML errors in core_html_API.php
* Fixed the view, report, and update pages to honor the forces advanced/simple modes
* Modified the mantis_bug_table.build field to be a VARCHAR
* Modified the mantis_bug_table.votes field to be an INT
* Modified the mantis_bug_table.os_build field to be longer
* Modified the mantis_user_profile_table.os_build field to be longer
* Modified the mantis_user_pref_table.language field to be longer
* Updated Korean localization
* Updated Polish localization
* Added file_type field to mantis_bug_file_table and mantis_project_file_table
* Added LDAP login support
* Fixed minor HTML errors in core_html_API.php.
* Fixed the view, report, and update pages to honor the forces advanced/simple modes.
* Modified the mantis_bug_table.build field to be a VARCHAR.
* Modified the mantis_bug_table.votes field to be an INT.
* Modified the mantis_bug_table.os_build field to be longer.
* Modified the mantis_user_profile_table.os_build field to be longer.
* Modified the mantis_user_pref_table.language field to be longer.
* Modified config_inc.php to properly support all localized langauges.
* Updated Korean localization.
* Updated Polish localization.
* Added file_type field to mantis_bug_file_table and mantis_project_file_table.
* Added LDAP login support.

11.04.2001 - 0.15.12

Expand Down
2 changes: 1 addition & 1 deletion config_inc.php
Expand Up @@ -149,7 +149,7 @@
$g_default_language = "english";

# list the choices that the users are allowed to choose
$g_language_choices_arr = array( "english", "chinese_traditional", "dutch", "french", "french2", "german", "italian", "korean", "norwegian", "russian", "polish", "portuguese", "spanish", "swedish", "turkish" );
$g_language_choices_arr = array( "english", "chinese_traditional", "danish", "dutch", "french", "french2", "german", "italian", "korean", "norwegian", "polish", "portuguese_brazilian", "portuguese_standard", "russian", "spanish", "swedish", "turkish" );

###############################
### Mantis Display Settings ###
Expand Down

0 comments on commit 68f3645

Please sign in to comment.