Skip to content

Commit

Permalink
add pt and it editions (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 authored Jan 17, 2025
1 parent 92e13a3 commit 4683fae
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions data/language/target-language-tags/it/parts_of_speech.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
["n", "noun"],
["v", "verb"],
["adj", "adjective"]
]
5 changes: 5 additions & 0 deletions data/language/target-language-tags/pt/parts_of_speech.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
["n", "noun"],
["v", "verb"],
["adj", "adjective"]
]
4 changes: 2 additions & 2 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{"iso": "hi", "language": "Hindi", "flag": "🇮🇳" },
{"iso": "hu", "language": "Hungarian", "flag": "🇭🇺" },
{"iso": "id", "language": "Indonesian", "flag": "🇮🇩" },
{"iso": "it", "language": "Italian", "flag": "🇮🇹" },
{"iso": "it", "language": "Italian", "flag": "🇮🇹", "hasEdition": true },
{"iso": "ja", "language": "Japanese", "flag": "🇯🇵", "hasEdition": true },
{"iso": "kn", "language": "Kannada", "flag": "🇮🇳" },
{"iso": "kk", "language": "Kazakh", "flag": "🇰🇿" },
Expand All @@ -31,7 +31,7 @@
{"iso": "sga", "language": "Old Irish", "flag": "🍀" },
{"iso": "fa", "language": "Persian", "flag": "🇮🇷" },
{"iso": "pl", "language": "Polish", "flag": "🇵🇱", "hasEdition": true },
{"iso": "pt", "language": "Portuguese", "flag": "🇧🇷🇵🇹" },
{"iso": "pt", "language": "Portuguese", "flag": "🇧🇷🇵🇹", "hasEdition": true },
{"iso": "ro", "language": "Romanian", "flag": "🇷🇴" },
{"iso": "ru", "language": "Russian", "flag": "🇷🇺", "hasEdition": true },
{"iso": "sh", "language": "Serbo-Croatian", "flag": "🇷🇸🇭🇷" },
Expand Down
2 changes: 1 addition & 1 deletion 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 10 wiktionary editions (en, zh, nl, fr, de, ja, ko, ru, pl, and es), so only dictionaries including these languages are available.
Currently, [Kaikki](https://kaikki.org/dictionary/rawdata.html) supports 12 wiktionary editions (en, zh, nl, fr, de, it, ja, ko, ru, pl, pt 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/yomidevs/kaikki-to-yomitan/issues/new).
Expand Down

0 comments on commit 4683fae

Please sign in to comment.