0.0.6 • Published 3 years ago

edison-i18n v0.0.6

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

edison-i18n

A string library for edison

Getting Started

Add the package with: yarn add https://github.com/Always-Near/edison-i18n.git

Example:

import i18next from "i18next";
import { EN } from "edison-i18n";

i18next.init(
  {
    lng: "en",
    debug: true,
    resources: {
      en: {
        translation: EN,
      },
    },
  },
  function (err, t) {
    document.getElementById("output").innerHTML = i18next.t("welcome");
  }
);

Upgrade

yarn upgrade edison-i18n

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago