fixed a missing config property regarding admin login languages
authorzapata <zapata>
Thu, 19 Dec 2002 15:36:39 +0000 (15:36 +0000)
committerzapata <zapata>
Thu, 19 Dec 2002 15:36:39 +0000 (15:36 +0000)
etc/config.properties-dist

index 62fe099..248d3c3 100755 (executable)
@@ -62,6 +62,11 @@ Mir.Localizer.Logfile=log/localizer.log
 # The location of the producer specifiations
 Mir.Localizer.ProducerConfigFile=etc/producer/producers.xml
 
+# Settings for the admin login:
+Mir.Login.DefaultLanguage=en
+Mir.Login.Languages=en;nl;de;qu;tr;ay;es
+
+
 # the templates
 Mir.Localizer.Producer.GeneratorLibrary= default=freemarker(etc/producer/)
 Mir.Localizer.Admin.GeneratorLibrary= default=freemarker(templates/admin/)