Skip to content

Commit

Permalink
Merge pull request #328 from tanvirrb/master
Browse files Browse the repository at this point in the history
added Bengali by Tanvir Islam
  • Loading branch information
StoneCypher committed Sep 10, 2017
2 parents b026e00 + 7f4f13a commit 7113970
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -29,6 +29,7 @@ build/Release
# Dependency directories
node_modules
jspm_packages
.idea

# Optional npm cache directory
.npm
Expand Down
16 changes: 16 additions & 0 deletions src/js/tests/language_data/bengali.json
@@ -0,0 +1,16 @@
{

"native_name" : "বাংলা",
"english_name" : "Bengali",

"cases" : [
"সংখ্যা_১০_দিয়ে_শেষ_হয়",
"মাঝখানে_সংখ্যা_১০",
"সংখ্যা_১০_দিয়ে_শুরু_হয়",

"সব_বর্ণমালা_অআইঈউঊঋঌএঐওঔকখগঘঙচছজঝঞটঠডঢণতথদধনপফবভমযরলশষসহড়ঢ়য়ৎংঁ",
"উচ্চারণ_ািীুূৃৄেৈোৌ্",
"সাধারণ_চিহ্ন_।!@#$^&*()?.,=+#"
]

}

0 comments on commit 7113970

Please sign in to comment.