lcid

WebJar for lcid

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

lcid
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

lcid
WebJar for lcid
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/sindresorhus/lcid

Скачать lcid

Имя Файла Размер
lcid-2.0.0.pom
lcid-2.0.0.jar 6 KB
lcid-2.0.0-sources.jar 22 bytes
lcid-2.0.0-javadoc.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/lcid/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>lcid</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/lcid/
implementation 'org.webjars.npm:lcid:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/lcid/
implementation ("org.webjars.npm:lcid:2.0.0")
'org.webjars.npm:lcid:jar:2.0.0'
<dependency org="org.webjars.npm" name="lcid" rev="2.0.0">
  <artifact name="lcid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='lcid', version='2.0.0')
)
libraryDependencies += "org.webjars.npm" % "lcid" % "2.0.0"
[org.webjars.npm/lcid "2.0.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : invert-kv jar [2.0.0,3)

Модули Проекта

Данный проект не имеет модулей.

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 anywhere.

Install

$ npm install lcid

Usage

const lcid = require('lcid');

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

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

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

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Версии библиотеки

Версия
2.0.0
1.0.0