From 30ae55d6ac6ddd991039147a28be83f00c8f6f25 Mon Sep 17 00:00:00 2001
From: bwarsaw <>
Date: Sat, 4 Oct 2003 02:57:36 +0000
Subject: Backporting Slovenian support.

---
 ACKNOWLEDGMENTS             | 1 +
 Mailman/Defaults.py.in      | 1 +
 admin/www/i18n.ht           | 4 ++++
 messages/Makefile.in        | 2 +-
 templates/Makefile.in       | 2 +-
 templates/sl/listinfo.html  | 2 +-
 templates/sl/options.html   | 2 +-
 templates/sl/roster.html    | 2 +-
 templates/sl/subscribe.html | 2 +-
 9 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/ACKNOWLEDGMENTS b/ACKNOWLEDGMENTS
index b5f7b3bb..d4484c39 100644
--- a/ACKNOWLEDGMENTS
+++ b/ACKNOWLEDGMENTS
@@ -105,6 +105,7 @@ in answering questions on mailman-users.
     Matthias Klose
     Harald Koch
     Chris Kolar
+    Uros Kositer
     Andrew Kuchling
     Ricardo Kustner
     L'homme Moderne
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 89e1e0a4..34748afb 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -1280,6 +1280,7 @@ add_language('pt',   _('Portuguese'),          'iso-8859-1')
 add_language('pt_BR', _('Portuguese (Brazil)'), 'iso-8859-1')
 add_language('ru',   _('Russian'),             'koi8-r')
 add_language('sr',   _('Serbian'),             'utf-8')
+add_language('sl',   _('Slovenian'),           'iso-8859-2')
 add_language('sv',   _('Swedish'),             'iso-8859-1')
 add_language('uk',   _('Ukrainian'),           'utf-8')
 
diff --git a/admin/www/i18n.ht b/admin/www/i18n.ht
index 0d4fd3d9..c9868f91 100644
--- a/admin/www/i18n.ht
+++ b/admin/www/i18n.ht
@@ -167,6 +167,10 @@ Project</a> for future language support.
     <td><a href="mailto:bojan@trust-b.com">Bojan Suzic</a></td>
     <td>Supported</td>
 </tr>
+<tr><td>Solvenian</td><td>sl</td>
+    <td><a href="mailto:urosh@agenda.si">Uros Kositer</a></td>
+    <td>supported</td>
+</tr>
 <tr><td>Spanish</td><td>es</td>
     <td><a href="mailto:jcrey@uma.es">Juan Carlos Rey Anaya</a></td>
     <td>Supported</td>
diff --git a/messages/Makefile.in b/messages/Makefile.in
index d9349954..8bb11048 100644
--- a/messages/Makefile.in
+++ b/messages/Makefile.in
@@ -49,7 +49,7 @@ MSGMERGE=	msgmerge
 
 # CVS available languages
 LANGUAGES=	cs da de es et eu fi fr hu it ja ko lt nl no pl pt pt_BR \
-		ru sr sv uk
+		ru sl sr sv uk
 LANGDIRS=	$(LANGUAGES:%=messages/%/LC_MESSAGES)
 # Human readable po file
 POFILES=	$(LANGUAGES:%=%/LC_MESSAGES/mailman.po)
diff --git a/templates/Makefile.in b/templates/Makefile.in
index 9234649d..8ba6f2e7 100644
--- a/templates/Makefile.in
+++ b/templates/Makefile.in
@@ -43,7 +43,7 @@ TEMPLATEDIR= 	$(prefix)/templates
 SHELL=		/bin/sh
 
 LANGUAGES=	big5 cs de en es et eu fi fr gb hu it ja ko lt nl \
-		no pl pt pt_BR ru sr sv uk
+		no pl pt pt_BR ru sl sr sv uk
 
 # Modes for directories and executables created by the install
 # process.  Default to group-writable directories but
diff --git a/templates/sl/listinfo.html b/templates/sl/listinfo.html
index c94599da..5e1d6aae 100644
--- a/templates/sl/listinfo.html
+++ b/templates/sl/listinfo.html
@@ -1,4 +1,4 @@
-<!-- $Revision: 6636 $ -->
+<!-- $Revision: 6638 $ -->
 <HTML>
   <HEAD>
     <TITLE><MM-List-Name> Stran s podatki</TITLE>
diff --git a/templates/sl/options.html b/templates/sl/options.html
index 0f6bfac1..f0ea67cf 100644
--- a/templates/sl/options.html
+++ b/templates/sl/options.html
@@ -1,4 +1,4 @@
-<!-- $Revision: 6636 $ -->
+<!-- $Revision: 6638 $ -->
 <html>
 <head>
     <link rel="SHORTCUT ICON" href="<mm-favicon>">
diff --git a/templates/sl/roster.html b/templates/sl/roster.html
index 53f12002..f42fe4d3 100644
--- a/templates/sl/roster.html
+++ b/templates/sl/roster.html
@@ -1,4 +1,4 @@
-<!-- $Revision: 6636 $ -->
+<!-- $Revision: 6638 $ -->
 <HTML>
   <HEAD>
     <TITLE><MM-List-Name> �lani</TITLE>
diff --git a/templates/sl/subscribe.html b/templates/sl/subscribe.html
index 40d6e11a..9f1c6afe 100644
--- a/templates/sl/subscribe.html
+++ b/templates/sl/subscribe.html
@@ -1,4 +1,4 @@
-<!-- $Revision: 6636 $ -->
+<!-- $Revision: 6638 $ -->
 <html>
 <head><title>Rezultati prijave na seznam <MM-List-Name></title></head>
 <body bgcolor="white">
-- 
cgit v1.2.3