all repos — caroster @ e5ab2b72830ceac154edfa35c7106a508edebebc

[Octree] Group carpool to your event https://caroster.io

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};