Skip to content

Commit 8408b98

Browse files
committed
Point i18nParser to the files inside the source directory (#451)
1 parent d59b9eb commit 8408b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/gulpfile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ function reportBundleError(errorObj) {
291291
}
292292

293293
export function i18nParse() {
294-
return src(sourceDir)
294+
return src(`${sourceDir}/**`)
295295
.pipe(new i18nextParser({
296296
locales: ['en', 'fr'],
297297
output: `${i18nDir}/$LOCALE/$NAMESPACE.json`

0 commit comments

Comments
 (0)