estore-locales

2.10.0 • Public • Published

locales

Translations for eStore

Install

$ npm install --save estore-locales

Usage

const locales = require('estore-locales');
 
console.log(locales.en());
/*
    {
        article: {
            attr1: 'Color',
            attr2: 'Size',
            ...
        },
        ...
    }
 */

AP

.da()

Returns an object with Danish translations.

.de()

Returns an object with German translations.

.en()

Returns an object with English translations.

.fi()

Returns an object with Finnish translations.

.no()

Returns an object with Norwegian translations.

.sv()

Returns an object with Swedish translations.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.10.0
    2
    • latest

Version History

Package Sidebar

Install

npm i estore-locales

Weekly Downloads

35

Version

2.10.0

License

none

Last publish

Collaborators

  • alonalon
  • anton-johansson
  • gillstrom
  • henrikpeszlen
  • michaelbergquistsuarez