From 2d3ba02e95a0c2de2ea51291a45cd6db005b1bef Mon Sep 17 00:00:00 2001 From: liam <69476320+Z2r-YT@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:20:08 +0100 Subject: [PATCH] Add French locale to settings.json --- project.inlang/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project.inlang/settings.json b/project.inlang/settings.json index ccad3fa..85bf713 100644 --- a/project.inlang/settings.json +++ b/project.inlang/settings.json @@ -3,7 +3,8 @@ "baseLocale": "en", "locales": [ "en", - "es" + "es", + "fr" ], "modules": [ "https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js", @@ -12,4 +13,4 @@ "plugin.inlang.messageFormat": { "pathPattern": "./messages/{locale}.json" } -} \ No newline at end of file +}