Alexa Skills Free
ByCrowdinVerified Author

Alexa Skills Localization

Install

Alexa Skills translation with Crowdin

Copy link

With this app you can translate Alexa Skills in Crowdin and keep the app multilingual.

File Format Details

Copy link
Attribute Value
File Extension .json
API Type amazon-alexa
Source can be edited in Crowdin No
Generating translated files via Bundles Search Crowdin Store
Supports pluralization No
WYSIWYG Preview in the editor Yes
Supported types of contextual information WYSIWYG
Custom attributes No
Existing translations import possibility Key-value mapping (trivial)

Sample File

Copy link
{
  "interactionModel": {
    "languageModel": {
      "invocationName": "change me",
      "intents": [
        {
          "name": "AMAZON.CancelIntent",
          "samples": []
        },
        {
          "name": "AMAZON.HelpIntent",
          "samples": []
        },
        {
          "name": "AMAZON.StopIntent",
          "samples": []
        },
        {
          "name": "AMAZON.FallbackIntent",
          "samples": []
        },
        {
          "name": "GetNewFactIntent",
          "slots": [
            {
              "name": "factType",
              "type": "FactType"
            }
          ],
          "samples": [
            "a fact",
            "a {factType} fact",
            "tell me a fact",
            "tell me a {factType} fact",
            "give me a fact",
            "tell me trivia",
            "tell me a {factType} trivia",
            "give me trivia",
            "give me a {factType} trivia",
            "give me some information",
            "give me some {factType} information",
            "tell me something",
            "give me something"
          ]
        },
        {
          "name": "AMAZON.NavigateHomeIntent",
          "samples": []
        },
        {
          "name": "AddNewFact",
          "slots": [
            {
              "name": "factType",
              "type": "FactType"
            }
          ],
          "samples": [
            "add {factType} as a new topic",
            "save {factType} as a new topic",
            "add {factType} as favorite topic",
            "save {factType} as favorite topic",
            "add {factType} as a favorite fact topic",
            "save {factType} as a favorite fact topic"
          ]
        }
      ],
      "types": [
        {
          "name": "FactType",
          "values": [
            {
              "name": {
                "value": "Space"
              }
            },
            {
              "name": {
                "value": "Soccer"
              }
            },
            {
              "name": {
                "value": "Football"
              }
            }
          ]
        }
      ]
    }
  }
}

Translating Alexa Skills

Copy link

Note: Make sure to configure the proper export patterns for your Alexa Skills files you upload to Crowdin. When downloading you should receive files named like "fr-FR.json", "de-DE.json".

Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.

Learn More
Categories
File Formats
Works with
  • Crowdin Enterprise
  • crowdin.com
Details

Released on Aug 21, 2022

Updated on Feb 23, 2024

Published by Crowdin

Identifier:amazon-alexa