feat(paco): Initial merge of my work on the paco pattern
This also includes a lot of dependency updates
This commit is contained in:
parent
46921db761
commit
a548a6964d
209 changed files with 9613 additions and 14366 deletions
|
@ -11,10 +11,12 @@ const App = (props) => {
|
|||
let config = instance.config
|
||||
|
||||
// You can use this to add transations
|
||||
/*
|
||||
let translations = {
|
||||
JSON: 'JSON',
|
||||
someOtherString: 'Some other string that needs translation'
|
||||
}
|
||||
*/
|
||||
|
||||
return (
|
||||
<Workbench
|
||||
|
@ -22,7 +24,7 @@ const App = (props) => {
|
|||
Pattern={Pattern}
|
||||
config={config}
|
||||
userLanguage="{{language}}"
|
||||
translations={translations}
|
||||
//translations={translations}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue