I have a translation message like this: `'items_from_to' => ':from - :to of :total'` When translating... ``` Lang.get('items_from_to', { from: 1, to: 10, total: 34 }) ``` I see: _1 - 10 of 10tal_ instead of 1 - 10 of 100