summaryrefslogtreecommitdiffstats
path: root/third_party/rust/fluent-fallback/examples/resources/en-US/simple.ftl
blob: 99f0a6bb6f1809a79b172383a7446d71df377589 (plain)
1
2
3
4
5
6
7
missing-arg-error = Error: Please provide a number as argument.
input-parse-error = Error: Could not parse input `{ $input }`. Reason: { $reason }
response-msg =
    { $value ->
        [one] "{ $input }" has one Collatz step.
       *[other] "{ $input }" has { $value } Collatz steps.
    }