chore: Update translations

This commit is contained in:
2023-09-14 18:45:29 +00:00
parent a8f000d9d8
commit 9c05b6a101
21 changed files with 609 additions and 567 deletions

View File

@ -23,7 +23,7 @@ export function linkToEventTag(link: NostrLink) {
}
export function tagToNostrLink(tag: Array<string>) {
switch(tag[0]) {
switch (tag[0]) {
case "e": {
return createNostrLink(NostrPrefix.Event, tag[1], tag.slice(2));
}