7.1.40 • Published 1 year ago

@tilde-nlp/website-translator v7.1.40

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year 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

1 year ago

7.1.39

1 year ago

7.1.37

1 year ago

7.1.38

1 year ago

7.1.36

1 year ago

7.1.35

2 years ago

7.1.34

2 years ago

7.1.33

2 years ago

7.1.31

2 years ago

7.1.32

2 years ago

7.1.30

2 years ago

7.1.19

2 years ago

7.1.24

2 years ago

7.1.25

2 years ago

7.1.22

2 years ago

7.1.23

2 years ago

7.1.20

2 years ago

7.1.21

2 years ago

7.1.28

2 years ago

7.1.29

2 years ago

7.1.26

2 years ago

7.1.27

2 years ago

7.1.18

2 years ago

7.1.9

3 years ago

7.1.13

3 years ago

7.1.14

3 years ago

7.1.11

3 years ago

7.1.12

3 years ago

7.1.10

3 years ago

7.1.17

2 years ago

7.1.15

3 years ago

7.1.16

3 years ago

7.1.8

3 years ago

7.1.7

3 years ago

7.1.6

3 years ago

7.1.5

3 years ago

7.1.4

3 years ago

7.1.3

3 years ago

7.1.2

3 years ago

7.1.1

3 years ago

7.1.0

3 years ago