From ff5c990c33fa2a5365fe4ef3152c36031f5141de Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Fri, 04 Jan 2008 02:56:58 -0500
Subject: [PATCH] purge kur_KU because it has no messages translation

---
 program/localization/index.inc |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/program/localization/index.inc b/program/localization/index.inc
index d83fc55..9cd5877 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -5,7 +5,7 @@
  | program/localization/index.inc                                        |
  |                                                                       |
  | This file is part of the RoundCube Webmail client                     |
- | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
+ | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  | PURPOSE:                                                              |
@@ -17,8 +17,8 @@
  +-----------------------------------------------------------------------+
 
  $Id$
- 
- */
+
+*/
  
  $rcube_languages = array(
 	'en_US' => 'English (US)',
@@ -50,7 +50,6 @@
 	'it'    => 'Italiano',
 	'ja'    => 'Japanese (日本語)',
 	'kr'    => 'Korean',
-	'kur_KU' => 'Kurdish (Kurmancî)',
 	'lv'    => 'Latvian',
 	'lt'    => 'Lithuanian',
 	'mk'    => 'Macedonian (Slavic FYROM)',
@@ -94,5 +93,4 @@
 
 $rcube_charsets = array();
 
-
-?>
+?>
\ No newline at end of file

--
Gitblit v1.9.1