1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Migrate more strings to translation keys (#11694)

This commit is contained in:
Michael Telatynski
2023-10-03 19:17:26 +01:00
committed by GitHub
parent 677854d318
commit e1cfde0c6e
201 changed files with 21074 additions and 18552 deletions

View File

@ -211,7 +211,7 @@ describe("languageHandler JSX", function () {
const basicString = "common|rooms";
const selfClosingTagSub = "Accept <policyLink /> to continue:" as TranslationKey;
const textInTagSub = "<a>Upgrade</a> to your own domain" as TranslationKey;
const plurals = "and %(count)s others...";
const plurals = "common|and_n_others";
const variableSub = "slash_command|ignore_dialog_description";
type TestCase = [