From 79914e946f1f6ed82529b3ca6c577ea33b0dff7d Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sun, 30 Apr 2023 13:38:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20i18n:scan=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 8b23376bb..dc28b6381 100644 --- a/turbo.json +++ b/turbo.json @@ -63,7 +63,7 @@ "persistent": true }, "i18n:scan": { - "inputs": ["src/**"], + "inputs": ["src/**", "i18next-scanner.config.js"], "outputs": ["public/locales/**"] } }