Example Use | Laravel 5: String Translation Public API
…choice and transChoice methods: 1 <?php 2 3 use Illuminate \ Translation \ MessageSelector ; 4 5 class MyMessageSelector extends MessageSelector 6 { 7 8 /** 9 * Override the `choose` method to always return 10 * the same translation line. 11 * 12...