webpatser / laravel-countries

Laravel Countries is a bundle for Laravel, providing Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries.
MIT License
738 stars 230 forks source link

Add support for ISO 639 #42

Closed yurtesen closed 8 years ago

yurtesen commented 8 years ago

I think it may be worthwhile to support ISO 639 language codes and maybe match them to country codes. I think geonames does it https://github.com/ipalaus/geonames/wiki http://download.geonames.org/export/dump/countryInfo.txt

Tjoosten commented 8 years ago

ISO 639: 3-letter codes or ISO 639: 2-letter codes?

yurtesen commented 8 years ago

I was thinking of 2 character codes.But this looked like a dead project so I decided to make my own package which is much more complete using geonames database. Now, I don't have to think about 2 or 3 characters, or population or gps location of a place or any other information which I may need, all is under control :)

https://github.com/yurtesen/geonames

So you can safely ignore this request. Thanks for the response.

webpatser commented 8 years ago

Since this in a countries list, and not a languages list, we have to think about adding these. Thanks for the input, and good luck on your new project..!