Menu

Translations

Create translations for your model.

Use cases:

  • Translate your model in multiple languages.

Syntax

Help
translation:
  language_key:
    - text to be translated: translation
Key Required Type Default Description
language_key Yes string Null The key of the language that you want to translate

Examples

translation:
  nl-nl:
    - Example sales order: "Generieke tekst"
    - left: "links"

Multiple translations.

translation:
  nl-nl:
    - Example sales order: "Generieke tekst"
    - left: "links"
  fr-fr:
    - Example sales order: "Exemple de commande de vente"
    - left: "liens"
Menu