Localazy Download (#30653)

* [create-pull-request] automated change

* Update tests

Hold back one source translation due to inconsistency with related keys

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update screenshot

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
ElementRobot
2025-09-03 10:30:36 +00:00
committed by GitHub
co-authored by t3chguy Michael Telatynski
parent 69d5acb2f3
commit ea4ccda928
22 changed files with 811 additions and 757 deletions
@@ -10,7 +10,7 @@ exports[`<EmptyRoomList /> should display empty state for filter favourite 1`] =
<span
class="mx_EmptyRoomList_GenericPlaceholder_title"
>
You don't have favourite chat yet
You don't have favourite chats yet
</span>
<span
class="mx_EmptyRoomList_GenericPlaceholder_description"
+1 -1
View File
@@ -301,7 +301,7 @@ describe("languageHandler JSX", function () {
it("translates a string to german", async () => {
await setLanguage("de");
const translated = _t(basicString);
expect(translated).toBe("Räume");
expect(translated).toBe("Chats");
});
it.each(testCasesEn)("%s", (_d, translationString, variables, tags, result) => {