Skip to content

Commit

Permalink
chore: remove unnecessary pattern match for Trans component
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Jan 11, 2021
1 parent 986aa63 commit 5c2f3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18next-parser.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module.exports = {
defaultNamespace: 'translation',
locales: ['en', 'jp'],
output: './src/i18n/translations/$LOCALE/translation.json',
input: ['src/**/!(Trans)*.js'],
input: ['src/**/*.js'],
};

0 comments on commit 5c2f3c3

Please sign in to comment.