chore: Update translations
This commit is contained in:
@ -16,8 +16,8 @@ import { Chats, FollowsFeed, GiftsCache, Notifications } from "@/Cache";
|
||||
import SnortApi from "@/External/SnortApi";
|
||||
import { bech32ToHex, dedupeById, deleteRefCode, getCountry, sanitizeRelayUrl, unwrap } from "@/Utils";
|
||||
import { Blasters } from "@/Utils/Const";
|
||||
import { LoginSession, LoginSessionType, LoginStore, Newest,SnortAppData, UserPreferences } from "@/Utils/Login/index";
|
||||
import { entropyToPrivateKey,generateBip39Entropy } from "@/Utils/nip6";
|
||||
import { LoginSession, LoginSessionType, LoginStore, Newest, SnortAppData, UserPreferences } from "@/Utils/Login/index";
|
||||
import { entropyToPrivateKey, generateBip39Entropy } from "@/Utils/nip6";
|
||||
import { SubscriptionEvent } from "@/Utils/Subscription";
|
||||
|
||||
import { Nip7OsSigner } from "./Nip7OsSigner";
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { HexKey, KeyStorage,RelaySettings, u256 } from "@snort/system";
|
||||
import { HexKey, KeyStorage, RelaySettings, u256 } from "@snort/system";
|
||||
|
||||
import { DisplayAs } from "@/Components/Feed/DisplayAsSelector";
|
||||
import { UserPreferences } from "@/Utils/Login/index";
|
||||
|
@ -1,10 +1,10 @@
|
||||
import * as utils from "@noble/curves/abstract/utils";
|
||||
import * as secp from "@noble/curves/secp256k1";
|
||||
import { deepClone, ExternalStore,unwrap } from "@snort/shared";
|
||||
import { deepClone, ExternalStore, unwrap } from "@snort/shared";
|
||||
import { EventPublisher, HexKey, KeyStorage, NotEncrypted, RelaySettings, socialGraphInstance } from "@snort/system";
|
||||
import { v4 as uuid } from "uuid";
|
||||
|
||||
import { createPublisher,LoginSession, LoginSessionType } from "@/Utils/Login/index";
|
||||
import { createPublisher, LoginSession, LoginSessionType } from "@/Utils/Login/index";
|
||||
|
||||
import { DefaultPreferences, UserPreferences } from "./Preferences";
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
import { base64 } from "@scure/base";
|
||||
import { removeUndefined, unwrap } from "@snort/shared";
|
||||
import { EventKind, EventPublisher,MetadataCache, TaggedNostrEvent } from "@snort/system";
|
||||
import { EventKind, EventPublisher, MetadataCache, TaggedNostrEvent } from "@snort/system";
|
||||
|
||||
import { UserCache } from "@/Cache";
|
||||
import SnortApi from "@/External/SnortApi";
|
||||
import { MentionRegex } from "@/Utils/Const";
|
||||
import { defaultAvatar, getDisplayName,tagFilterOfTextRepost } from "@/Utils/index";
|
||||
import { defaultAvatar, getDisplayName, tagFilterOfTextRepost } from "@/Utils/index";
|
||||
import { LoginSession } from "@/Utils/Login";
|
||||
|
||||
export interface NotificationRequest {
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { base64 } from "@scure/base";
|
||||
import { throwIfOffline } from "@snort/shared";
|
||||
import { EventKind,EventPublisher } from "@snort/system";
|
||||
import { Uploader,UploadResult } from "Upload";
|
||||
import { EventKind, EventPublisher } from "@snort/system";
|
||||
import { Uploader, UploadResult } from "Upload";
|
||||
|
||||
export class Nip96Uploader implements Uploader {
|
||||
constructor(
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { isHex,LNURL } from "@snort/shared";
|
||||
import { isHex, LNURL } from "@snort/shared";
|
||||
import { EventPublisher, NostrEvent, NostrLink, SystemInterface } from "@snort/system";
|
||||
|
||||
import { generateRandomKey } from "@/Utils/Login";
|
||||
|
@ -3,7 +3,7 @@ import * as secp from "@noble/curves/secp256k1";
|
||||
import { hmac } from "@noble/hashes/hmac";
|
||||
import { sha256 as hash } from "@noble/hashes/sha256";
|
||||
import { bytesToHex } from "@noble/hashes/utils";
|
||||
import { base32hex,bech32 } from "@scure/base";
|
||||
import { base32hex, bech32 } from "@scure/base";
|
||||
import { isHex, isOffline } from "@snort/shared";
|
||||
import {
|
||||
encodeTLV,
|
||||
|
Reference in New Issue
Block a user