Skip to content

Commit

Permalink
Added Slovene language
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2823 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Jeroen Latour committed Aug 8, 2004
1 parent 2e0dddb commit ebd18ca
Show file tree
Hide file tree
Showing 4 changed files with 1,028 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config_defaults_inc.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: config_defaults_inc.php,v 1.192 2004-08-07 16:47:50 jlatour Exp $
# $Id: config_defaults_inc.php,v 1.193 2004-08-08 09:02:34 jlatour Exp $
# --------------------------------------------------------


Expand Down Expand Up @@ -272,10 +272,10 @@
$g_language_choices_arr = array(
'auto', 'english', 'chinese_simplified', 'chinese_traditional', 'czech',
'danish', 'dutch', 'estonian', 'french', 'german', 'hungarian',
'italian', 'japanese_euc', 'japanese_sjis', 'japanese_utf8', 'korean', 'lithuanian',
'norwegian', 'polish', 'portuguese_brazil', 'portuguese_standard',
'romanian', 'russian', 'russian_koi8', 'serbian', 'slovak', 'spanish',
'swedish', 'turkish' );
'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(
Expand All @@ -301,6 +301,7 @@
'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'
Expand Down
2 changes: 2 additions & 0 deletions doc/CREDITS
Expand Up @@ -90,6 +90,7 @@ Alf-Ivar Holm
Attila V�gi
Bernardo Hern�ndez
Daniel Coquette
Davor Orli.
Dragan Matic
Eric Hartmann
Espen Holje
Expand All @@ -112,6 +113,7 @@ Ludvig Omholt
Lu�s Martins
Luis Miguel Cruz Miranda
Marco Vassura
Matej Rizman
Oktay Altunergil
Pablo Corral
Pao-Hsi Huang
Expand Down
1 change: 1 addition & 0 deletions doc/ChangeLog
Expand Up @@ -53,6 +53,7 @@ Mantis ChangeLog
- New Config: main_menu_custom_options (default empty) - Allow addition of custom menu options to main menu (vboctor)
- New Config: show_realname (default OFF) - show realname in all places instead of username (thraxisp)
- Updated German, French, Brazilian Portuguese, japanese_euc, japanese_sjis, Korean, Russian and japanese_utf8 language.
- Added Slovene language.

2004.07.20 - 0.19.0a2

Expand Down

0 comments on commit ebd18ca

Please sign in to comment.