Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cspell-dict-fr-fr

French dictionary for cspell.

cspell, fr_FR, French, dictionary, spelling

readme

Cspell French Dictionary

French dictionary for cspell.

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

Installation

Global Install and add to cspell global settings.

npm install -g cspell-dict-fr-fr
cspell-dict-fr-fr-link

Uninstall from cspell

cspell-dict-fr-fr-unlink

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["<path to node_modules>/cspell-dict-fr-fr/cspell-ext.json"],
    // …
}

Building

Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.

npm run build

Resources

The Hunspell source for this dictionary can be found:

License

MIT

See also: French.txt

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.1 (2021-01-06)

Note: Version bump only for package cspell-dict-fr-fr

1.3.0 (2020-12-24)

Bug Fixes

  • [@cspell](https://github.com/cspell) dict imports (#303) (b6cd581)

Features

  • Have cspell-dict-* use dictionary from @cspell/dict-* (#300) (403c08f)

1.2.20 (2020-11-28)

Note: Version bump only for package cspell-dict-fr-fr

1.2.19 (2020-11-27)

Note: Version bump only for package cspell-dict-fr-fr

1.2.18 (2020-11-21)

Note: Version bump only for package cspell-dict-fr-fr

1.2.17 (2020-11-08)

Bug Fixes

  • do not include Configstore if not necessary (#270) (d8b625f)

1.2.16 (2020-10-21)

Note: Version bump only for package cspell-dict-fr-fr

Change Log

1.0.12

  • Update hunspell dictionary (dicollecte « classique » version) from 6.1 to 6.3

1.0.7

  • Update hunspell dictionary (dicollecte « classique » version) from 5.1 to 6.1
  • Ignore letters (l, d, qu, s, ...) before apostrophe (' or ’) causing false positives

1.0.0

  • Initial Release