elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

Date formats should follow localization settings #123

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set preferred lanuage to [en-us]
2. Open Content/Page tab 
3. Note that date format is dd.mm.yyyy

What is the expected output? What do you see instead?
* Since the local is US, dates should observe "short" US format (mm.dd.yyyy)

Also that at 1024x768 the date field seems a tad short and only nine out of
ten characters show. 

Note this is *not* a request to adopt US date format, but to use the date
format appropriate the browser's locale (or any session override).

Original issue reported on code.google.com by ted.husted on 13 Feb 2010 at 7:50

GoogleCodeExporter commented 9 years ago
This issue will be implemented as a part of CMS admin user interface 
localization.

May be in 0.4 release.

Original comment by kinyelo@gmail.com on 18 Feb 2010 at 12:23

GoogleCodeExporter commented 9 years ago
One way to fix is described in:
http://code.google.com/p/vosao/issues/detail?id=365

I works for me quite well for simple languages - en, ru, de... doesn't work for 
harder cases like en_US, etc...

Original comment by bland...@gmail.com on 12 Nov 2010 at 3:34