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

Complete RW wordlist for irregular plural #2

Open
b606 opened this issue Dec 10, 2020 · 0 comments
Open

Complete RW wordlist for irregular plural #2

b606 opened this issue Dec 10, 2020 · 0 comments

Comments

@b606
Copy link
Owner

b606 commented Dec 10, 2020

private Dictionary<string, string> Exceptions_Plural_irregular = new Dictionary<string, string>
{
// Ending with "-ão"
{"cão","cães"},
{"coração","corações"},
{"leão","leões"},
{"pão","pães"},
// Ending with "-l"
{"farol","faróis"},
{"papel","papéis"},
{"réptil","répteis"},
// Foreign words
{"box","boxes"},
{"pilum","pila"}
};

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

1 participant