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

Dictionary for Unity #3877

Open
bdovaz opened this issue Dec 11, 2024 · 3 comments
Open

Dictionary for Unity #3877

bdovaz opened this issue Dec 11, 2024 · 3 comments

Comments

@bdovaz
Copy link

bdovaz commented Dec 11, 2024

Unity is a very famous videogame engine: https://unity.com/

Would you be willing to accept a PR to add this dictionary with words that I have found so far?

@Jason3S
Copy link
Collaborator

Jason3S commented Dec 12, 2024

@bdovaz,

A PR is welcome, it can be done from the GitHub UI. Please add it to: dictionaries/software-terms/src/coding-terms.txt

@bdovaz
Copy link
Author

bdovaz commented Dec 12, 2024

@Jason3S I meant Unity API words that are many and are not in any official dictionary.

That why I suggested a particular dictionary for Unity

@Jason3S
Copy link
Collaborator

Jason3S commented Dec 12, 2024

@bdovaz,

Thank you for the clarification.

If the API isn't too big, then I think we can add them to the gaming-terms package.

Here are the steps:

  1. Add a new file unity-api.txt to gaming-terms/src.
  2. Add a new target to cspell-tools.config.yaml.
     - name: 'unity-api'
       sources:
         - 'src/unity-api.txt'
       format: 'plaintext'
       targetDirectory: './dict'
       generateNonStrict: true
       compress: false
  3. Add the new dictionary definition to gaming-terms/cspell-ext.json
  4. Update README.md manual installation.

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

No branches or pull requests

2 participants