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

@gullerya/i18n

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gullerya/i18n

client (browser) oriented internationalization library

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

GitHub npm Travis Codecov Codacy

Summary

i18n is a client (browser) oriented library providing an easy means to quickly localize web sites; i18n is capable of handling complex web-component based sites with the same easiness as a simple 'flat' ones.

Main aspects:

  • data binding part is powered by data-tier engine
  • the whole work performed client side, while actual localization resources requested from the backend as a static resources
    • JSON resource format supported
Support matrix: CHROME61+ | FIREFOX60+ | EDGE16+
Last versions (full changelog is here)
  • 0.0.1
    • Initial implementation

API

i18n library consists of a ...

import:

Import the library as in example below:

import { ... } from './dist/i18n.min.js';

Typical usage example

The flow below exemplifies typical usage of the library:

Keywords

FAQs

Package last updated on 06 Nov 2019

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