Initial commit
This commit is contained in:
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 @@
|
||||
77f19dd4021ac3c23f6938b6214af958782a6bf5e376771917a1f4134873961e
|
15
project.inlang/settings.json
Normal file
15
project.inlang/settings.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://inlang.com/schema/project-settings",
|
||||
"sourceLanguageTag": "nb",
|
||||
"languageTags": ["nb", "en"],
|
||||
"modules": [
|
||||
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@latest/dist/index.js",
|
||||
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@latest/dist/index.js",
|
||||
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@latest/dist/index.js",
|
||||
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@latest/dist/index.js",
|
||||
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@latest/dist/index.js"
|
||||
],
|
||||
"plugin.inlang.messageFormat": {
|
||||
"pathPattern": "./messages/{languageTag}.json"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user