mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-29 23:09:56 +00:00
Translate frontend sidebar and translate some registry entries
This commit is contained in:
parent
ded94de6f8
commit
ced2cf024c
20 changed files with 237 additions and 50 deletions
web-frontend/modules/database
|
@ -64,7 +64,7 @@ export default ({ store, app }) => {
|
|||
store.registerModule('template/view/grid', gridStore)
|
||||
store.registerModule('template/view/form', formStore)
|
||||
|
||||
app.$registry.register('application', new DatabaseApplicationType())
|
||||
app.$registry.register('application', new DatabaseApplicationType({ app }))
|
||||
app.$registry.register('view', new GridViewType())
|
||||
app.$registry.register('view', new FormViewType())
|
||||
app.$registry.register('viewFilter', new EqualViewFilterType())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue