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

Added state translation #66

Closed MoroAlberto closed 7 months ago

MoroAlberto commented 9 months ago

Description

Added a JSON file containing Italian states to extend the existing functionality for countries.

Changes Made

nnjeim commented 9 months ago

@MoroAlberto Thank you for your contribution, however i would look into a full translation of the states if this would be available. Do you have access to such a resource?

MoroAlberto commented 8 months ago

@nnjeim I've added all the states from /resources/json/states.json

nnjeim commented 8 months ago

@nnjeim I've added all the states from /resources/json/states.json

Hi again the idea is that the world package is supporting all the locales below for the moment.

'accepted_locales' => [ 'ar', 'bn', 'br', 'de', 'en', 'es', 'fr', 'it', 'ja', 'kr', 'nl', 'pl', 'pt', 'ro', 'ru', 'tr', 'zh', ],

Do you have access to the translation of the states in the listed above locales?
MoroAlberto commented 3 months ago

@nnjeim No, I don't have access to the translation, but I have added English translations for all the other locales.