fix Translation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { BaseTranslation } from "../i18n-types";
|
||||
import type { Translation } from "../i18n-types";
|
||||
|
||||
const follow: BaseTranslation = {
|
||||
const follow: NonNullable<Translation["follow"]> = {
|
||||
interactStatus: {
|
||||
following: "{leader} folgen",
|
||||
waitingFollowers: "Warte auf Bestätigung der Gefolgschaft",
|
||||
|
||||
Reference in New Issue
Block a user