3 | | 1. ❌ The return value of `determine_locale()` is the user's language, not `en_US`. |
4 | | 2. ✅ Localised text without a textdomain (ie. text from core) is correctly displayed in `en_US`. |
5 | | 3. ❌ Localised text with a textdomain (ie. text from plugins or themes) is incorrectly displayed in the user's language. This may be related to #39210. |
| 3 | 1. The return value of `determine_locale()` is the user's language, not `en_US`. |
| 4 | 2. Localised text without a textdomain (ie. text from core) is correctly displayed in `en_US`. |
| 5 | 3. Localised text with a textdomain (ie. text from plugins or themes) is incorrectly displayed in the user's language. This may be related to #39210. |