bdswiss / country-language

Node.js module for i18n apps - query any country's spoken languages or find countries where a language is spoken.
MIT License
80 stars 29 forks source link

Alemannic German (gsw) seems to be not in the DB of ISO codes #1

Open kelson42 opened 9 years ago

kelson42 commented 9 years ago

countryLanguage.getLanguage( ǵsw' )

generates an error: There is no language with code "gsw"

More: https://en.wikipedia.org/wiki/Alemannic_German

TassosD commented 9 years ago

With last commit all iso639-2 languages are included in DB. However, for languages not having a iso639-1 code, data do not include "native name", 'language family" and "associated countries". This is a more elaborate task that have been planned in the near future.

kelson42 commented 9 years ago

Thx :)