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 +}