Skip to content

Commit

Permalink
Merge branch 'deploy/3.3.4' into productive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Oct 4, 2016
2 parents c1b940a + 0752fcb commit 4a81d95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Sources/Code/StringsFileUpdater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ public class StringsFileUpdater {

if keepExistingKeys {
for (key, oldValue, oldComment) in oldTranslations {
if newTranslations.filter({ $0.0 == key }).isEmpty {
let oldTranslationEntry = (key, oldValue, oldComment)
translations.append(oldTranslationEntry)
}
let oldTranslationEntry = (key, oldValue, oldComment)
translations.append(oldTranslationEntry)
}
}

Expand Down

0 comments on commit 4a81d95

Please sign in to comment.