-
Notifications
You must be signed in to change notification settings - Fork 0
Description
We want to serve mirrored updates for wp-core with localization. Since wp-core is a registered package type for the FAIR protocol (along with wp-plugin and wp-theme), we can use this as the package type, with the localization code for the package name.
Example: https://api.wordpress.org/core/version-check/1.7/?locale=es_ES
With wp-core as the package type, the package name would be es_ES with the applicable version number as usual.
The build for this would be wp core as usual, but with all the es_ES files bundled in wp-content/languages/
Open to recommendations as to whether we should support beta or RC versions, but nightlies should probably be a pass-through to .org as we've no need to mirror & cache those. We can also overwrite them daily so there's only ever one. Not likely a big requirement for these.
@chuckadams should review what changes may be required for AspireSync (if any) to support this.