mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-19 16:49:34 +00:00
Data-Source Synonyme: ergänze "assembly" zu Datenquellen und Baumansichten
This commit is contained in:
parent
498f8bc6e5
commit
51e7eea73d
4 changed files with 7 additions and 1 deletions
|
|
@ -237,6 +237,7 @@ class TreeViewGenerator
|
|||
Manufacturer::class => $this->getTranslatedOrSynonym('manufacturer', $locale),
|
||||
Supplier::class => $this->getTranslatedOrSynonym('supplier', $locale),
|
||||
Project::class => $this->getTranslatedOrSynonym('project', $locale),
|
||||
Assembly::class => $this->getTranslatedOrSynonym('assembly', $locale),
|
||||
default => $this->translator->trans('tree.root_node.text'),
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue