wip: RichText & Templating for i18n, refactored & began i18n for Discord Server Rules using the new features
This commit is contained in:
parent
feacb9b754
commit
a3adc2526f
25 changed files with 929 additions and 141 deletions
|
|
@ -32,7 +32,13 @@ export default defineConfig([
|
|||
"error",
|
||||
{
|
||||
element: ["a", "RouterLink"],
|
||||
message: "Use <SmartLink> instead",
|
||||
message: "Use <SmartLink> instead.",
|
||||
},
|
||||
{ element: ["i18n-t"], message: "Use <RichTemplate> instead." },
|
||||
{
|
||||
element: ["RichTemplateParts"],
|
||||
message:
|
||||
"Do not use the internal <RichTemplateParts> component. Use <RichTemplate> instead.",
|
||||
},
|
||||
],
|
||||
// allow interfaces to only extend another interface without adding properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue