Initial commit
This commit is contained in:
commit
af2f593fb8
66 changed files with 8735 additions and 0 deletions
1
project.inlang/.gitignore
vendored
Normal file
1
project.inlang/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
cache
|
1
project.inlang/project_id
Normal file
1
project.inlang/project_id
Normal file
|
@ -0,0 +1 @@
|
|||
HdrJCBg8oujVtKYW00
|
12
project.inlang/settings.json
Normal file
12
project.inlang/settings.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"$schema": "https://inlang.com/schema/project-settings",
|
||||
"modules": [
|
||||
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",
|
||||
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@2/dist/index.js"
|
||||
],
|
||||
"plugin.inlang.messageFormat": {
|
||||
"pathPattern": "./messages/{locale}.json"
|
||||
},
|
||||
"baseLocale": "en-US",
|
||||
"locales": ["en-US", "es-ES", "nl-NL", "de-DE"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue