Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable spanish support #81

Merged
merged 1 commit into from
Feb 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# default are English and German
ARG SPELLCHECK_LANGS="en,de"
ARG SPELLCHECK_LANGS="en,de,es"

# Builder stage: configure env vars, labels, add plain files, install common packages
FROM python:3.10.2-slim as spellcheck-builder
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ Currently only the following languages are supported via [GNU Aspell][aspell]:
- German (`de_DE`),
- Swiss (`de_CH`)
- Austrian (`de_AT`)
- Spanish via the [`aspell-se` Debian package][aspell-es]

Additional languages can be added by request, please open an issue.

Expand Down Expand Up @@ -576,6 +577,7 @@ This repository is licensed under the MIT license.
[aspell]: http://aspell.net/
[aspell-de]: https://packages.debian.org/buster/aspell-de
[aspell-en]: https://packages.debian.org/buster/aspell-en
[aspell-es]: https://packages.debian.org/buster/aspell-es
[GHAMKDBADGE]: https://github.com/rojopolis/spellcheck-github-actions/workflows/Markdownlint%20Action/badge.svg
[GHASPLLBADGE]: https://github.com/rojopolis/spellcheck-github-actions/workflows/Spellcheck%20Action/badge.svg
[expect_match]: https://facelessuser.github.io/pyspelling/configuration/#expect-match