iLib-js / iLib

A library of i18n routines written in Javascript.
Apache License 2.0
35 stars 4 forks source link

CLDR 42 Re-Update - Country with data sorting #441

Closed gouniLee closed 10 months ago

gouniLee commented 11 months ago

Checklist

Issue Resolved / Feature Added

Resolution

I found the regionnames.json file were not update when I was working cldr v42 update. and the tool code (gencountrynames.js) haven't been sorting data by using 'json-stable-stringify`. so I updated tool code and update output agagin base on v42. then Update cldr v43 work will do again based on this change.

Links

gouniLee commented 11 months ago

@ehoogerbeets Please check my PRs regarding cldr update.

ehoogerbeets commented 10 months ago

Accidentally approved it. Please update the sorting before merging.

gouniLee commented 10 months ago

I updated it.

gouniLee commented 10 months ago

I am going to merge this PR. All of the data is sorted and got approval before.