You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
i18n-scan: fix the test now that we don't pre-fill the translations values anymore
This commit is contained in:
@@ -303,17 +303,17 @@ mod tests {
|
|||||||
tree,
|
tree,
|
||||||
serde_json::json!({
|
serde_json::json!({
|
||||||
"hello": "Hello!",
|
"hello": "Hello!",
|
||||||
"world": "world",
|
"world": "",
|
||||||
"plural": {
|
"plural": {
|
||||||
"other": "%(count)d plural"
|
"other": ""
|
||||||
},
|
},
|
||||||
"nested": {
|
"nested": {
|
||||||
"1": "nested.1",
|
"1": "",
|
||||||
"2": "nested.2",
|
"2": "",
|
||||||
"3": "nested.3",
|
"3": "",
|
||||||
"4": "nested.4",
|
"4": "",
|
||||||
"5": "nested.5",
|
"5": "",
|
||||||
"6": "nested.6",
|
"6": "",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user