-
Notifications
You must be signed in to change notification settings - Fork 388
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
CLDR-18099 Add a few more European Englishes #4302
Conversation
e71d5dc
to
cc066ee
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
See #4302 Adding a few more European Englishes and updating en_FR for consistency with approach to other en_150 child locales.
a45c912
to
59a9f67
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
CLDR-18099 Fix xml error
common/main/en_FR.xml
Outdated
<numbers> | ||
<symbols numberSystem="latn"> | ||
<decimal>,</decimal> | ||
<group> </group> |
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.
error here. is this supposed to be a different kind of space? fr.xml has NNBSP
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.
Is there a reason this doesn't get fixed during DAIP? I can go through and fix all the spaces to NNBSP, but it seems like something that DAIP would resolve?
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.
It gets collapsed to <group></group>
or <group/>
without xml:space="preserve"
so the parser sees a 0-length group string. Probably better to fix it here.
CLDR-18099 Fix error
CLDR-18099
and update en_FR for consistency with the approach for other en_150 child locales.
ALLOW_MANY_COMMITS=true