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

wp-now: Add a language parameter #67

Open
akirk opened this issue Jun 6, 2023 · 0 comments
Open

wp-now: Add a language parameter #67

akirk opened this issue Jun 6, 2023 · 0 comments

Comments

@akirk
Copy link
Member

akirk commented Jun 6, 2023

It would be great if we could boot up WordPress in a language. There are multiple ways to implement this:

  1. Download a prebuilt language version of WordPress and boot that.
  2. 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.

Related WordPress/wordpress-playground#9, WordPress/wordpress-playground#20, WordPress/blueprints#49

johnhooks pushed a commit to johnhooks/playground-tools that referenced this issue Oct 11, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants