Vue.t should refer to textWithParams
BananaAcid opened this issue · 2 comments
BananaAcid commented
having Vue.t()
to point to $translate.text()
is unnecessary, pointing it to $translate.textWithParams()
yields the same effect, since you if-out on missing params anyways. Someone wanting clear method names, would use $translate,textWithParams()
anyways.
BananaAcid commented
would be fixed in pull request #19
javisperez commented
#19 was merged. Closing this now, thanks!