[wp-trac] [WordPress Trac] #18180: Missing i18n in setup-config.php
WordPress Trac
wp-trac at lists.automattic.com
Tue Aug 30 10:56:37 UTC 2011
#18180: Missing i18n in setup-config.php
-------------------------+-----------------------
Reporter: CoenJacobs | Owner: nacin
Type: enhancement | Status: reopened
Priority: normal | Milestone: 3.3
Component: I18N | Version: 3.2.1
Severity: normal | Resolution:
Keywords: has-patch |
-------------------------+-----------------------
Comment (by dd32):
Odd, RTL langage and admin, yet ltr inputs in the installer? seems quite
strange to me.
Part of the changes required adding plugin.php, so we've now got actions
and filters available, so we can put a action in the header for output of
things like that if need be.
he_IL should definitely be using wp_enqueue_style() for all non-installer
locations however (Including those functions in the setup-config section
is going to be too reliant upon url-related functions which are
unavailable)
Another one is we need to check the 'put your unique string' here
consistency, Some languages translate it, some don't, will need to ensure
that it's always set properly (we could just do a replacement for the
english, AND the translated version even to be safe)
sv_SE also translates the default database name as well (I removed
translation for that field in the last revision):
http://svn.automattic.com/wordpress-i18n/sv_SE/trunk/dist/wp-config-
sample.php
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18180#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list