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

8 lines
158 B
JSON

{
"hello": "Hello!",
"goodbye": "Goodbye!",
"active_sessions": {
"one": "%(count)d active session.",
"other": "%(count)d active sessions."
}
}