mirror of https://github.com/VERT-sh/VERT.git
Add French locale to settings.json
This commit is contained in:
parent
be99317643
commit
2d3ba02e95
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue