SharinPix Custom Translation

SharinPix allows you to create your own custom label with the custom language.

1. To make this work you have to add this in your token.

for example:

translations: ' <<Link> >' (Insert link towards JSON file).

locale: ko ( Mandatory to add in the token else default translation will be applied**)**

2. The URL (JSON File ) should be a public link.

Example how to configure your SharinPix token:

    {
      "path": "/pagelayout/003240000046yLAWWW",
      "abilities": {
        "003240000046yLAWWW": {
          "Access": {
            "see": true,
            "image_list": true,
            "image_delete": true,
            "image_upload": true
          }
        }
      },
      "translations": "https://sharinpix-documentation.s3.amazonaws.com/translation_example.json",
      "locale": "ko"
    }

Below is an example of the JSON:

fallback is reverting to the translation if in case there is missing data.

Demo

In the demo example we are translating the language to french

Before we apply the JSON:

After we applied the JSON:

Last updated