Rasa FreeBeta
ByCrowdinVerified Author

Rasa Skills Localization

Install

Rasa translation with Crowdin

Copy link

With this app you can translate Rasa in Crowdin and keep the app multilingual. (Only JSON format is supported)

File Format Details

Copy link
Attribute Value
File Extension .json
API Type rasa
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
{
  "rasa_nlu_data": {
    "regex_features": [],
    "entity_synonyms": [
      {
        "value": "test",
        "synonyms": [
          "test",
          "test 2"
        ]
      }
    ],
    "common_examples": [
      {
        "text": "a wood chuck",
        "intent": "None",
        "entities": []
      }
    ]
  }
}

Translating Rasa

Copy link

Notes

  • Make sure to configure the proper export patterns for your Rasa files you upload to Crowdin. When downloading you should receive files named like "alarm.check_usersays_en.json", "alarm.check_usersays_fr.json". It's recommended to use Crowdin CLI or CVS integration to get translated package ready for import to the Rasa.

  • Every entry in Intent files woul require langauge code. This langauge code will not be set automatically, either you or a translators should put proper values using Crowdin Editor. If you enable automatic duplicates translation in your project settings, this action can be done once per every target language.

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 20, 2022

Updated on Feb 23, 2024

Published by Crowdin

Identifier:rasa