diff --git a/languages.json b/languages.json index abfe528..c03c6c2 100755 --- a/languages.json +++ b/languages.json @@ -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 }, diff --git a/tools/generate-downloads-table.sh b/tools/generate-downloads-table.sh index a3e31dd..3faee16 100755 --- a/tools/generate-downloads-table.sh +++ b/tools/generate-downloads-table.sh @@ -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). @@ -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. " {