[wp-trac] [WordPress Trac] #26511: Introduce a locale-switching function
WordPress Trac
noreply at wordpress.org
Tue Oct 25 14:28:11 UTC 2016
#26511: Introduce a locale-switching function
-------------------------------------------------+-------------------------
Reporter: johnbillion | Owner: swissspidy
Type: feature request | Status: accepted
Priority: high | Milestone: 4.7
Component: I18N | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests needs-dev- | Focuses:
note |
-------------------------------------------------+-------------------------
Comment (by ocean90):
[attachment:26511.15.1.diff]:
{{{#!diff
- $this->available_languages = get_available_languages();
+ $this->available_languages = array_merge( array( 'en_US' ),
get_available_languages() );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26511#comment:93>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list