Skip to content

Commit

Permalink
Support default setting overrides on different languages (#1368)
Browse files Browse the repository at this point in the history
* WIP

* Update only when there are setting overrides

* Display overrides

* Add schema validation

* Fix types

* --wip-- [skip ci]

* --wip-- [skip ci]

* Changes

* Unneeded changes

* Fix types

* Render all mod types

* Fix french text replacements

* Address comments

* Add languages with spaces
  • Loading branch information
jamesmaa authored Oct 25, 2024
1 parent ab11521 commit 72a3477
Show file tree
Hide file tree
Showing 11 changed files with 865 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,25 @@
}
}]
}
},
{
"files": [
"ext/data/recommended-settings.json"
],
"rules": {
"jsonc/sort-keys": ["error", {
"pathPattern": ".*",
"order": [
"modification",
"description"
]
}, {
"pathPattern": ".*",
"order": {
"type": "asc"
}
}]
}
}
]
}
Loading

0 comments on commit 72a3477

Please sign in to comment.