https://github.com/pdehaan/ftl-spellcheck
Spell checker for .ftl files
https://github.com/pdehaan/ftl-spellcheck
fluent ftl node spellcheck
Last synced: 29 days ago
JSON representation
Spell checker for .ftl files
- Host: GitHub
- URL: https://github.com/pdehaan/ftl-spellcheck
- Owner: pdehaan
- License: mpl-2.0
- Created: 2019-05-08T19:49:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T22:29:27.000Z (about 7 years ago)
- Last Synced: 2025-10-26T23:03:15.721Z (8 months ago)
- Topics: fluent, ftl, node, spellcheck
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ftl-spellcheck
Spell checker for .ftl files.
## Usage
```sh
npx pdehaan/ftl-spellcheck './locales/en/*.ftl'
```
**NOTE:** If you need to add custom entries to your .spelling file, you need to create a .spelling-dist file which will be prepended to the generated .spelling file.