Skip to content

Instantly share code, notes, and snippets.

View paperkotter's full-sized avatar
🎲

Denis paperkotter

🎲
  • Timebook
  • Poland, Bielsko-Biala
View GitHub Profile
@paperkotter
paperkotter / rfc5646-language-tags.js
Created February 17, 2017 11:09 — forked from msikma/rfc5646-language-tags.js
RFC 5646 Language Tags
// List of language tags according to RFC 5646.
// See <http://tools.ietf.org/html/rfc5646> for info on how to parse
// these language tags. Some duplicates have been removed.
var RFC5646_LANGUAGE_TAGS = {
'af': 'Afrikaans',
'af-ZA': 'Afrikaans (South Africa)',
'ar': 'Arabic',
'ar-AE': 'Arabic (U.A.E.)',
'ar-BH': 'Arabic (Bahrain)',
'ar-DZ': 'Arabic (Algeria)',