JSPM

@tolgee/web

4.9.3-rc.128edeb.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 66516
  • Score
    100M100P100Q155363F
  • License BSD-3-Clause

Tolgee for web

Package Exports

  • @tolgee/web

Readme

Tolgee JS UI library

test workflow @tolgee/ui version types typescript twitter github stars

Tolgee Toolkit

UI library of Tolgee localization tool. For more information about Tolgee, visit our documentation website https://tolgee.io.

Installation

npm install @tolgee/ui --save

First, create a Tolgee instance and provide UI constructor.

import {Tolgee} from "@tolgee/core";

const tg = Tolgee.init({
    apiKey: "your_api_key",
    apiUrl: "https://app.tolgee.io",
})

tg.run();

Now you should be able to edit your texts in-context with ALT + Clicking your texts.

To learn more, check Hello World example.