javisperez/vuetranslate

Vue.t should refer to textWithParams

BananaAcid opened this issue · 2 comments

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.

would be fixed in pull request #19

#19 was merged. Closing this now, thanks!