mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
Mark more strings for translation.
Fixes #1128 among many other things. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
11e2635aa0
commit
9dd5fd2aa5
@@ -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,
|
||||
|
Reference in New Issue
Block a user