On Thu, Oct 28, 2021 at 10:13:49AM +0200, pelzflorian (Florian Pelz) wrote: > Is the proper solution to symlink all lingua-mo-files, i.e. reinstate > from before commit 4d5bf8522e2 a for-each like > > (for-each > (lambda (lingua mo-directory) > (symlink (string-append mo-directory "/" lingua) > lingua)) > (list #$@%linguas) > '#$(map lingua-mo-files %linguas)) > > (I have not tried.) Seems to work. I have guix build -f .guix.scm but only one lingua got built so far, it looks right. Patch attached. Shall I push or … > > Or should website/apps/base/templates/components.scm look up the > language dropdown’s language names in a different way such as from the > PO file, which is more complicated? Regards, Florian