translate_order_status

Translates an order status.

Example

1
{{ 'status_not_allowed' | translate_order_status }} => Status is not allowed

Input

Type Parameter Description Required
string status The status of the order to translate. Comes before the | sign. Required

Output

Type Description
string The translated order status