Skip to content

Updated to latest Cocoapods & Removed copy-paste code#19

Open
pzmudzinski wants to merge 2 commits intoRxSwiftCommunity:masterfrom
pzmudzinski:cleanup
Open

Updated to latest Cocoapods & Removed copy-paste code#19
pzmudzinski wants to merge 2 commits intoRxSwiftCommunity:masterfrom
pzmudzinski:cleanup

Conversation

@pzmudzinski
Copy link

No description provided.

Comment on lines -706 to -735
switch self {
case .amb:
return NSLocalizedString(self.rawValue, comment: "")
case .buffer:
return NSLocalizedString(self.rawValue, comment: "")
case .catchError, .catchErrorJustReturn:
return NSLocalizedString(self.rawValue, comment: "")
case .combineLatest, .withLatestFrom:
return NSLocalizedString(self.rawValue, comment: "")
case .concat:
return NSLocalizedString(self.rawValue, comment: "")
case .debounce, .throttle:
return NSLocalizedString(self.rawValue, comment: "")
case .delaySubscription:
return NSLocalizedString(self.rawValue, comment: "")
case .distinctUntilChanged:
return NSLocalizedString(self.rawValue, comment: "")
case .elementAt:
return NSLocalizedString(self.rawValue, comment: "")
case .empty:
return NSLocalizedString(self.rawValue, comment: "")
case .filter:
return NSLocalizedString(self.rawValue, comment: "")
case .flatMap:
return NSLocalizedString(self.rawValue, comment: "")
case .flatMapFirst:
return NSLocalizedString(self.rawValue, comment: "")
case .flatMapLatest:
return NSLocalizedString(self.rawValue, comment: "")
case .ignoreElements:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome catch!

@Vkt0r
Copy link
Member

Vkt0r commented Dec 3, 2019

@pzmudzinski Thanks for taking the time to create this PR. This looks good to me. I checked out the PR and everything is good. Let's wait a couple of days in case @yury want to check it out and then let's merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants