feat: support more languages
This commit is contained in:
parent
d79f5d0722
commit
966861f305
17 changed files with 1570 additions and 45 deletions
|
|
@ -95,7 +95,7 @@ export type TAccountPointer = Pick<TAccount, 'pubkey' | 'signerType'>
|
|||
|
||||
export type TFeedType = 'following' | 'relays' | 'temporary'
|
||||
|
||||
export type TLanguage = 'en' | 'zh'
|
||||
export type TLanguage = 'en' | 'zh' | 'pl'
|
||||
|
||||
export type TImageInfo = { url: string; blurHash?: string; dim?: { width: number; height: number } }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue