[Cooker] [Bug 4423] [locales-zh] Wrong format of Longdate/Shortdate in zh

2003-08-05 Thread [pablo]
http://qa.mandrakesoft.com/show_bug.cgi?id=4423


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-05-08 17:19 ---
ok, it will be done on locales-zh-2.3.2-4mdk

The date format sed by ls (coreutils package) and Gnome/KDE applets is usually
determined by the translation file.
eg, from coreutils.pot file:

#: src/ls.c:644
msgid %b %e  %Y
msgstr 

#: src/ls.c:672
msgid %b %e %H:%M
msgstr 

so, if you want to change the format, you need to translate that file (it
requires the GNU disclaimer to be filled; see The Translation project link on
the mdk status page; there is a translator for zh_CN version of coreutils; so
you should contact him with suggestions for the ls date format.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
It seems that the time format of zh has not been defined within locale, because 
the final format is the same as US.

The official date format should be as follow:

Longdate: 2003?7?30
Shortdate: 2003-07-30

If you want exact date format for specific environment, just contact me.



[Cooker] [Bug 4423] [locales-zh] Wrong format of Longdate/Shortdate in zh

2003-08-03 Thread [deaddog]
http://qa.mandrakesoft.com/show_bug.cgi?id=4423





--- Additional Comments From [EMAIL PROTECTED]  2003-04-08 01:53 ---
Looks like the glibc time/date locale data of zh_CN hasn't been updated since 2000.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
It seems that the time format of zh has not been defined within locale, because 
the final format is the same as US.

The official date format should be as follow:

Longdate: 2003?7?30
Shortdate: 2003-07-30

If you want exact date format for specific environment, just contact me.



[Cooker] [Bug 4423] [locales-zh] Wrong format of Longdate/Shortdate in zh

2003-07-31 Thread [fundawang]
http://qa.mandrakesoft.com/show_bug.cgi?id=4423





--- Additional Comments From [EMAIL PROTECTED]  2003-31-07 23:22 ---
There maybe other format in invididual environmnet.

1. ls -l
2. KClock Applet, Tooltip/Hint which shows current date.
3. GnomeClock.

How can I change the default settings of above?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
It seems that the time format of zh has not been defined within locale, because 
the final format is the same as US.

The official date format should be as follow:

Longdate: 2003?7?30
Shortdate: 2003-07-30

If you want exact date format for specific environment, just contact me.



[Cooker] [Bug 4423] [locales-zh] Wrong format of Longdate/Shortdate in zh

2003-07-30 Thread [pablo]
http://qa.mandrakesoft.com/show_bug.cgi?id=4423


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-30-07 12:06 ---
locale defines three date formats:
date_fmt (default date format?)
d_fmt(short date format)
d_t_fmt  (date + hour format)

you can see them with locale -c date_fmt (and the others) on the command line
(under the choosen locale).

the command date, always use the same format by default, for the localized
format you must use date +%c (see date --help)

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
It seems that the time format of zh has not been defined within locale, because 
the final format is the same as US.

The official date format should be as follow:

Longdate: 2003?7?30
Shortdate: 2003-07-30

If you want exact date format for specific environment, just contact me.



[Cooker] [Bug 4423] [locales-zh] Wrong format of Longdate/Shortdate in zh

2003-07-30 Thread [fundawang]
http://qa.mandrakesoft.com/show_bug.cgi?id=4423





--- Additional Comments From [EMAIL PROTECTED]  2003-31-07 08:51 ---
Created an attachment (id=568)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=568action=view)
Correct one

I've run `locale` command, and found the date_fmt should be corrected. That is
because the current one include both date and time in its format. The other two
need some tweaks, too.

So, if it possible, please correct them with the attachment(Plaintext/UTF8
encoding).

Thanx. 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
It seems that the time format of zh has not been defined within locale, because 
the final format is the same as US.

The official date format should be as follow:

Longdate: 2003?7?30
Shortdate: 2003-07-30

If you want exact date format for specific environment, just contact me.