nested1.json 191 B

123456789101112
  1. [
  2. {
  3. "locale": "en",
  4. "key": -1,
  5. "trans": "Welcome {0}"
  6. },
  7. {
  8. "locale": "en",
  9. "key": "test_trans2",
  10. "trans": "{0} to the {1}."
  11. }
  12. ]