[wp-trac] [WordPress Trac] #18180: Missing i18n in setup-config.php
WordPress Trac
wp-trac at lists.automattic.com
Tue Aug 30 10:17:27 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 SergeyBiryukov):
While testing RTL on he_IL package, I've noticed that they use some
additional styles in `setup-config.php:`
{{{
<link rel="stylesheet" href="../wp-content/languages/he_IL.css"
type="text/css" />
<style media="screen" type="text/css">
<!--
input {direction: ltr;}
-->
</style>
}}}
http://svn.automattic.com/wordpress-i18n/he_IL/tags/3.2.1/dist/wp-admin
/setup-config.php
Perhaps we can use `wp_enqueue_style()`/`wp_print_styles()` or provide
some other action to be leveraged in `WP_LANG_DIR . "/$locale.php"` for
such cases.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18180#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list