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
Migrate more strings to translation keys (#11672)
This commit is contained in:
committed by
GitHub
parent
39c4e0c41f
commit
fa377cbade
@ -171,7 +171,7 @@ describe("languageHandler", () => {
|
||||
|
||||
describe("languageHandler JSX", function () {
|
||||
// See setupLanguage.ts for how we are stubbing out translations to provide fixture data for these tests
|
||||
const basicString = "Rooms";
|
||||
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...";
|
||||
|
Reference in New Issue
Block a user