chore: Update translations
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { encodeTLVEntries, NostrPrefix,TLVEntryType } from "@snort/system";
|
||||
import { encodeTLVEntries, NostrPrefix, TLVEntryType } from "@snort/system";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
import { Link } from "react-router-dom";
|
||||
|
||||
|
@ -2,7 +2,7 @@ import { fetchNip05Pubkey } from "@snort/shared";
|
||||
import { NostrPrefix, tryParseNostrLink } from "@snort/system";
|
||||
import React, { useEffect, useState } from "react";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
import { useLocation,useParams } from "react-router-dom";
|
||||
import { useLocation, useParams } from "react-router-dom";
|
||||
|
||||
import { ThreadRoute } from "@/Components/Event/Thread";
|
||||
import { GenericFeed } from "@/Components/Feed/Generic";
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { unixNow, unwrap } from "@snort/shared";
|
||||
import { EventKind,TaggedNostrEvent } from "@snort/system";
|
||||
import { EventKind, TaggedNostrEvent } from "@snort/system";
|
||||
import classNames from "classnames";
|
||||
import { useMemo,useState } from "react";
|
||||
import { useMemo, useState } from "react";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
import { Bar, BarChart, ResponsiveContainer, Tooltip, XAxis, YAxis } from "recharts";
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import "./Notifications.css";
|
||||
|
||||
import { unwrap } from "@snort/shared";
|
||||
import { EventExt, EventKind, NostrEvent, NostrLink, NostrPrefix, parseZap,TaggedNostrEvent } from "@snort/system";
|
||||
import { EventExt, EventKind, NostrEvent, NostrLink, NostrPrefix, parseZap, TaggedNostrEvent } from "@snort/system";
|
||||
import { useEventFeed, useUserProfile } from "@snort/system-react";
|
||||
import { lazy, Suspense, useEffect, useMemo, useState, useSyncExternalStore } from "react";
|
||||
import { useInView } from "react-intersection-observer";
|
||||
@ -18,7 +18,7 @@ import ProfileImage from "@/Components/User/ProfileImage";
|
||||
import ProfilePreview from "@/Components/User/ProfilePreview";
|
||||
import useLogin from "@/Hooks/useLogin";
|
||||
import useModeration from "@/Hooks/useModeration";
|
||||
import { dedupe, getDisplayName,orderDescending } from "@/Utils";
|
||||
import { dedupe, getDisplayName, orderDescending } from "@/Utils";
|
||||
import { markNotificationsRead } from "@/Utils/Login";
|
||||
import { formatShort } from "@/Utils/Number";
|
||||
const NotificationGraph = lazy(() => import("@/Pages/Notifications/NotificationChart"));
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { useEffect, useState } from "react";
|
||||
import { FormattedMessage,useIntl } from "react-intl";
|
||||
import { FormattedMessage, useIntl } from "react-intl";
|
||||
import { useParams } from "react-router-dom";
|
||||
|
||||
import Timeline from "@/Components/Feed/Timeline";
|
||||
|
@ -1,6 +1,6 @@
|
||||
import "./Profile.css";
|
||||
|
||||
import { fetchNip05Pubkey,LNURL } from "@snort/shared";
|
||||
import { fetchNip05Pubkey, LNURL } from "@snort/shared";
|
||||
import { mapEventToProfile } from "@snort/system";
|
||||
import { useUserProfile } from "@snort/system-react";
|
||||
import { useEffect, useState } from "react";
|
||||
@ -15,7 +15,7 @@ import messages from "@/Components/messages";
|
||||
import Avatar from "@/Components/User/Avatar";
|
||||
import useEventPublisher from "@/Hooks/useEventPublisher";
|
||||
import useLogin from "@/Hooks/useLogin";
|
||||
import { debounce,openFile } from "@/Utils";
|
||||
import { debounce, openFile } from "@/Utils";
|
||||
import { MaxAboutLength, MaxUsernameLength } from "@/Utils/Const";
|
||||
import useFileUpload from "@/Utils/Upload";
|
||||
|
||||
|
@ -4,7 +4,7 @@ import { FormattedMessage, FormattedNumber, useIntl } from "react-intl";
|
||||
|
||||
import AsyncButton from "@/Components/Button/AsyncButton";
|
||||
import Icon from "@/Components/Icons/Icon";
|
||||
import { useWallet,WalletInvoice } from "@/Wallet";
|
||||
import { useWallet, WalletInvoice } from "@/Wallet";
|
||||
|
||||
export function WalletSendPage() {
|
||||
const wallets = useWallet();
|
||||
|
Reference in New Issue
Block a user