Skip to content

tiaanduplessis/rfc5646-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

List of language tags according to RFC 5646

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published