Fix localization issues and export strings for translation

This commit is contained in:
2023-04-06 21:05:49 -04:00
parent 8679da1275
commit 6c7f8cdbe5
4 changed files with 12 additions and 12 deletions

View File

@@ -124,7 +124,7 @@ enum MediaUploader: String, CaseIterable, Identifiable {
case .nostrBuild:
return .init(index: -1, tag: "nostrBuild", displayName: "nostr.build")
case .nostrImg:
return .init(index: 0, tag: "nostrImg", displayName: NSLocalizedString("NostrImg", comment: "Dropdown option label for system default for NostrImg image uploader."))
return .init(index: 0, tag: "nostrImg", displayName: "nostrimg.com")
}
}