Skip to content

Commit

Permalink
Use Japanese and Polish files from kaikki.org
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Sep 8, 2024
1 parent 3b3b50f commit 7bb4363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "Proficiency"
version = "0.5.20"
version = "0.5.21"
authors = [{ name = "xxyzz" }]
description = "Create language files for WordDumb."
readme = "README.md"
Expand Down
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", "ru", "de", "es"}
KAIKKI_GLOSS_LANGS = {"en", "fr", "zh", "ru", "de", "es", "ja", "pl"}

# 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 7bb4363

Please sign in to comment.