[wp-trac] [WordPress Trac] #19603: Support locale-specific modifications in core

WordPress Trac wp-trac at lists.automattic.com
Thu Feb 16 18:30:38 UTC 2012


#19603: Support locale-specific modifications in core
----------------------------+------------------
 Reporter:  nacin           |       Owner:
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  3.4
Component:  I18N            |     Version:
 Severity:  normal          |  Resolution:
 Keywords:  2nd-opinion     |
----------------------------+------------------
Changes (by settle):

 * cc: kaipgis@… (added)


Comment:

 Could you add some lithuanian CSS?[[BR]]
 We need some more space for our long words.

 {{{
 /* lt_LT: QuickPress + Bulk Edit */
 #dashboard_quick_press .input-text-wrap,
 #dashboard_quick_press .textarea-wrap,
 #dashboard_quick_press .wp-media-buttons  {
         margin-left: 6.7em;
 }
 #dashboard_quick_press h4 {
         width: 6.7em;
 }
 .inline-edit-row fieldset label span.title {
         width: 8em;
 }
 .inline-edit-row fieldset label span.input-text-wrap {
         margin-left: 8em;
 }
 }}}

 I have tried to make a patch but it didn't work in my localhost. Maybe it
 is because lithuanian is not listed in
 http://i18n.trac.wordpress.org/browser.
 Or maybe I just made something wrong because I am not a big IT master.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/19603#comment:35>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list