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:
@@ -12,10 +12,11 @@ import { useConfig } from '../../tools/state';
|
||||
import { IModule } from '../ModuleTypes';
|
||||
|
||||
export const DockerModule: IModule = {
|
||||
title: 'Docker',
|
||||
description: 'Allows you to easily manage your torrents',
|
||||
title: 'descriptor.name',
|
||||
description: 'descriptor.description',
|
||||
icon: IconBrandDocker,
|
||||
component: DockerMenuButton,
|
||||
translationNamespace: 'modules/docker-module',
|
||||
};
|
||||
|
||||
export default function DockerMenuButton(props: any) {
|
||||
|
||||
Reference in New Issue
Block a user