mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-25 17:45:03 +03:00
49cbcefc9c
- Add Kurdish ("ku") to supplement Kurdish-Turkey ("ku-TR")
- Alphabetize Norwegian ("no")
- Normalize case on Chinese ("HANS" and "HANT")
Change-Id: I75ae78b446cdf8a3358da08f4f0474a7eb7f2060
language-mapping-list
List of all the known languages in their English and Native name with locales.
There are over 200 languages available in the list.
$ npm install langmap
Usage:
var langmap = require("langmap");
"Native" => English (US)
var native = langmap["en-US"]["nativeName"];
"Native" => ภาษาไทย
var native = langmap["th"]["nativeName"];
"English" => Thai
var native = langmap["th"]["englishName"];