Make WordPress Core

Opened 16 years ago

Closed 14 years ago

#16515 closed defect (bug) (duplicate)

Field names of QuickEdit and QuickPress don't fit in some languages

Reported by: settle Owned by: SergeyBiryukov
Priority: normal Milestone:
Component: I18N Version: 3.4
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

Default strings are used in QuickPress and QuickEdit, but there is enough space only for english words. In some languages we use much longer meanings which don't fit in their area (view picture).

We can use custom css to make that area larger, but it would be easier to use different translations so translator could choose other meanings ir just translate the word in a shorter form.

I've tried to create a diff for quickpress. The same could be done with quickedit.

Attachments (3)

quickpress.png (14.0 KB ) - added by settle 16 years ago.
dashboard.diff (1.5 KB ) - added by settle 16 years ago.
16515.diff (983 bytes ) - added by settle 15 years ago.
Make fields wider

Download all attachments as: .zip

Change History (11)

@settle
16 years ago

@settle
16 years ago

#1 @pavelevap
16 years ago

  • Cc pavelevap@… added

#2 @nacin
15 years ago

  • Milestone Awaiting Review3.4
  • Owner set to nacin
  • Status newaccepted

#3 @SergeyBiryukov
15 years ago

We should also try to adjust CSS to allow longer words here, in case a shorter one is unavailable or would make less sense.

For ru_RU, this was a problem from 2.7 to 3.1. In 3.2, the font was switched to a more narrow one, and I could get rid of custom CSS adjustments. However, I had to restore them due to CSS merge in 3.3, because the elements were shifted a bit.

#4 @nacin
15 years ago

  • Owner changed from nacin to SergeyBiryukov
  • Status acceptedassigned

Good points, Sergey. Can you run with this?

#5 @settle
15 years ago

What do you think about moving these words inside the box, the same way we have "Enter title post" in class-wp-editor.php (if it is possible)?

#6 @settle
15 years ago

  • Cc kaipgis@… added
  • Summary Translate QuickPress strings using _ex instead of _eField names of QuickEdit and QuickPress don't fit in some languages
  • Type enhancementdefect (bug)
  • Version 3.1trunk

What do you think about making QuickEdit and QuickPress fields wider? It would fix long lithuanian words problem. Also you could remove some russian CSS from the core (same problem).

Otherwise I need some lithuanian CSS in the core.
See http://core.trac.wordpress.org/ticket/19603#comment:35

@settle
15 years ago

Make fields wider

#7 @nacin
14 years ago

  • Milestone 3.4Future Release

[20692] for lt_LT CSS.

Punting this. Would like to tackle it in 3.5.

#8 @SergeyBiryukov
14 years ago

  • Milestone Future Release
  • Resolutionduplicate
  • Severity trivialnormal
  • Status assignedclosed

Closing in favor of #21754.

Note: See TracTickets for help on using tickets.