driesvints / vat-calculator

Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.
MIT License
1.2k stars 88 forks source link

Validation message not translated #34

Closed jeroenbourgois closed 8 years ago

jeroenbourgois commented 8 years ago

Hi

We are using Laravel 5.2 and cannot get the validation message to be translated. We placed the vat_number key inside the validation.php file, but we always get: vatnumber-validator::validation.vat_number as a result. Any idea what we could be missing?

jeroenbourgois commented 8 years ago

Ok I found that the translation file should live in resources/lang/vendor/vatnumber-validator, which was not really clear.