1.0.1 • Published 5 years ago

rfc5646-tags v1.0.1

Weekly downloads
7
License
MIT
Repository
-
Last release
5 years ago

rfc5646-tags

package version package downloads standard-readme compliant package license make a pull request

List of language tags according to RFC 5646

Table of Contents

About

Based on this gist.

Usage

const RFC5646 = require('./')
console.log(RFC5646)
// {
//   'af-ZA': 'Afrikaans (South Africa)',
//   'ar-AE': 'Arabic (U.A.E.)',
//   'ar-BH': 'Arabic (Bahrain)',
//   'ar-DZ': 'Arabic (Algeria)',
//   'ar-EG': 'Arabic (Egypt)',
//   'ar-IQ': 'Arabic (Iraq)',
//   'ar-JO': 'Arabic (Jordan)',
//   'ar-KW': 'Arabic (Kuwait)', ...

Install

This project uses node and npm.

$ npm install rfc5646-tags
$ # OR
$ yarn add rfc5646-tags

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT