[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68907: [PATCH] website: Fix language order.
From: |
Julien Lepiller |
Subject: |
bug#68907: [PATCH] website: Fix language order. |
Date: |
Sat, 3 Feb 2024 22:53:37 +0100 |
Le Sat, 03 Feb 2024 17:27:16 +0100,
"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> a écrit :
> Julien Lepiller <julien@lepiller.eu> writes:
> > - (lambda (a b) string<?)))
> > + (lambda (a b) (string<? (car a) (car b)))))
>
> Whoops. LGTM. Now as a consequence of the patch, the English website
> will be listed as one among many. I do agree this is better.
>
> Regards,
> Florian
Thanks, pushed to master as 8dfafa0a91f1e3ca84f7fe7fb8e5e31bf1bb1e8f.