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

en.aff: add REP to convert between ordinal number endings #353

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

Conversation

amtep
Copy link

@amtep amtep commented Aug 21, 2022

For "21th", hunspell suggested only "12th" instead of the more logical "21st". With this change it will suggest "21st" first.

I noticed that the lines I added were the only "anchored" REPs. I anchored them at the end of the word to avoid having th replaced in the middle of a word. Is that okay? Is there some technical reason to avoid those?

I considered adding REPs to convert between all four ordinal endings. I couldn't decide so I went with the minimal change.

For "21th", hunspell suggested only "12th" instead of the more
logical "21st". With this change it will suggest "21st" first.
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.

1 participant