View Issue Details

IDProjectCategoryView StatusLast Update
0004573mantisbtlocalizationpublic2004-11-06 06:23
Reportertkh Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.0 
Fixed in Version0.19.1 
Summary0004573: Missing 'finnish' language choice in config_defaults_inc.php
Description

Line 311:->

list the choices that the users are allowed to choose

$g_language_choices_arr = array(...
'finnish'

#-----

Also line 320:->

Missing

Browser language mapping for 'auto' language selection

$g_language_auto_map = array(...
'fi' => 'finnish'

Additional Information
# list the choices that the users are allowed to choose
$g_language_choices_arr = array(
    'auto', 'english', 'chinese_simplified', 'chinese_traditional', 'czech',
    'danish', 'dutch', 'estonian', 'finnish', 'french', 'german', 'hungarian',
    'italian', 'japanese_euc', 'japanese_sjis', 'japanese_utf8', 'korean', 
    'lithuanian', 'norwegian', 'polish', 'portuguese_brazil', 'portuguese_standard',
    'romanian', 'russian', 'russian_koi8', 'serbian', 'slovak', 'slovene', 
    'spanish', 'swedish', 'turkish' );

# Browser language mapping for 'auto' language selection
$g_language_auto_map = array(
    'en-us, en-gb, en-au, en' => 'english',
    'zh-cn, zh-sg, zh' => 'chinese_simplified',
    'zh-hk, zh-tw' => 'chinese_traditional',
    'cs' => 'czech',
    'da' => 'danish',
    'nl-be, nl' => 'dutch',
    'et' => 'estonian',
    'fi' => 'finnish',
    'fr-be, fr-ca, fr-ch, fr' => 'french',
    'de-de, de-at, de-ch, de' => 'german',
    'hu' => 'hungarian',
    'it-ch, it' => 'italian',
    'ja' => 'japanese_sjis',
    'ko' => 'korean',
    'lt' => 'lithuanian',
    'no' => 'norwegian',
    'pl' => 'polish',
    'pt-br' => 'portugese_brazil',
    'pt' => 'portugese_standard',
    'ro-mo, ro' => 'romanian',
    'ru-mo, ru' => 'russian',
    'sr' => 'serbian',
    'sk' => 'slovak',
    'sl' => 'slovene',
    'es-mx, es-co, es-ar, es-cl, es-pr, es' => 'spanish',
    'sv-fi, sv' => 'swedish',
    'tr' => 'turkish'
);
TagsNo tags attached.

Relationships

child of 0004297 closedvboctor Mantis 0.19.1 release 

Activities

There are no notes attached to this issue.