Files
matrix-authentication-service/crates/i18n/test_data/fr.json
T
2023-10-05 19:29:23 +02:00

8 lines
165 B
JSON

{
"hello": "Bonjour !",
"goodbye": "Au revoir !",
"active_sessions": {
"one": "%(count)d session active.",
"other": "%(count)d sessions actives."
}
}