...

Text file src/github.com/go-playground/universal-translator/_examples/file-formats/cardinal.json

Documentation: github.com/go-playground/universal-translator/_examples/file-formats

     1[
     2    {
     3        "locale": "en",
     4        "key": "cardinal_test",
     5        "trans": "You have {0} day left.",
     6        "type": "Cardinal",
     7        "rule": "One"
     8    },
     9    {
    10        "locale": "en",
    11        "key": "cardinal_test",
    12        "trans": "You have {0} days left.",
    13        "type": "Cardinal",
    14        "rule": "Other"
    15    }
    16]

View as plain text