import type { Translation } from "../i18n-types"; const companion: NonNullable = { select: { title: "Wähle einen Gefährten", any: "Kein Gefährte", continue: "Weiter", }, }; export default companion;