-
Notifications
You must be signed in to change notification settings - Fork 399
Update Romanian translations to reflect correct plurals #405
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
Conversation
|
Romanian here: this is accurate. |
|
@bitwalker can you merge this fix? |
|
Please merge 🙏 |
| msgid_plural "%{count} years" | ||
| msgstr[0] "%{count} an" | ||
| msgstr[1] "%{count} ani" | ||
| msgstr[2] "%{count} ani" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chriscarter90 Would this not be %{count} de ani as well?
|
I currently have the same problem still (I started to notice it exactly 8 days ago), is it fixed? How to get around it for the moment? |
|
Sorry for the delay everyone, I've been busier than I would like :( |
|
Sorry, maybe a newbie question, but I cleaned the deps from that, then did deps.get again and compiled, but I still get the same error. How do I get the library with this fix? |
|
You should unlock the dep first. mix deps.unlock timex
mix deps.get |
Summary of changes
Fixes #404.
Updates the RO translation files (which contain plurals) to accurately represent a third case. This case is for any number ending in 00, or 20-99, as shown at https://www.gnu.org/software/gettext/manual/html_node/Plural-forms.html#Plural-forms.
Checklist