fluent-fallback 0.7.2

A high-level implementation of a collection of locale bundles including fallback between locales for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations.
Documentation
1
2
3
4
5
6
7
8
missing-arg-error = Błąd: Proszę wprowadzić liczbę jako argument.
input-parse-error = Błąd: Nie udało się sparsować `{ $input }`. Powód: { $reason } 
response-msg =
    { $value ->
        [one] "{ $input }" ma jeden krok Collatza.
        [few] "{ $input }" ma { $value } kroki Collatza.
       *[many] "{ $input }" ma { $value } kroków Collatza.
    }