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

feat: Add Armenian Library #4049

Closed

Conversation

Ki-er
Copy link
Collaborator

@Ki-er Ki-er commented Feb 7, 2025

Add/Fix Dictionary

Dictionary: Armenian (AM)
Closes: #3135

Description

Add Armenian

References

https://github.com/martakert/hyspell

Checklist

  • By submitting this pull-request, you agree to follow our Code of Conduct
  • Verify that the title starts with the correct prefix:
    • fix: - for minor changes like adding words or fixing spelling issues.
    • feat: - for a significant change like adding a whole new set of words to a dictionary.
    • feat!: - for breaking changes, like file format or licensing changes.
    • chore: - for changes that do not impact the content of dictionaries.

@Jason3S
Copy link
Collaborator

Jason3S commented Feb 8, 2025

@Ki-er,

Thank you for trying. I'll make a few fixes to get it working.

A few things to keep in mind.

  • When using a Hunspell dictionary as a source, just copy both files: .dic and .aff. The compiler will apply all the spelling rules from the .aff file to the words listed in the .dic file.
  • Look up the ISO language code. Armenian is hy.
  • Please add a sample file. I know this is not written down anywhere, but it is really useful to see if the dictionary works.
  • Please check the license. It is best if it matches the source.

@Jason3S Jason3S mentioned this pull request Feb 8, 2025
2 tasks
@Jason3S Jason3S closed this Feb 8, 2025
@Jason3S
Copy link
Collaborator

Jason3S commented Feb 8, 2025

Replaced by #4052

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Armenian language
2 participants