Brian Wolff has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/318260

Change subject: Add first letter data for bn collation (Standard and 
Traditional)
......................................................................

Add first letter data for bn collation (Standard and Traditional)

This is based solely on looking at the bn.txt collation data
file. It has not been tested by native speakers.

Bug: T148885
Change-Id: Ide926bc5ee8752269ef6a1bfe972e19b7188d193
---
M includes/collation/IcuCollation.php
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/60/318260/1

diff --git a/includes/collation/IcuCollation.php 
b/includes/collation/IcuCollation.php
index 9c0b96e..ee182ab 100644
--- a/includes/collation/IcuCollation.php
+++ b/includes/collation/IcuCollation.php
@@ -136,6 +136,12 @@
                'ast' => [ "Ch", "Ll", "Ñ" ],
                'az' => [ "Ç", "Ə", "Ğ", "İ", "Ö", "Ş", "Ü" ],
                'bg' => [],
+               'bn' => [ 'ং', 'ঃ', 'ঁ'],
+               'bn@collation=traditional' => [
+                       'ং', 'ঃ', 'ঁ', 'ক্', 'খ্', 'গ্', 'ঘ্', 'ঙ্', 'চ্', 
'ছ্', 'জ্', 'ঝ্',
+                       'ঞ্', 'ট্', 'ঠ্', 'ড্', 'ঢ্', 'ণ্', 'ৎ', 'থ্', 'দ্', 
'ধ্', 'ন্', 'প্',
+                       'ফ্', 'ব্', 'ভ্', 'ম্', 'য্', 'র্', 'ৰ্', 'ল্', 'ৱ্', 
'শ্', 'ষ্', 'স্', 'হ্'
+               ],
                'br' => [ "Ch", "C'h" ],
                'ca' => [],
                'co' => [],

-- 
To view, visit https://gerrit.wikimedia.org/r/318260
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ide926bc5ee8752269ef6a1bfe972e19b7188d193
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Brian Wolff <bawolff...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to