feat(shared): Support for translation in Dot custom component
This commit is contained in:
parent
71e6278c57
commit
038588bf9c
10 changed files with 38 additions and 48 deletions
|
@ -10,7 +10,7 @@ import rendertest from '@freesewing/rendertest'
|
|||
import tutorial from '@freesewing/tutorial'
|
||||
|
||||
|
||||
const mdxCustomComponents = (app) => ({
|
||||
const mdxCustomComponents = (app, t) => ({
|
||||
// Custom components
|
||||
Example: props => <Example
|
||||
{...props}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue