wordpress-develop/tests/phpunit/tests/l10n
Pascal Birchler f231e7233d I18N: Introduce a user-specific language setting.
By enabling the user to select their preferred locale when editing the profile, we allow for greater personalization of the WordPress admin and therefore a better user experience.

The back end will be displayed in the user's individual locale while the locale used on the front end equals the one set for the whole site. If the user didn't specify a locale, the site's locale will be used as a fallback. The new `locale` property of the `WP_User` class can be used to retrieve the user's locale setting.

Props ocean90, ipm-frommen, swissspidy.
Fixes #29783.

git-svn-id: https://develop.svn.wordpress.org/trunk@38705 602fd350-edb4-49c9-b593-d223f7449a82
2016-10-03 07:03:41 +00:00
..
getLocale.php Tests: Don't modify global state before checking whether to skip get_locale() tests. 2016-02-26 20:28:07 +00:00
getUserLocale.php I18N: Introduce a user-specific language setting. 2016-10-03 07:03:41 +00:00
loadTextdomainJustInTime.php I18N: Enable unloading of text domains that have been loaded just in time. 2016-06-23 14:47:44 +00:00