From cb2bc809ef29f349d38c89e202d821e67bb4c947 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 21 Sep 2010 14:47:55 -0400 Subject: [PATCH] Fix db_mode check in insert_id() --- program/localization/index.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/program/localization/index.inc b/program/localization/index.inc index 13063b9..1270b7f 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -29,7 +29,7 @@ 'ar_SA' => 'Arabic (العربية)', 'hy_AM' => 'Armenian (Հայերեն)', 'ast' => 'Asturiana (Asturianu)', - 'az_AZ' => 'Azerbaijani (Azəri)', + 'az_AZ' => 'Azerbaijani (Azərbaycanca)', 'eu_ES' => 'Basque (Euskara)', 'bn_BD' => 'Bengali (বাংলা)', 'bs_BA' => 'Bosnian (Bošnjački)', @@ -63,6 +63,7 @@ 'ga_IE' => 'Irish (Gaedhilge)', 'it_IT' => 'Italian (Italiano)', 'ja_JP' => 'Japanese (日本語)', + 'kh_KH' => 'Khmer (ភាសាខ្មែរ)', 'ko_KR' => 'Korean (한국어)', 'ku' => 'Kurdish (Kurmancî)', 'lv_LV' => 'Latvian (Latviešu)', -- Gitblit v1.9.1