frontend/i18n-unused.config.js (view raw)
1/** @type {import('i18n-unused').RunOptions} */ 2module.exports = { 3 localesPath: 'locales', 4 srcPath: '.', 5 translationKeyMatcher: 6 /t\(\s*["'`]?([\s\S]+?)["'`]?\s*(?:\)|,)|i18nKey="([\s\S]+?)"/gi, 7};