With this app you can translate Alexa Skills in Crowdin and keep the app multilingual.
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) |
{
"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"
}
}
]
}
]
}
}
}
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 MoreReleased on Aug 21, 2022
Updated on Feb 23, 2024
Published by Crowdin
Identifier:amazon-alexa