chore: Reconfigure packages
This commit is contained in:
parent
41d8e92e06
commit
c9da9d6947
170 changed files with 1668 additions and 2674 deletions
|
@ -10,7 +10,21 @@ const App = (props) => {
|
|||
let instance = new Pattern()
|
||||
let config = instance.config
|
||||
|
||||
return <Workbench freesewing={freesewing} Pattern={Pattern} config={config} userLanguage="en" />
|
||||
// You can use this to add transations
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
freesewing={freesewing}
|
||||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="en"
|
||||
translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue