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
At the moment wp-fix-languages only installs language packs for the current active site language (set in General Settings). It does not install language packs for plugins and themes for all installed core languages.
When running multilingual sites (with or without Polylang) users have the ability to change their admin language. Plugins that have front end functionality also require language packs for multilingual support.
For instance, when running a site in Finnish (default) and Swedish via Polylang, wp-fix-languages currently only installs core, theme and plugin language packs for Finnish.
You can use wp eval 'array_keys(wp_get_installed_translations("core")["default"]);' to get an array of all installed language locales.
The text was updated successfully, but these errors were encountered:
We have not been able to reproduce this issue, nor did we get futher information about it. We could look at this again when deprecating the wp-languages thing and when we anyway re-review the language pack installations of WordPress and plugins in #76
At the moment wp-fix-languages only installs language packs for the current active site language (set in General Settings). It does not install language packs for plugins and themes for all installed core languages.
When running multilingual sites (with or without Polylang) users have the ability to change their admin language. Plugins that have front end functionality also require language packs for multilingual support.
For instance, when running a site in Finnish (default) and Swedish via Polylang,
wp-fix-languages
currently only installs core, theme and plugin language packs for Finnish.You can use
wp eval 'array_keys(wp_get_installed_translations("core")["default"]);'
to get an array of all installed language locales.The text was updated successfully, but these errors were encountered: