Update i18next-parser.config.ts
This commit is contained in:
committed by
Quentin Gliech
parent
44168aa628
commit
84e34d6d1b
@@ -22,7 +22,14 @@ const config: UserConfig = {
|
||||
ts: [
|
||||
{
|
||||
lexer: "JavascriptLexer",
|
||||
functions: ["t", "translatedError"],
|
||||
functions: ["t"],
|
||||
namespaceFunctions: ["useTranslation", "withTranslation"],
|
||||
},
|
||||
],
|
||||
tsx: [
|
||||
{
|
||||
lexer: "JsxLexer",
|
||||
functions: ["t"],
|
||||
namespaceFunctions: ["useTranslation", "withTranslation"],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user