This PR is based on #95, updating the CLDR version to 41.
Additionally, I've updated the list of locales, for both WPCOM and WordPress.org.
Since version 36, CLDR-JSON was moved to https://github.com/unicode-org/cldr-json, with all data stored in 1 repository.
I've extracted the WordPress language list from https://api.wordpress.org/translations/core/1.0/
Testing instructions
Run ./get-cldr-files.sh
Confirm that a new 41.0.0 folder was created in the data folder
Run php prune-cldr-files.php to delete unneeded files.
Confirm that the size of the 41.0.0 folder is similar to the already existing 29.0.0
Once the PR is approved, I'll follow up with a PR to also commit the data.
This PR is based on #95, updating the CLDR version to 41. Additionally, I've updated the list of locales, for both WPCOM and WordPress.org.
Since version 36, CLDR-JSON was moved to https://github.com/unicode-org/cldr-json, with all data stored in 1 repository. I've extracted the WordPress language list from
https://api.wordpress.org/translations/core/1.0/
Testing instructions
./get-cldr-files.sh
data
folderphp prune-cldr-files.php
to delete unneeded files.41.0.0
folder is similar to the already existing29.0.0
Once the PR is approved, I'll follow up with a PR to also commit the data.