Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
/ lexicon Public archive

Manages translations of the user interface.

License

Notifications You must be signed in to change notification settings

ordinateio/lexicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lexicon

Manages translations of the user interface.

Installation

npm install --save-dev @ordinateio/lexicon

Usage

import {Lexicon} from "@ordinateio/lexicon";

const lexicon = new Lexicon({
    locale: 'ru',
    translations: {
        test: {
            en: "On the other hand ...",
            ru: "Не следует, однако...",
        }
    }
});

console.log(lexicon.get("test"));

About

Manages translations of the user interface.

Resources

License

Stars

Watchers

Forks

Packages

No packages published