OpenBookPrices / country-data

Country related data such as ISO codes, currencies etc
MIT License
515 stars 165 forks source link

Languages #13

Closed lawitschka closed 10 years ago

lawitschka commented 10 years ago

I added a languages module and added as many as possible languages to countries. Language data was taken from http://www.loc.gov/standards/iso639-2/php/English_list.php. For adding languages to countries I used http://en.wikipedia.org/wiki/List_of_official_languages_by_state.

The list of languages and country languages is not complete and only includes languages which have an alpha2 code, but it is a start :wink:

evdb commented 10 years ago

Great stuff - thank you. Sorry for the delay in merging this.

lawitschka commented 10 years ago

No problem, you are welcome!

On Wednesday, September 24, 2014, Edmund von der Burg < notifications@github.com> wrote:

Great stuff - thank you. Sorry for the delay in merging this.

— Reply to this email directly or view it on GitHub https://github.com/OpenBookPrices/country-data/pull/13#issuecomment-56667913 .

Moritz Lawitschka Developer

urbanvention.com

E-Mail: moritz@urbanvention.com Twitter: @lawitschka

evdb commented 10 years ago

Now published to npmjs: https://www.npmjs.org/package/country-data

Note that I'm using the three letter codes instead of the two letter ones.