Skip to content

Commit

Permalink
Point i18nParser to the files inside the source directory (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Mar 17, 2022
1 parent d59b9eb commit 8408b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function reportBundleError(errorObj) {
}

export function i18nParse() {
return src(sourceDir)
return src(`${sourceDir}/**`)
.pipe(new i18nextParser({
locales: ['en', 'fr'],
output: `${i18nDir}/$LOCALE/$NAMESPACE.json`
Expand Down

0 comments on commit 8408b98

Please sign in to comment.