-
Notifications
You must be signed in to change notification settings - Fork 966
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
Create GrammaticalCase, GrammaticalGender and GrammaticalNumber as first class citizens #74
Comments
@hazzik - could you please explain what you mean by this? |
Sorry for long being quiet a long time. I'll try to explain. The idea was to bring that grammatical categories to the library to simplify localisation, Internationalisation and globalisation easier to languages with that categories. As first example we could make a common mechanism to identify grammatical number category, and based on this rule select a correct resource key. For English: 1 => singular; 2 => dual; 3 => plural, etc Later I plan to implement localisation for Russian using that approach. |
From what I saw by now I think that Even if the cases of |
As mentioned in my previous comment I added |
Awesome! I'll be integrating these into my #188 Spanish ordinal translation as well. |
I think it's safe to close this now that #147 is in. You agree guys?! |
👍 from me. |
@mexx so how is the GrammaticalNumber going to fit into this (for ordinal localisations)? |
For ordinal localisations only case and gender is needed. Grammatical number is determined by the number being formatted. |
Thanks for the response. Closing this. This was a burden I had NO idea about and I'm glad it's sorted. Thanks a lot. |
As proposed by @hazzik in #15
The text was updated successfully, but these errors were encountered: