feat(libretranslate): add libretranslate integration

This commit is contained in:
Rıdvan Akca
2024-05-31 16:32:09 +02:00
parent ef5a09314e
commit e6540b5b7e
10 changed files with 184 additions and 0 deletions

View File

@@ -243,6 +243,14 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/invoice-ninja/connection' },
],
},
{
text: 'LibreTranslate',
collapsible: true,
collapsed: true,
items: [
{ text: 'Connection', link: '/apps/libretranslate/connection' },
],
},
{
text: 'Mattermost',
collapsible: true,