Skip to content

Commit

Permalink
Add Hindi, Indonesian, Malay data from kaikki.org
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Sep 23, 2024
1 parent 0011295 commit bb3710a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"

[project]
name = "Proficiency"
version = "0.5.21"
version = "0.5.22"
authors = [{ name = "xxyzz" }]
description = "Create language files for WordDumb."
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.12"
license = { text = "GNU General Public License v3 or later (GPLv3+)" }
dependencies = [
"lemminflect",
Expand Down
3 changes: 3 additions & 0 deletions src/proficiency/languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
"fi", # Finnish
"fr", # French
"he", # Hebrew
"hi", # Hindi
"hr", # Serbo-Croatian
"id", # Indonesian
"it", # Italian
"ja", # Japanese
"ko", # Korean
"lt", # Lithuanian
"mk", # Macedonian
"ms", # Malay
"nl", # Dutch
"nb", # Norwegian Bokmål
"pl", # Polish
Expand Down

0 comments on commit bb3710a

Please sign in to comment.