2.0.11 • Published 5 years ago

@beguerec/translate v2.0.11

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Translation bot

Localize the text in your application!

Microsoft translation API

Translator Text is a cloud-based machine translation service you can use to translate text in near real-time through a simple REST API call. The API uses modern neural machine translation technology and offers statistical machine translation technology. Custom Translator is an extension of the Translator Text API which allows you to build neural translation systems. The customized translation system can be used to translate text with the Translator Text API

How to use

  1. Sign up for the Translator Text API
  2. Retrieve your authentication key from the translator text API
  3. Create your language configuration file, save it in a JSON format. Example:
{
  "Homepage": {
    "title": "I love all of my new translations!",
    "body": "My application is ready to be more accessible to more people"
  }
}
  1. Install NPM package:

npm install @beguerec/translate

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago