-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fully implement pluralization (language rule 4) #221
Comments
@jleclanche Can you clarify what the work to be done here is? |
This ticket is to implement card pluralization rules ( The most likely fix is to switch to Sunwell for card rendering, which does have it implemented. |
My understanding was the Sunwell was too slow to use in Joust. Has that changed? |
It has not. There's a lot of performance work to do before we can use one inside the other. |
In that case, I think we should fix this in Joust, running the risk that the work is rendered unnecessary if we for some reason prioritize Sunwell performance improvements. |
I'm fine with that |
Followup on #220. The text no longer looks weird, but pluralization is incorrect.
Until this is fixed we will be incorrectly displaying the text of some cards in some languages, such as Swipe in French.
Note: Unlikely to happen in Joust. I suspect we'll do it in Sunwell and by the time we do it, we'll switch to that.
The text was updated successfully, but these errors were encountered: