Skip to content

Commit

Permalink
Use ru de es files on kaikki.org
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Jun 29, 2024
1 parent fa76d25 commit 615445f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- run: sudo apt install -y mecab libmecab-dev
- run: python -m pip install -e .[dev]
- run: python -m mypy -p proficiency
- run: python -m ruff .
- run: python -m ruff check .
- run: python -m ruff format --diff .
- uses: crate-ci/typos@v1.22.3
2 changes: 1 addition & 1 deletion src/proficiency/languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"zh", # Chinese
}

KAIKKI_GLOSS_LANGS = {"en", "fr", "zh"}
KAIKKI_GLOSS_LANGS = {"en", "fr", "zh", "ru", "de", "es"}

# key is translated word language code, value is source Wiktionary edition codes
KAIKKI_TRANSLATED_GLOSS_LANGS: dict[str, list[str]] = {
Expand Down

0 comments on commit 615445f

Please sign in to comment.