Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#17797 closed defect (bug) (invalid)

Schedule date format (RTL-Arabic)

Reported by: rasheed's profile rasheed Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.2
Component: RTL Keywords:
Focuses: Cc:

Description

Hello,

Please check the attachment.

When scheduling a post, date format in Arabic should be (j F, Y). Currently it is (F j, Y).

I don't know if you can modify it.

I tried to change the date format from (wp-admin/options-general.php) but it takes no effect.

Attachments (1)

schedule.gif (14.2 KB) - added by rasheed 14 years ago.

Download all attachments as: .zip

Change History (5)

@rasheed
14 years ago

#1 follow-up: @dd32
14 years ago

This would be either based on the Date format option in the General settings (In which case, You should be able to set the default through translations I believe), or the date string should already be translated.

Can you confirm if the settings on the General page are in line with the local language?

#2 in reply to: ↑ 1 @rasheed
14 years ago

Replying to dd32:

This would be either based on the Date format option in the General settings (In which case, You should be able to set the default through translations I believe), or the date string should already be translated.

Can you confirm if the settings on the General page are in line with the local language?

Yes i confirm.

The relevant string is (Schedule for: <b>%1$s</b>) so i don't think it is possible to change formats here.

#3 @dd32
14 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

The datestamp used within that string is also translated, The translation specifically is M j, Y @ G:i. You can translate that date format into what your locale requires.

#4 @rasheed
14 years ago

Great.
Thanks.

Note: See TracTickets for help on using tickets.