Add French locale to settings.json

This commit is contained in:
liam 2025-09-15 15:20:08 +01:00 committed by GitHub
parent be99317643
commit 2d3ba02e95
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",
"fr"
], ],
"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"
} }
} }