Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@tolgee/devtools-web

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@tolgee/devtools-web

Dev tools for @tolgee/core package

unpublished
latest
Source
npmnpm
Version
5.0.0-rc.0b3e627.0
Version published
Maintainers
2
Created
Source

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.

Keywords

localization

FAQs

Package last updated on 29 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts