Implement `transChoice` method
Closed this issue · 0 comments
rmariuzzo commented
Summary
As a user, I would like to have a transChoice
method that implement Illuminate/Translation/Translator#transChoice
method.
Description
This method should be an alias to choice()
method.
Tests
The test/spec/lang_transChoice_spec.js
should be created and has to fully cover all cases of transChoice
method.