Skip to content

Commit

Permalink
Item2194: make list of languages appear again
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@5195 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Oct 1, 2009
1 parent dbdb42a commit 7a177a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
17 changes: 8 additions & 9 deletions core/lib/Foswiki.spec
Expand Up @@ -735,19 +735,18 @@ $Foswiki::cfg{Stats}{TopicName} = 'WebStatistics';
# modules to be installed.</p>
# **BOOLEAN**
# Allowing all languages is the best for <strong>really</Strong> international
# sites, but for best performance you should enable only the languages you
# really need. English is the default language, and is always enabled.
# <p />
# {LocalesDir} is used to find the languages supported in your installation,
# so if the list below is empty, it's probably because {LocalesDir} is pointing
# to the wrong place.
$Foswiki::cfg{UserInterfaceInternationalisation} = $FALSE;
# *LANGUAGES* Marker used by bin/configure script - do not remove!
# <p>These settings control the languages that are available for the
# user interface. Check every language that you
# want your site to support.</p>
# user interface. Check every language that you want your site to support.</p>
# <p>Allowing all languages is the best for <strong>really</Strong> international
# sites, but for best performance you should enable only the languages you
# really need. English is the default language, and is always enabled.</p>
# <p><code>{LocalesDir}</code> is used to find the languages supported in your installation,
# so if the list of available languages below is empty, it's probably because
# <code>{LocalesDir}</code> is pointing to the wrong place.</p>
$Foswiki::cfg{Languages}{bg}{Enabled} = 1;
$Foswiki::cfg{Languages}{cs}{Enabled} = 1;
$Foswiki::cfg{Languages}{da}{Enabled} = 1;
Expand Down
6 changes: 0 additions & 6 deletions core/lib/Foswiki/Configure/UIs/LANGUAGES.pm
Expand Up @@ -5,10 +5,4 @@ use strict;
use Foswiki::Configure::UIs::Section ();
our @ISA = ('Foswiki::Configure::UIs::Section');

sub renderHtml {
my ( $this, $section, $root, $contents ) = @_;

return $contents;
}

1;

0 comments on commit 7a177a3

Please sign in to comment.