fix fallback for pluralized strings (#7480)
* fix fallback for pluralized cases Signed-off-by: Kerry Archibald <kerrya@element.io> * add test case for no pluralizer Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
parent
309f7bb235
commit
d4250918cf
3 changed files with 22 additions and 4 deletions
|
@ -2,6 +2,7 @@ const en = require("../src/i18n/strings/en_EN");
|
|||
const de = require("../src/i18n/strings/de_DE");
|
||||
const lv = {
|
||||
"Save": "Saglabāt",
|
||||
"Uploading %(filename)s and %(count)s others|one": "Качване на %(filename)s и %(count)s друг",
|
||||
};
|
||||
|
||||
// Mock the browser-request for the languageHandler tests to return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue