0.0.21 • Published 12 months ago

@subiz/langmap v0.0.21

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
12 months ago

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 @subiz/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"];

What locales are missing?

node ./findMissing.js

Note when adding new locales

  • Append to the bottom of the file './language-mapping-list.js'. Do not add to the middle
  • Build the proto in github.com/subiz/header: docker build --progress=plain -t live360vn/protobuild:2.6 .
0.0.21

12 months ago

0.0.20

12 months ago

0.0.19

12 months ago

0.0.18

12 months ago

0.0.17

12 months ago