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
{{ message }}
This repository was archived by the owner on Sep 28, 2023. It is now read-only.
Set user language in Spanish
Set site language in Dutch
Result:
The module is currently using get_locale(), maybe should use get_user_locale() ? Both?
Also, maybe the strings should be refactored a bit? While it makes sense to refer to the language used in the admin, there are now two languages so maybe the messages should clarify this?
See Yoast/wordpress-seo#6186
Set user language in Spanish
Set site language in Dutch
Result:
The module is currently using
get_locale(), maybe should useget_user_locale()? Both?Also, maybe the strings should be refactored a bit? While it makes sense to refer to the language used in the admin, there are now two languages so maybe the messages should clarify this?