Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added recommended dictionaries from kaikki #1400

Closed
wants to merge 6 commits into from
Closed

Added recommended dictionaries from kaikki #1400

wants to merge 6 commits into from

Conversation

Mjishu
Copy link

@Mjishu Mjishu commented Sep 9, 2024

Fixes #1331
Added all the languages-en from the provided kaikki dictionary set, Only added the "terms" section for each dictionary, as I didn't know where to get the pronunciation/grammar dictionaries can go back and fix them if I find the dictionaries. Not sure if the titles also suffice or if they should be more precise about which language is being shown

@Mjishu Mjishu requested a review from a team as a code owner September 9, 2024 01:17
@Kuuuube Kuuuube added kind/enhancement The issue or PR is a new feature or request area/ui-ux The issue or PR is related to UI/UX/Design labels Sep 9, 2024
Kuuuube
Kuuuube previously approved these changes Sep 9, 2024
Copy link
Member

@Kuuuube Kuuuube left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gave it a quick look over, seems good.

{
"name": "kty-zh-en",
"downloadUrl": "https://github.com/themoeway/kaikki-to-yomitan/releases/latest/download/kty-zh-en.zip",
"description": "Chinese to English dictionary, provided by kaikki",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Chinese to English dictionary, provided by kaikki",
"description": "Chinese to English dictionary created from Wiktionary data.",

Maybe this is clearer? I don't think most people know or care about kaikki

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to sort the keys?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfectionist has object key sorting and rules for a bunch of other stuff that can be sorted (in my previous PR I was wondering about sorting switch cases).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean sorting it by how it is sorted in the downloads list?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean sorting it by how it is sorted in the downloads list?

Nevermind I didnt read Marvs reply .

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sort the language keys alphabetically so it's easier to find and contribute

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I keep Japanese at the top since its mainly a Japanese tool? or just keep the sorting
consistent?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems Perfectionist is for js(x)/ts(x) only, we can use jsonc/sort-keys to sort json. Could look into potentially using the other rules for the other json files we have.

jamesmaa
jamesmaa previously approved these changes Sep 9, 2024
@jamesmaa jamesmaa enabled auto-merge September 9, 2024 04:25
@jamesmaa
Copy link
Collaborator

jamesmaa commented Sep 9, 2024

CI failing

khaitruong922 and others added 4 commits September 9, 2024 17:24
* add たまう irregular verb

* add たゆたう

* more irregular verbs

* add kansai-ben tari

* bench

* add 訪う

* remove 負う from irregular verbs

* remove incorrect irregular verbs

* fix

* function to generate irregular inflections

* Rename

* rename

* refactor

* lint

* naming
* Add volitional slang

* typo

* update description

* remove code from wrong branch

* clean up

* Apply suggestions from code review

Signed-off-by: Khai Truong <[email protected]>

* remove code from wrong branch

---------

Signed-off-by: Khai Truong <[email protected]>
auto-merge was automatically disabled September 9, 2024 22:13

Head branch was pushed to by a user without write access

@Mjishu Mjishu closed this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui-ux The issue or PR is related to UI/UX/Design kind/enhancement The issue or PR is a new feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add recommended dicts for non-ja languages
5 participants