From 8408b9899210f6851de756f562d9f8ac31aa093a Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Wed, 16 Mar 2022 14:51:19 +0100 Subject: [PATCH] Point i18nParser to the files inside the source directory (#451) --- frontend/gulpfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/gulpfile.ts b/frontend/gulpfile.ts index c3fa442c..040b20de 100644 --- a/frontend/gulpfile.ts +++ b/frontend/gulpfile.ts @@ -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`