{{ $t("hello", { name: "John" }) }}
{{ $t("items", { count: 5 }) }}
{{ $n(1000, "currency") }}
{{ $d(new Date(), "long") }}
{{ t("description") }}
{{ product.description }}
{{ $n(1234.56, "currency") }}
{{ $n(123456.789, "decimal") }}
{{ $d(date, "short") }}
{{ $d(date, "long") }}
{{ $t("items", 0) }}
{{ $t("items", 1) }}
{{ $t("items", 5) }}
{{ $t("cart", { n: 1 }) }}
{{ $t("cart", { n: 3 }) }}