mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: add language crud
This commit is contained in:
@@ -100,6 +100,11 @@ export const modelModels: ModelCreateDto[] = [
|
||||
identity: 'subscriber',
|
||||
attributes: {},
|
||||
},
|
||||
{
|
||||
name: 'Language',
|
||||
identity: 'language',
|
||||
attributes: {},
|
||||
},
|
||||
{
|
||||
name: 'Translation',
|
||||
identity: 'translation',
|
||||
|
||||
Reference in New Issue
Block a user