internationalization-rs/locales/test.json

11 lines
203 B
JSON
Raw Normal View History

2019-10-09 00:37:41 +00:00
{
"key.test": {
"en": "This is a test",
"fr": "C'est un test"
2019-10-09 00:41:34 +00:00
},
"err.not_allowed": {
"en": "You are not allowed to do this",
"fr": "Vous n'êtes pas autorisé à faire cela"
2019-10-09 00:37:41 +00:00
}
}