GitXplorerGitXplorer
B

ebook-reader-dict

public
473 stars
24 forks
18 issues

Commits

List of commits on branch master.
Unverified
56aa15482dca5e13120a956a48eccb248e6c83eb

[FR] Fix "laΓ©" support

BBoboTiG committed 7 days ago
Unverified
06e8592742635d30951f527d0ae05a33d6ca80e0

[ES] Support "variante anticuada"

BBoboTiG committed 7 days ago
Unverified
a486cd527dafceaa992cc0a513197a2b5551aa96

Update locale-specific data

BBoboTiG committed 8 days ago
Unverified
c2e1b2a0b995ce55f01c1d1996b5da3184eee91d

chore(deps): bump ruff from 0.9.0 to 0.9.1

ddependabot[bot] committed 8 days ago
Unverified
cf0cb1adc71743295919dc07a78fadbba35c1aba

chore(deps): bump responses from 0.25.3 to 0.25.5

ddependabot[bot] committed 8 days ago
Unverified
21b216999c8971a249421b7d6cb7b52c5a3d66de

Update locale-specific data

BBoboTiG committed 9 days ago

README

The README file for this repository.

eBook Reader Dictionaries

Update dictionaries Update locale-specific data Word of the day Ruff

Features

  • (Kobo) When selecting a plural word, its singular form will be displayed.
  • (Kobo) When selecting a conjugated verb, its infinitive version will be displayed.
  • (Kobo) When a word is the plural form of another, and also a form of a verb, all versions are displayed.
  • If a word contains several pronunciations, or genders, all are available.
  • Chemical formulas are converted to SVG.
  • Mathematic formulas are converted to SVG.
  • Hieroglyphs are supported.
  • Tables are supported.

Downloads

  1. [CA] Catalan
  2. [DA] Danish
  3. [DE] German
  4. [EL] Greek
  5. [EN] English
  6. [EO] Esperanto
  7. [ES] Spanish
  8. [FR] French (news)
  9. [IT] Italian
  10. [NO] Norway
  11. [PT] Portuguese
  12. [RO] Romanian
  13. [RU] Russian
  14. [SV] Swedish

Installation

Kobo

Copy the dictionary inside the .kobo/custom-dict/ folder on your eBook reader.

Development

Set up a virtual environment:

python3.13 -m venv venv

# For Linux and Mac users
. venv/bin/activate

# For Windows users
. venv/Scripts/activate

Install, or update, dependencies:

python -m pip install -U pip
python -m pip install -r requirements-tests.txt

Run tests:

# All tests
python -m pytest --doctest-modules wikidict tests

# Skip those requiring a working internet connection
python -m pytest --doctest-modules wikidict tests -m "not webtest"

Run linters, and quality checkers, before submitting a pull-request:

./check.sh

Contributors πŸ’–

All Contributors

Thanks go to these wonderful people (emoji key):

MickaΓ«l Schoentgen
MickaΓ«l Schoentgen

πŸ› πŸ’» πŸ“– πŸ“†
Nicolas Froment
Nicolas Froment

πŸ› πŸ’» πŸ“– πŸ“†
Attilio
Attilio

πŸ’»
chopinesque
chopinesque

πŸ’»
Saeed Rasooli
Saeed Rasooli

πŸš‡
Matthias C. Hormann
Matthias C. Hormann

πŸ’»
tjader
tjader

πŸ’»
Victor
Victor

πŸ’»
John Koll
John Koll

🌍
Marta Malberti
Marta Malberti

🌍
Arsenii Chaplinskii
Arsenii Chaplinskii

🌍
Ander Romero
Ander Romero

🌍
Dongchen Yue | 岳东辰
Dongchen Yue | 岳东辰

🌍
Johan Larsson
Johan Larsson

πŸ’»
kyxap
kyxap

πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

Stars ✨

Star History Chart