feat: translations

This commit is contained in:
Alejandro
2023-02-08 22:10:26 +01:00
committed by GitHub
parent 2b44d3b264
commit 2b29fb0897
54 changed files with 1505 additions and 315 deletions

View File

@ -1,7 +1,11 @@
import { FormattedMessage } from "react-intl";
import useEventPublisher from "Feed/EventPublisher";
import { HexKey } from "Nostr";
import ProfilePreview from "Element/ProfilePreview";
import messages from "./messages";
export interface FollowListBaseProps {
pubkeys: HexKey[];
title?: string;
@ -26,7 +30,7 @@ export default function FollowListBase({
type="button"
onClick={() => followAll()}
>
Follow All
<FormattedMessage {...messages.FollowAll} />
</button>
</div>
{pubkeys?.map((a) => (