internationalization-rs/locales/test.json

25 lines
517 B
JSON
Raw Normal View History

2019-10-09 00:37:41 +00:00
{
2019-10-09 15:34:37 +00:00
"hello": {
"en": "Hello $name!",
"fr": "Salut $name !"
},
"multiple.vars": {
"fr": "Nom: $name, Truc: $thing, bingo: $bingo"
},
"inconsistent.vars": {
"en": "Name: $thing, ok: $ok",
"fr": "Salut $name !"
},
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 15:34:37 +00:00
},
"err.user.not_found": {
"en": "User not found: $email, ID: $id"
2019-10-09 00:37:41 +00:00
}
}