-
Notifications
You must be signed in to change notification settings - Fork 41
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
In the pattern search API, use the client locale when querying #244
Comments
See WordPress/pattern-directory#244 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@11082 74240141-8908-4e6f-9713-ba540dce6ec7
d75ca62 causes a bit of a shortcoming, in that patterns without a translation become inaccessible. Instead, I think we need to prioritise translated patterns but not skip not-localised. |
Do you mean that requests for That seems good enough for launch, since all the "core/featured" patterns will be translated. We might want to wait until after #28 too, since ES might make that prioritization easier. On the other hand, Learn already does that kind of sorting w/ |
Removing this from the milestone since the pre-launch tasks are done. |
It looks like all the linked PRs have been merged, so I'm going to close this issue. |
See #223 / #224
Pulls locale from post meta, see #229
Pre-launch
locale
param when querying patterns (WP_Query
)Post-launch
The text was updated successfully, but these errors were encountered: