GNU bug report logs -
#68907
[PATCH] website: Fix language order.
Previous Next
Reported by: Julien Lepiller <julien <at> lepiller.eu>
Date: Sat, 3 Feb 2024 07:58:01 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 3 Feb 2024 22:53:37 +0100
with message-id <20240203225337.2e838106 <at> tachikoma.lepiller.eu>
and subject line Re: [bug#68907] [PATCH] website: Fix language order.
has caused the debbugs.gnu.org bug report #68907,
regarding [PATCH] website: Fix language order.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
68907: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68907
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* website/apps/base/templates/components.scm (navbar): Fix sorting of
languages.
---
website/apps/base/templates/components.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/apps/base/templates/components.scm b/website/apps/base/templates/components.scm
index 241c27e..2a6881e 100644
--- a/website/apps/base/templates/components.scm
+++ b/website/apps/base/templates/components.scm
@@ -516,7 +516,7 @@ manual.
(sort (delete %current-lingua
ietf-tags-file-contents
(lambda (a b) (string=? a (car b))))
- (lambda (a b) string<?)))
+ (lambda (a b) (string<? (car a) (car b)))))
(list
(menu-item #:label (G_ "Translate")
#:active-item active-item
base-commit: 2bf7c25f4bd5f13a2248839f47de972589c9a2f6
--
2.41.0
[Message part 3 (message/rfc822, inline)]
Le Sat, 03 Feb 2024 17:27:16 +0100,
"pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> a écrit :
> Julien Lepiller <julien <at> 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.
This bug report was last modified 1 year and 107 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.