#8541: DATE_WITH_TIME_FULL in django 1.0 beta zh_CN
--------------------------------+-------------------------------------------
 Reporter:  est                 |       Owner:  nobody    
   Status:  new                 |   Milestone:            
Component:  django-admin.py     |     Version:  SVN       
 Keywords:  admin, i18n, zh-CN  |       Stage:  Unreviewed
Has_patch:  0                   |  
--------------------------------+-------------------------------------------
 settings.LANGUAGE_CODE = 'zh-cn'

 When viewing some model's history in auto-Admin interface, the date time
 display is

 SunPMChina Standard TimeE_340China Standard Time19_China Standard
 Time0八月E_八月1221304880TrueTrue


 django/conf/locale/zh_CN/LC_MESSAGES/django.po

 #: contrib/admin/templates/admin/object_history.html:26
 msgid "DATE_WITH_TIME_FULL"
 msgstr "DATE_WITH_TIME_FULL"

 This is obviously wrong

 When I changed it to Y-m-d H:M:S

 it displays

  2008-08-24 19:八月:th

 Which is also wrong.

 Is there a way to change it to: "2008-08-25 23:49:21"? Which is the most
 common way ppl see datetime here in China. I do not know how to write
 date/time strings corretly sorry :-(

 I see there's a similar ticket here
 http://code.djangoproject.com/ticket/880

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8541>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to