From 9c50015b7ceab935d0eb5757834f90dea9060f48 Mon Sep 17 00:00:00 2001 From: SomeCuteDoragons <47637144+SomeCuteDoragons@users.noreply.github.com> Date: Wed, 10 Sep 2025 13:06:31 +0200 Subject: [PATCH] Update 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..c9c31c9 100644 --- a/project.inlang/settings.json +++ b/project.inlang/settings.json @@ -3,7 +3,8 @@ "baseLocale": "en", "locales": [ "en", - "es" + "es", + "hr" ], "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 +}