fix Translation
This commit is contained in:
parent
a808819a11
commit
8858fccd18
11 changed files with 22 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
import type { BaseTranslation } from "../i18n-types";
|
||||
import type { Translation } from "../i18n-types";
|
||||
|
||||
const audio: BaseTranslation = {
|
||||
const audio: NonNullable<Translation["audio"]> = {
|
||||
manager: {
|
||||
reduce: "Während Unterhaltungen verringern",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue