For example, when a Korean time format "Y년 n월" is used, $variable['timezone'] becomes " 년월" in theme_date_display_range().

Comments

C. Lee’s picture

Version: 7.x-2.0-alpha4 » 7.x-2.0-alpha5
karens’s picture

Title: variable "timezone" has wrong value » Formatted "timezone" has wrong value when using Korean characters
Status: Active » Postponed (maintainer needs more info)

I don't know anything about a format like 'Y년 n월'. The formats that date module understands are the ones defined at http://us3.php.net/manual/en/function.date.php. If you want to add hard-coded characters to those formats, they have to be escaped with '\'. Is that what you are doing? I can't tell.

karens’s picture

Component: Date Timezone » Translation

Or maybe you're talking about translating the timezone? I need clarification.

Also this appears to be a translation issue.

C. Lee’s picture

Component: Translation » Date Timezone

I changed the format to 'Y\년 n\월', but nothing has changed. Unlike English and most European languages, in CJK languages a date is usually written with numbers (year, month, day) with suffixes, such as year (年, 년), month (月, 월), and day (日, 일). For example, '5 Dec 2011' is written as '2011年 12月 5日'.

C. Lee’s picture

Component: Date Timezone » Translation
C. Lee’s picture

Status: Postponed (maintainer needs more info) » Active
karens’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

corrected a typo