mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-02 18:51:52 +02:00
6 lines
167 B
JavaScript
6 lines
167 B
JavaScript
module.exports = {
|
|
localesPath: "public/locales/en",
|
|
srcPath: "src",
|
|
translationKeyMatcher:
|
|
/(?:[$ .{=(](_|t|tc|i18nKey))\(.*?[\),]|i18nKey={?"(.*?)"/gi,
|
|
};
|