7.1.40 • Published 3 months ago

@tilde-nlp/website-translator v7.1.40

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

Website Translator

Node.js Package

Quickly scale up from one language to a dozen! No coding, manual translation, or duplicated webpages! Simply select the target languages and Website Translator will instantly translate the content. For quality control, you can review and edit translations with a visual editor.

Usage

Include a reference to the Website Translator

<script src="/dist/widget.js"></script>

Integrate using the default language selector

Default language selector can be displayed as a dropdown or a list of buttons that can be styled by css to further match your style. It will load the available languages automatically and start translation on making a selection.

<html lang="en">
<head>
   <!-- Enter the correct source code path -->
   <script src="/dist/widget.js"></script>
</head>
<body>
   <div class="website-translator"></div>
   <!-- This will be translated  -->
   <p>This will be translated</p>

   <!-- This will not be translated  -->
   <p translate="no">This will not be translated</p>

   <!-- This will not be translated  -->
   <p lang='ja'>これを訳して</p>
</body>
<footer>
   <script>
      // Configure

      // Change XXXXXXXXXXX to your Client-ID
      WebsiteTranslator.Options.api.clientId = "XXXXXXXXXXX";

      // Change backend url 
      WebsiteTranslator.Options.api.url = "https://example.com"

      WebsiteTranslator.Options.ui.toolbarPosition = "top";

      // Display the language selector as a dropdown:
      //    menu - "menu"
      //    list of buttons - "list"
      WebsiteTranslator.Options.ui.layout = "menu";

      // Display UI in the language your visitors are translating into:
      //    target language - "target",
      //    the original language - "source"
      WebsiteTranslator.Options.ui.translate = "target";

      WebsiteTranslator.Initialize()
   </script>
</footer>
</html>

Browser support

EdgeFirefoxChromeSafariOpera
14+52+51+10+38+

Edge Legacy and Internet Explorer browsers are not supported.

7.1.40

3 months ago

7.1.39

3 months ago

7.1.37

5 months ago

7.1.38

3 months ago

7.1.36

6 months ago

7.1.35

8 months ago

7.1.34

8 months ago

7.1.33

9 months ago

7.1.31

10 months ago

7.1.32

10 months ago

7.1.30

10 months ago

7.1.19

1 year ago

7.1.24

11 months ago

7.1.25

11 months ago

7.1.22

12 months ago

7.1.23

11 months ago

7.1.20

1 year ago

7.1.21

1 year ago

7.1.28

10 months ago

7.1.29

10 months ago

7.1.26

11 months ago

7.1.27

10 months ago

7.1.18

1 year ago

7.1.9

2 years ago

7.1.13

2 years ago

7.1.14

2 years ago

7.1.11

2 years ago

7.1.12

2 years ago

7.1.10

2 years ago

7.1.17

2 years ago

7.1.15

2 years ago

7.1.16

2 years ago

7.1.8

2 years ago

7.1.7

2 years ago

7.1.6

2 years ago

7.1.5

2 years ago

7.1.4

2 years ago

7.1.3

2 years ago

7.1.2

2 years ago

7.1.1

2 years ago

7.1.0

2 years ago