From: Florian Pelz Date: Fri, 12 Aug 2022 14:33:09 +0200 Subject: [PATCH] website: home: Add note to translators to use inclusive wording. * website/apps/base/templates/home.scm: Add translators comment. --- website/apps/base/templates/home.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/apps/base/templates/home.scm b/website/apps/base/templates/home.scm index 47adeb7..de180a0 100644 --- a/website/apps/base/templates/home.scm +++ b/website/apps/base/templates/home.scm @@ -1,4 +1,5 @@ ;;; GNU Guix web site +;;; Copyright © 2022 Florian Pelz ;;; Initially written by sirgazil who waives all ;;; copyright interest on this file. @@ -41,6 +42,8 @@ management|Reproducibility") #\|) (section (@ (class "featured-content")) ,(G_ `(h2 (@ (class "a11y-offset")) "Summary")) + ;; TRANSLATORS: Try to translate using inclusive wording + ;; that addresses men and women. Guix is for everyone. (ul ,(G_ `(li base-commit: 4c7f2ce6428a63e202cd2a9474a06f68a946934d -- 2.36.1