You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notably, there are now multiple values for each of the count attributes (one for each case). Previously, there was only the "nominative" case.
Using ruby-cldr with v38 gives a different behaviour than it did with v37, since this code returns whatever case happens to appear last in the file (in this case "genitive" in v38, "accusative" in v37).
As a first step, we should change the code to return the "nominative" case.
Longer term, we can look into ways to expose the other cases.
The text was updated successfully, but these errors were encountered:
This PR added inflections to units, so entries in the data changed from:
to
Notably, there are now multiple values for each of the
count
attributes (one for eachcase
). Previously, there was only the "nominative" case.Using
ruby-cldr
with v38 gives a different behaviour than it did with v37, since this code returns whatever case happens to appear last in the file (in this case "genitive" in v38, "accusative" in v37).As a first step, we should change the code to return the "nominative" case.
Longer term, we can look into ways to expose the other cases.
The text was updated successfully, but these errors were encountered: