chat-client/node_modules/lcid
jsrobson10 c63a625a0a Can now send links, do some string formatting, send newlines, organised chats more. Updated the readme 2019-04-17 08:53:12 +10:00
..
index.js Can now send links, do some string formatting, send newlines, organised chats more. Updated the readme 2019-04-17 08:53:12 +10:00
lcid.json Can now send links, do some string formatting, send newlines, organised chats more. Updated the readme 2019-04-17 08:53:12 +10:00
license Can now send links, do some string formatting, send newlines, organised chats more. Updated the readme 2019-04-17 08:53:12 +10:00
package.json Can now send links, do some string formatting, send newlines, organised chats more. Updated the readme 2019-04-17 08:53:12 +10:00
readme.md Can now send links, do some string formatting, send newlines, organised chats more. Updated the readme 2019-04-17 08:53:12 +10:00

readme.md

lcid Build Status

Mapping between standard locale identifiers and Windows locale identifiers (LCID)

Based on the mapping used in the Python standard library.

The mapping itself is just a JSON file and can be used wherever.

Install

$ npm install --save lcid

Usage

var lcid = require('lcid');

lcid.from(1044);
//=> 'nb_NO'

lcid.to('nb_NO');
//=> 1044

lcid.all;
//=> {'af_ZA': 1078, ...}

License

MIT © Sindre Sorhus