chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Check SRFI 19 localized strings


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] Check SRFI 19 localized strings
Date: Thu, 04 Nov 2010 05:17:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

Hi Kon

On Wed, 03 Nov 2010 19:50:38 -0700 Kon Lovett <address@hidden> wrote:

> Because I need to release an updated srfi-19 egg now is a good time to
> check the localizations. We have Dutch, English, Spanish, and
> Brazilian-Portuguese. I would like for those in the know to confirm
> the capitalization. Currently it is inconsistent. Mainly, item, such
> as month names, have a leading lowercase, while I would expect
> uppercase.

According to GNU date, the capitalization is ok.  I only noticed a small
difference: date uses `Z' (alphabetic time zone abbreviation) instead of
`z' (numeric timezone).

So, I changed

 (date-time . "~a ~b ~d ~H:~M:~S~z ~Y")

to

 (date-time . "~a ~b ~d ~H:~M:~S~Z ~Y")

Best wishes.
Mario
-- 
http://parenteses.org/mario

Attachment: srfi-19
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]