Create translations for your model.
Use cases:
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 |
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"