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.

/estore-locales/

    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