Skip to content

Simpleen Translation

The Simpleen Translation modules allow you to create translations in your Simpleen Translation account.

Getting Started with Simpleen Translation

Prerequisites

  • A Simpleen Translation account

In order to use Simpleen Translation with Ibexa Connect, it is necessary to have a Simpleen Translation account. If you do not have one, you can create a Simpleen Translation account at simpleen.io/signup.

Note

The module dialog fields that are displayed in bold (in the Ibexa Connect scenario, not in this documentation article) are mandatory!

Connecting Simpleen Translation to Ibexa Connect

  1. Go to Ibexa Connect and open the Simpleen Transalation module's Create a connection dialog.

    61f279f1b289b.gif

  2. In the Connection name field, enter a name for the connection.

  3. In the Email and Password fields, enter your Simpleen Translation account credentials respectively, and click Continue.

The connection has been established.

Actions

Create a Translation

Translates content to a selected target language.

Source Language

Select the language of the content which you want to translate. You can select the option Detect Automatically if you are not sure about the language.

Target Language

Select the language in to which you want to translate the content.

Content

Enter the content to translate.

Format of Content

Select the format in which the content is available:

  • Text

  • HTML

  • Markdown

Glossary

Enter the glossary details of the content.

Content 2

Enter the content to translate.

Format of Content 2

Select the format in which the content is available:

  • Text

  • HTML

  • Markdown

Content 3

Enter the content to translate.

Format of Content 3

Select the format in which the content is available:

  • Text

  • HTML

  • Markdown

Make an API Call

Performs an arbitrary authorized API call.

URL

Enter a path relative to https://api.simpleen.com/. For example: /glossaries

For the list of available endpoints, refer to the Simpleen Translation API Documentation.

Method

Select the HTTP method you want to use:

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of Use - List Languages

The following API call returns all the languages from your Simpleen Translation account:

URL:

/languages

Method:

GET

61f279f40377b.png

Matches of the search can be found in the module's Output under Bundle > Body.

In our example, 16 languages were returned:

61f279f5264ac.png