Skip to content

Commit

Permalink
add polish edition (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 authored Oct 4, 2024
1 parent b116079 commit f743d72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{"iso": "ang", "language": "Old English", "flag": "🗡️" },
{"iso": "sga", "language": "Old Irish", "flag": "🍀" },
{"iso": "fa", "language": "Persian", "flag": "🇮🇷" },
{"iso": "pl", "language": "Polish", "flag": "🇵🇱" },
{"iso": "pl", "language": "Polish", "flag": "🇵🇱", "hasEdition": true },
{"iso": "pt", "language": "Portuguese", "flag": "🇧🇷🇵🇹" },
{"iso": "ro", "language": "Romanian", "flag": "🇷🇴" },
{"iso": "ru", "language": "Russian", "flag": "🇷🇺", "hasEdition": true },
Expand Down
4 changes: 2 additions & 2 deletions tools/generate-downloads-table.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
first_text="# Downloads
Currently, [Kaikki](https://kaikki.org/dictionary/rawdata.html) supports 6 wiktionary editions (English, Chinese, French, German, Russian and Spanish), so only dictionaries including these languages are available.
Currently, [Kaikki](https://kaikki.org/dictionary/rawdata.html) supports 8 wiktionary editions (en, zh, fr, de, ja, ru, pl, and es), so only dictionaries including these languages are available.
If the language you want isn't here, or you would like to see an improvement to a dictionary, please [open an issue](https://github.com/themoeway/kaikki-to-yomitan/issues/new).
Expand Down Expand Up @@ -66,7 +66,7 @@ rm main-table.md
second_text="## IPA Dictionaries
These dictionaries contain the International Phonetic Alphabet (IPA) transcriptions for the headwords. There are two types of IPA dictionaries:
1. IPA dictionaries from a single wiktionary edition - e.g. \`en-de\` contains IPA transcriptions for English headwords from the German wiktionary edition.
2. Merged IPA dictionaries from all 6 supported editions - e.g. \`en merged\`. These have more terms covered but not all the entries might be formatted the same way.
2. Merged IPA dictionaries from all 8 supported editions - e.g. \`en merged\`. These have more terms covered but not all the entries might be formatted the same way.
"

{
Expand Down

0 comments on commit f743d72

Please sign in to comment.