nnjeim / world

A Laravel package which provides a list of the countries, states, cities, currencies, timezones and languages.
MIT License
737 stars 104 forks source link

Fixed replacement in response.php for Italian with slight form improvement #76

Closed rinodrummer closed 6 months ago

rinodrummer commented 6 months ago

I noticed that the :attribute placeholder was translated as No: attributo breaking the feature.

This PR fixes this bug for Italian language and uses a slightly improved sentence form.

I also noticed that other languages have this bug, so if this gets approved I will use this PR or make another one to fix them too.