7.1.18 • Published 1 month ago

@tilde-nlp/website-translator v7.1.18

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

1 month ago

7.1.9

10 months ago

7.1.13

10 months ago

7.1.14

9 months ago

7.1.11

10 months ago

7.1.12

10 months ago

7.1.10

10 months ago

7.1.17

5 months ago

7.1.15

9 months ago

7.1.16

7 months ago

7.1.8

11 months ago

7.1.7

11 months ago

7.1.6

11 months ago

7.1.5

11 months ago

7.1.4

12 months ago

7.1.3

12 months ago

7.1.2

12 months ago

7.1.1

12 months ago

7.1.0

12 months ago