You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could boot up WordPress in a language. There are multiple ways to implement this:
Download a prebuilt language version of WordPress and boot that.
Download language files to a standard WordPress download.
For the latter, blueprints can be used. You can see an implementation of this in the source of a Translate Live setup, except you'd probably rather want to use language packs than a direct export from translate.wordpress.org. Language packs are ZIPs for plugins that contain the translation files (e.g. for Jetpack). There are also WordPress core language packs.
This PR populates /docs with a step-by-step documentation connecting the priors documentation efforts shipped in:
* API Reference documentation WordPress#63
* Migrate the project to TypeScript WordPress#61
* Add developer documentation WordPress#60
* Monorepo WordPress#57
It would be great if we could boot up WordPress in a language. There are multiple ways to implement this:
For the latter, blueprints can be used. You can see an implementation of this in the source of a Translate Live setup, except you'd probably rather want to use language packs than a direct export from translate.wordpress.org. Language packs are ZIPs for plugins that contain the translation files (e.g. for Jetpack). There are also WordPress core language packs.
Related WordPress/wordpress-playground#9, WordPress/wordpress-playground#20, WordPress/blueprints#49
The text was updated successfully, but these errors were encountered: