Skip to content

JioMeet/JioLocalizationSDK_WEB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 

Repository files navigation

Jiotranslate for Web
The Jiotranslate i18n SDK for Web

What is Jiotranslate for Web?

Web integration library of Jiotranslate. This package makes it super simple to add i18n to your Web app!

Installation

npm install @jiotranslate/web-beta

Then use the library in your app:

Usage

First, create a Jiotranslate instance and run it.

import { JioTranslate, DevTools, FormatSimple } from "@jiotranslate/web-beta";

const jt = JioTranslate().use(DevTools()).use(FormatSimple()).init({
  apiKey: "your_api_key",
  apiUrl: "https://localization-platform.sit.translate.jio/",
});

jt.run();

Then, use it to translate your strings.

jt.onLangLoaded.subscribe(() => {
  document.title = jt.translate("hello_world");
});

Why use Jiotranslate?

It saves you a significant amount of time on localization tasks. It also ensures your software is perfectly translated.

Features

  • Comprehensive localization solution tailored for your JavaScript application ๐Ÿ™Œ

  • Seamless in-context localization right from the start ๐ŸŽ‰

  • Translation management system ๐ŸŽˆ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published