Merge remote-tracking branch 'github/translations'

This commit is contained in:
William Casarin
2023-03-13 12:46:36 -06:00
50 changed files with 2377 additions and 121 deletions

View File

@@ -23,7 +23,7 @@ struct EventMenuContext: View {
} label: {
Label(NSLocalizedString("", comment: "Context menu"), systemImage: "ellipsis")
.foregroundColor(colorScheme == .light ? Color(.lightGray) : Color("DamusMediumGrey"))
.foregroundColor(Color.gray)
}
}
.contentShape(Rectangle())