Tolgee JS UI library
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.