From 45d8fc8b71a2d4f770c7bbe9d99eb9d2b638bee8 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Sun, 20 Oct 2024 14:42:28 +0200 Subject: [PATCH] load /learn translations --- modules/web/src/main/ui/LearnUi.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/web/src/main/ui/LearnUi.scala b/modules/web/src/main/ui/LearnUi.scala index 13eede12740a..60cdcbf5aa6d 100644 --- a/modules/web/src/main/ui/LearnUi.scala +++ b/modules/web/src/main/ui/LearnUi.scala @@ -25,6 +25,7 @@ final class LearnUi(helpers: Helpers): ) ) .css("learn") + .i18n(_.learn) .graph( title = "Learn chess by playing", description = "You don't know much about chess? Excellent! Let's have fun and learn to play chess!",