Opened 10 years ago
Closed 10 years ago
#28793 closed defect (bug) (fixed)
WPLANG interferes with the interface language whilst installing
Reported by: | johnbillion | Owned by: | |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
Steps to reproduce:
- Set a language in the
WPLANG
constant inwp-config.php
and ensure you have the language pack installed for that language - Go through the installation procedure, but select a different language on the language selection screen.
- Note that the language in WPLANG is used in the interface, instead of the language you selected.
I've narrowed this down to the load_textdomain()
calls in wp_install_load_language()
which aren't having any effect.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Fixed in [29059]