OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / go-playground / universal-translator / testdata / nested1 / nested2 / nested2.json
1 [
2     {
3         "locale": "en",
4         "key": "test_trans3",
5         "trans": "Welcome {0} to the {1}"
6     },
7     {
8         "locale": "en",
9         "key": "test_trans4",
10         "trans": "{0}{1}"
11     },
12     {
13         "locale": "en",
14         "key": "test_trans",
15         "trans": "Welcome {0} to the {1}."
16     }
17 ]