From 06f9ffdc273cdc25ffce0d80d185932549d4d692 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 4 Feb 2026 10:30:14 +0100 Subject: [PATCH] fix: cache locales (#65698) --- client/turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/turbo.json b/client/turbo.json index 233d6e07bf1..6dcc9baeb97 100644 --- a/client/turbo.json +++ b/client/turbo.json @@ -51,7 +51,7 @@ ], "outputs": [ "config/env.json", - "i18n/locales/*.json", + "i18n/locales/**/*.json", "static/curriculum-data/**", "static/js/**" ]