Fix localization issues, import translations, and add Bulgarian, Persian, and Ukrainian

This commit is contained in:
2023-03-12 09:06:34 +11:00
parent 3c2f281c6d
commit 2c6647c95a
44 changed files with 1931 additions and 107 deletions

View File

@@ -20,7 +20,7 @@ struct EventMenuContext: View {
MenuItems(event: event, keypair: keypair, target_pubkey: target_pubkey, bookmarks: bookmarks)
} label: {
Label(NSLocalizedString("", comment: "Context menu"), systemImage: "ellipsis")
Label("", systemImage: "ellipsis")
.foregroundColor(Color.gray)
}
}