translate
Translates a document string.
Example
1
{{ 'HELLO_WORLD_STRING_IDENTIFIER' | translate: 'subtype' }} => Hello world
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | key | The key of the document string to translate. Comes before the | sign. | Required |
string | subtype | The subtype of the document string to translate, defaults to ‘’ |
Output
Type | Description |
---|---|
string | The translated document string |