Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lisan-locales

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lisan-locales

The repository containing Lisan Locale Configurations

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Lisan.js
i18n, Reimagined!

A blazing fast and super small i18n library for Javascript


Website

Installation · API · Guides & Tips · Examples


Lisan Locales

Lisan Locales is a javascript package contains production-ready Localization configurations.

If you think localization configuration of your native language is missing or wrong,
please feel free to open an issue, or submit a pull request.

Installation

You can install lisan-locales from the sources below, as you see fit.

from npm

npm install lisan-locales

from CDN

<script src="https://unpkg.com/lisan-locales/dist/index.umd.js" type="text/javascript"></script>

After adding the script tag above, all localization configs will be accessible via
window.lisanLocaleAll variable.

You can also add single Localization configuration as below:

<script src="https://unpkg.com/lisan-locales/dist/tr.umd.js" type="text/javascript"></script>

After adding the script tag above, Turkish localization config will be accesible via
window.lisanLocaleTr variable.

List of Locales

You can find the full list of Localization configs, lisan-locale repository.

Compatibility

PlatformIEEdgeFirefoxChromeNodejs
Version8+AllAllAll8+

License

This package is MIT licensed.

Keywords

FAQs

Package last updated on 10 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc