[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ls: use right-aligned abbreviated month names
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] ls: use right-aligned abbreviated month names |
Date: |
Mon, 18 Feb 2019 20:11:15 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 17/02/19 21:17, Daming Yang wrote:
>> I can adjust your patch along these lines.
>
> That's really nice. Thank you!
>
> Cheers,
> Daming
>
>
> 2019/02/18 午前8:26 Pádraig Brady <address@hidden>:
>
> On 17/02/19 10:31, Daming Yang wrote:
> > How about adding a table in ls for those locales which should be
> right-alignment?
>
> I was thinking of something much simpler, and having a flag to indicate
> if all abbreviated months (skipping whitespace) start with a number.
> I can adjust your patch along these lines.
Pushed at:
https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=b1ac478
BTW I notice that until the next release of coreutils (coming real soon),
the zh_CN translation of the date format for files older than 6 months was
incorrect,
in that only a single space was added before the year, causing misalignment.
I also notice that id.po still has that issue.
Arif could you adjust msgstr "%b %e %Y" to msgstr "%b %e %Y" (note the extra
space).
thanks,
Pádraig.