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,
|
||||
serde_json::json!({
|
||||
"hello": "Hello!",
|
||||
"world": "world",
|
||||
"world": "",
|
||||
"plural": {
|
||||
"other": "%(count)d plural"
|
||||
"other": ""
|
||||
},
|
||||
"nested": {
|
||||
"1": "nested.1",
|
||||
"2": "nested.2",
|
||||
"3": "nested.3",
|
||||
"4": "nested.4",
|
||||
"5": "nested.5",
|
||||
"6": "nested.6",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "",
|
||||
"6": "",
|
||||
},
|
||||
})
|
||||
);
|
||||
|
Reference in New Issue
Block a user