Update settings.json

This commit is contained in:
SomeCuteDoragons 2025-09-10 13:06:31 +02:00 committed by GitHub
parent f71456f2f9
commit 9c50015b7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
"baseLocale": "en", "baseLocale": "en",
"locales": [ "locales": [
"en", "en",
"es" "es",
"hr"
], ],
"modules": [ "modules": [
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js", "https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",
@ -12,4 +13,4 @@
"plugin.inlang.messageFormat": { "plugin.inlang.messageFormat": {
"pathPattern": "./messages/{locale}.json" "pathPattern": "./messages/{locale}.json"
} }
} }