Fix localization issues, and export and import translations
This commit is contained in:
@@ -18,11 +18,11 @@ struct EventMenuContext: View {
|
||||
var body: some View {
|
||||
HStack {
|
||||
Menu {
|
||||
|
||||
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user