CLDR-17865 Fix some bad currencyFormats/unitPattern items #3946
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CLDR-17865
Fixed most of the cases mentioned in CLDR-17865 where there are inconsistencies among the currencyFormats/unitPattern items for different plural cases in a locale. Note that the pattern in root for
other
and the patterns in English forother
andone
are all "{0} {1}" which produces results like "1 Euro" and "3 Euros". Many of the discrepancies in the ticket were for cases that had "{0} {1}" for the non-other
cases but "{1} {0}" for theother
case. The TC discussion was to prefer theother
case pattern which would produce results whose English equivalent would be something like "Euros 3" (vs "1 Euro" which might be the desired result forone
in some locales). I checked the Survey Tool votes and discussion (no discussion for any of these cases) to decide what to do.other
entry, so I used that for all cases.other
, replaced with up arrows.one
pattern only had votes from a Google vetter but theother
pattern had votes from both Google and Microsoft, so used that for theone
case as well.other
case; the Venetian org voted for each of the cases, but I used theother
pattern forone
as well (same ordering, just the addition of NNBSP).Filed CLDR-17873 to add a test for this.
ALLOW_MANY_COMMITS=true