diff --git a/i18next-parser.config.js b/i18next-parser.config.js index c90248b6..a92d9fbc 100644 --- a/i18next-parser.config.js +++ b/i18next-parser.config.js @@ -10,7 +10,14 @@ export default { { lexer: "JavascriptLexer", functions: ["t", "translatedError"], - functionsNamespace: ["useTranslation", "withTranslation"], + namespaceFunctions: ["useTranslation", "withTranslation"], + }, + ], + tsx: [ + { + lexer: "JsxLexer", + functions: ["t", "translatedError"], + namespaceFunctions: ["useTranslation", "withTranslation"], }, ], }, diff --git a/public/locales/en-GB/app.json b/public/locales/en-GB/app.json index b083cf17..abce8182 100644 --- a/public/locales/en-GB/app.json +++ b/public/locales/en-GB/app.json @@ -104,6 +104,7 @@ "Submitting…": "Submitting…", "Thanks, we received your feedback!": "Thanks, we received your feedback!", "Thanks!": "Thanks!", + "This application has been opened in another tab.": "This application has been opened in another tab.", "This call already exists, would you like to join?": "This call already exists, would you like to join?", "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy and <6>Terms of Service apply.<9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy and <6>Terms of Service apply.<9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)", "Unmute microphone": "Unmute microphone",