5.0.0-rc.0b3e627.0 • Published 2 years ago

@tolgee/devtools-web v5.0.0-rc.0b3e627.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

Tolgee JS UI library

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

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.