bug#41480: Chars out of order in date.c string

2020-05-23 Thread Paul Eggert
On 5/23/20 4:41 AM, Anders Jonsson wrote: > I noticed one thing when having a look at the Swedish translation of > coreutils. > >>#: src/date.c:196 >>msgid "" >>"  %F   full date; like %+4Y-%m-%d\n" There must be some confusion here, because this translation is for coreutils 8.31 and later. >

bug#41480: Chars out of order in date.c string

2020-05-23 Thread Anders Jonsson
Hi, I noticed one thing when having a look at the Swedish translation of coreutils. >#: src/date.c:196 >msgid "" >"  %F   full date; like %+4Y-%m-%d\n" This doesn't give the expected result when I try it in coreutils 8.30 in Debian testing: >date +%F 2020-05-23 >date +%+4Y-%m-%d