i18n Tagged Template Literals Build Status Coverage Status npm version

NPM

Overview

This template literal tag adds support for i18n and l10n (translation and internationalization) to your JavaScript project. It provides the following benefits:

Features

Compatibility

This library is using the ECMAScript Internationalization API. ES Internationalization API is implemented in all modern Browsers. For node.js projects you can use Andy Earnshaw's excellent Intl.js polyfill:

Examples

Installation

$ npm install es2015-i18n-tag --save

Usage

see docs

Tools

Build time translation

JSON Schema

Credits

Thanks to Jack Hsu for his initial draft of an i18n template literal.

License

Copyright (c) 2016 Steffen Kolmer

This software is licensed under the MIT license. See the LICENSE file accompanying this software for terms of use.