From 495a2263f9511041cdba9d2beec014714ced3823 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Tue, 3 Sep 2024 08:27:56 +0200 Subject: [PATCH] chore: Add 3 more languages to AI translations --- i18n.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/i18n.json b/i18n.json index 071d8c0a409b10..c81e05b176f102 100644 --- a/i18n.json +++ b/i18n.json @@ -3,6 +3,9 @@ "locale": { "source": "en", "targets": [ + "ar", + "cs", + "da", "az", "cs", "de", @@ -21,9 +24,7 @@ }, "buckets": { "json": { - "include": [ - "apps/web/public/static/locales/[locale]/common.json" - ] + "include": ["apps/web/public/static/locales/[locale]/common.json"] } } -} \ No newline at end of file +}