Skip to content
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-17000 oc_ES, promote some latn miscPatterns items to contributed #3195

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions common/main/oc_ES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5109,10 +5109,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<pattern type="range">{0}-{1}</pattern>
</miscPatterns>
<miscPatterns numberSystem="latn">
<pattern type="approximately" draft="unconfirmed">~{0}</pattern>
<pattern type="atLeast" draft="unconfirmed">Mès de {0}</pattern>
<pattern type="approximately" draft="contributed">~{0}</pattern>
<pattern type="atLeast" draft="contributed">Mès de {0}</pattern>
<pattern type="atMost" draft="unconfirmed">↑↑↑</pattern>
<pattern type="range" draft="unconfirmed">{0}-{1}</pattern>
<pattern type="range" draft="contributed">{0}-{1}</pattern>
</miscPatterns>
<miscPatterns numberSystem="lepc">
<pattern type="approximately">~{0}</pattern>
Expand Down
Loading