1
0
Fork 0

feat(paco): Initial merge of my work on the paco pattern

This also includes a lot of dependency updates
This commit is contained in:
Joost De Cock 2020-08-02 19:17:06 +02:00
parent 46921db761
commit a548a6964d
209 changed files with 9613 additions and 14366 deletions

View file

@ -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}
/>
)
}