Skip to content

Instantly share code, notes, and snippets.

View azerum's full-sized avatar
🇺🇦
🕊️🌍

azerum

🇺🇦
🕊️🌍
  • Mostly Harmless
View GitHub Profile
@azerum
azerum / rfc5646-language-tags.js
Created April 25, 2023 15:27 — 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)',