Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.221.40.13
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
lcid /
Delete
Unzip
Name
Size
Permission
Date
Action
index.js
436
B
-rw-r--r--
2015-03-16 06:59
lcid.json
3.19
KB
-rw-r--r--
2015-03-16 05:50
license
1.09
KB
-rw-r--r--
2014-04-06 15:43
package.json
1.61
KB
-rw-r--r--
2021-02-04 21:24
readme.md
826
B
-rw-r--r--
2015-03-16 06:56
Save
Rename
# lcid [](https://travis-ci.org/sindresorhus/lcid) > Mapping between [standard locale identifiers](http://en.wikipedia.org/wiki/Locale) and [Windows locale identifiers (LCID)](http://en.wikipedia.org/wiki/Locale#Specifics_for_Microsoft_platforms) Based on the [mapping](https://github.com/python/cpython/blob/be2a1a76fa43bb1ea1b3577bb5bdd506a2e90e37/Lib/locale.py#L1395-L1604) used in the Python standard library. The mapping itself is just a [JSON file](lcid.json) and can be used wherever. ## Install ``` $ npm install --save lcid ``` ## Usage ```js var lcid = require('lcid'); lcid.from(1044); //=> 'nb_NO' lcid.to('nb_NO'); //=> 1044 lcid.all; //=> {'af_ZA': 1078, ...} ``` ## License MIT © [Sindre Sorhus](http://sindresorhus.com)