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

Package detail

cspell-dict-pt-pt

Portuguese dictionary for cspell.

cspell, pt_PT, Portuguese, dictionary, spelling

readme

Cspell Portuguese Dictionary

Portuguese 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-pt-pt
cspell-dict-pt-pt-link

Uninstall from cspell

cspell-dict-pt-pt-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-pt-pt/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: Portuguese-European.txt

Some packages may have other licenses included.

changelog

Change Log

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

1.1.2 (2021-05-25)

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

1.1.1 (2020-12-26)

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

1.1.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.0.24 (2020-11-28)

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

1.0.23 (2020-11-27)

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

1.0.22 (2020-11-21)

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

1.0.21 (2020-11-08)

Bug Fixes

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

1.0.20 (2020-10-21)

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

Change Log

1.0.0

  • Initial Release