From 76ffa2a099300325b34c92a9291dc4031b8a0d8a Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 04 Feb 2006 13:05:36 -0500
Subject: [PATCH] Added Bosnian and Croation translation

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

diff --git a/program/localization/index.inc b/program/localization/index.inc
index cfb45e6..4386377 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -25,6 +25,7 @@
 	'en_GB' => 'English (GB)',
 	'ar'    => 'Arabic',
 	'bg'    => 'Bulgarian',
+	'bs_BA' => 'Bosnian (Bosanski)',
 	'tw'    => 'Chinese (BIG5)',
 	'cn'    => 'Chinese (GB2312)',
 	'cz'    => 'Czech',
@@ -37,12 +38,14 @@
 	'fr'    => 'Français', 
 	'ga'    => 'Galician',
 	'el'    => 'Greek',
+	'hr'	=> 'Hrvatski',
 	'hu'    => 'Hungarian',
 	'it'    => 'Italiano',
 	'ja'    => 'Japanese',
 	'kr'    => 'Korean',
 	'lv'    => 'Latvian',
-	'nl'    => 'Nederlands',
+	'nl_NL' => 'Nederlands',
+	'nl_BE' => 'Flemish',
 	'nb_NO' => 'Norsk (bokmål)',
 	'nn_NO' => 'Norsk (nynorsk)',
 	'fa'    => 'Persian',
@@ -60,8 +63,10 @@
 );
 
 $rcube_language_aliases = array(
+	'bs' => 'bs_BA',
 	'de' => 'de_DE',
 	'en' => 'en_US',
+	'nl' => 'nl_NL',
 	'no' => 'nn_NO',
 	'pt' => 'pt_PT'
 );

--
Gitblit v1.9.1