Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed May 9, 2019
1 parent a8a5c04 commit 4cc2a0f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions v2/i18n/localizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,6 @@ func (l *Localizer) LocalizeWithTag(lc *LocalizeConfig) (string, language.Tag, e
return msg, tag, nil
}

MessageID: messageID,
PluralCount: kv["PluralCount"],
TemplateData: args,
}

return l.Localize(lc)
}
}

func (l *Localizer) getTemplate(id string, defaultMessage *Message) (language.Tag, *MessageTemplate) {
// Fast path.
// Optimistically assume this message id is defined in each language.
Expand Down

0 comments on commit 4cc2a0f

Please sign in to comment.