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

Dev: rename 'Score' to 'Kind' #290

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 22, 2024

  1. Dev: rename 'Score' to 'Kind'

    This is the next iteration of renaming 'score' -> 'kind'.
    Here we replace all occurences of the 'score' visible to
    the user. So, an English version hawk will display all
    correctly ('kind'). However
    1) The part hidden from the user: backend, html and js tags,
    etc. are still 'score'. Renaming those variables is an epic,
    so maybe it's better not to touch them.
    2) Renaming was mostly done automatically,
    'Score of INFINITY' becomes 'Kind of INFINITY'
    3) In the other languages the 'score' remains 'score'.
    Aleksei Burlakov committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3f6a7e8 View commit details
    Browse the repository at this point in the history