mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-01 19:26:30 +02:00
5 lines
160 B
JavaScript
5 lines
160 B
JavaScript
module.exports = {
|
|
localesPath: 'public/locales',
|
|
srcPath: 'src',
|
|
translationKeyMatcher: /(?:[$ .{=(](_|t|tc|i18nKey))\(.*?[\),]|i18nKey={?"(.*?)"/gi
|
|
};
|