Skip to content

Commit c482a9b

Browse files
committed
Export i18nParse function in gulpfile as task (#451)
1 parent 1236e78 commit c482a9b

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
@@ -289,7 +289,7 @@ function reportBundleError(errorObj) {
289289
log.error(chalk.red(errorObj.message));
290290
}
291291

292-
function i18nParse() {
292+
export function i18nParse() {
293293
return src(sourceDir)
294294
.pipe(new i18nextParser({
295295
locales: ['en', 'fr'],

0 commit comments

Comments
 (0)