mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
✨ i18n translation for modules
This commit is contained in:
@@ -3,10 +3,11 @@ import { OverseerrMediaDisplay } from '../common';
|
||||
import { IModule } from '../ModuleTypes';
|
||||
|
||||
export const OverseerrModule: IModule = {
|
||||
title: 'Overseerr',
|
||||
description: 'Allows you to search and add media from Overseerr/Jellyseerr',
|
||||
title: 'descriptor.name',
|
||||
description: 'descriptor.description',
|
||||
icon: IconEyeglass,
|
||||
component: OverseerrMediaDisplay,
|
||||
translationNamespace: 'modules/overseerr-module',
|
||||
};
|
||||
|
||||
export interface OverseerSearchProps {
|
||||
|
||||
Reference in New Issue
Block a user