From: jenkins-bot Date: Wed, 16 Nov 2016 02:16:20 +0000 (+0000) Subject: Merge "Add first letter data for bn collation (Standard and Traditional)" X-Git-Tag: 1.31.0-rc.0~4851 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=a2f369cbdf97b9f4d32dce742862e0dd181fe7e8;hp=63c87df24e411ea3bfe772ef19621375ac99c20a;p=lhc%2Fweb%2Fwiklou.git Merge "Add first letter data for bn collation (Standard and Traditional)" --- diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index e6b773c5e4..7b4fce6f27 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -100,6 +100,12 @@ class IcuCollation extends Collation { 'be' => [ "Ё" ], 'be-tarask' => [ "Ё" ], 'bg' => [], + 'bn' => [ 'ং', 'ঃ', 'ঁ' ], + 'bn@collation=traditional' => [ + 'ং', 'ঃ', 'ঁ', 'ক্', 'খ্', 'গ্', 'ঘ্', 'ঙ্', 'চ্', 'ছ্', 'জ্', 'ঝ্', + 'ঞ্', 'ট্', 'ঠ্', 'ড্', 'ঢ্', 'ণ্', 'ৎ', 'থ্', 'দ্', 'ধ্', 'ন্', 'প্', + 'ফ্', 'ব্', 'ভ্', 'ম্', 'য্', 'র্', 'ৰ্', 'ল্', 'ৱ্', 'শ্', 'ষ্', 'স্', 'হ্' + ], 'bo' => [], 'br' => [ "Ch", "C'h" ], 'bs' => [ "Č", "Ć", "Dž", "Đ", "Lj", "Nj", "Š", "Ž" ],