@cspell/dict-bn

1.0.2 • Public • Published

CSpell Bengali Dictionary

Bengali dictionary for cspell.

This is a pre-built dictionary for use with CSpell.

Requirements

Tool Version
cspell >= 8
Code Spell Checker - Visual Studio Code >= 4

Local Installation

npm install -D @cspell/dict-bn

Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["@cspell/dict-bn/cspell-ext.json"],
  "cSpell.language": "bn",
}
CSpell Settings `cspell.json`

cspell.json

{
  "import": ["@cspell/dict-bn/cspell-ext.json"],
  "language": "bn",
}
CSpell Settings `cspell.config.yaml`

cspell.config.yaml

import:
  - '@cspell/dict-bn/cspell-ext.json'
language: bn

CDN Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-bn@latest/cspell-ext.json/cspell-ext.json"],
  "cSpell.language": "bn",
}
CSpell Settings `cspell.json`

cspell.json

{
  "import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-bn@latest/cspell-ext.json/cspell-ext.json"],
  "language": "bn",
}
CSpell Settings `cspell.config.yaml`

cspell.config.yaml

import:
  - https://cdn.jsdelivr.net/npm/@cspell/dict-bn@latest/cspell-ext.json/cspell-ext.json
language: bn

Contributing

Please help correct any mistakes in the dictionaries.

See: Contributing

Special thanks to all of our amazing contributors!

Dictionary Development

See: How to Create a New Dictionary

Source

github.com/MinhasKamal/BengaliDictionary

License

GPL-3

Some packages may have other licenses included.



Brought to you by Street Side Software Logo Street Side Software

Package Sidebar

Install

npm i @cspell/dict-bn

Weekly Downloads

419

Version

1.0.2

License

GPL-3.0

Unpacked Size

3.96 MB

Total Files

5

Last publish

Collaborators

  • jason-dent