Mark more strings for translation.

Fixes #1128 among many other things.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-07-31 16:22:38 -07:00
committed by Anders Kaseorg
parent 11e2635aa0
commit 9dd5fd2aa5
14 changed files with 98 additions and 47 deletions

View File

@@ -8,7 +8,7 @@ const config: UserConfig = {
input: ["app/**/*.ts"],
keySeparator: false,
lexers: {
ts: [{lexer: "JavascriptLexer", functions: ["t.__"]}],
ts: [{lexer: "JavascriptLexer", functions: ["t.__", "t.__mf"]}],
},
locales: ["en"],
namespaceSeparator: false,