You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Locallazy: Convert even more strings (#11679)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -291,7 +291,7 @@ describe("languageHandler JSX", function () {
|
||||
});
|
||||
|
||||
// mocked lv has only `"Uploading %(filename)s and %(count)s others|one"`
|
||||
const lvExistingPlural = "Uploading %(filename)s and %(count)s others";
|
||||
const lvExistingPlural = "room|upload|uploading_multiple_file";
|
||||
const lvNonExistingPlural = "%(spaceName)s and %(count)s others";
|
||||
|
||||
describe("pluralization", () => {
|
||||
|
Reference in New Issue
Block a user