Skip to content

Commit

Permalink
Use kaikki nl and ko files
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Dec 4, 2024
1 parent 46d2fde commit 31e13f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gloss_lang: ['de', 'el', 'en', 'es', 'fi', 'fr', 'he', 'hr', 'it', 'ja', 'lt', 'nl', 'nb', 'pl', 'pt', 'ru', 'sv', 'th', 'zh']
gloss_lang: ['de', 'el', 'en', 'es', 'fi', 'fr', 'he', 'hr', 'it', 'ja', 'lt', 'nl', 'nb', 'pl', 'pt', 'ru', 'sv', 'th', 'zh', 'ko']
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- run: python -m mypy -p proficiency
- run: python -m ruff check .
- run: python -m ruff format --diff .
- uses: crate-ci/typos@v1.27.0
- uses: crate-ci/typos@v1.28.2
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
create_release:
runs-on: ubuntu-latest
steps:
- uses: dawidd6/action-download-artifact@v6
- uses: dawidd6/action-download-artifact@v7
with:
workflow: build.yml
commit: ${{ github.sha }}
Expand Down
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.23"
version = "0.5.24"
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 @@ -32,7 +32,7 @@
"zh", # Chinese
}

KAIKKI_GLOSS_LANGS = {"en", "fr", "zh", "ru", "de", "es", "ja", "pl"}
KAIKKI_GLOSS_LANGS = {"en", "fr", "zh", "ru", "de", "es", "ja", "pl", "nl", "ko"}

# 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 31e13f6

Please sign in to comment.