From 05d78d6c92d6afb6d3de7716fbdb467d548aeeb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 27 Jun 2022 12:22:08 +0200 Subject: [PATCH] :pencil2: Add TODO comment --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index dfed723..5cab748 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -7,3 +7,5 @@ function copyIcons() { return src('credentials/**/*.{png,svg}').pipe(dest('dist/credentials')); } + +// TODO: Add i18n to pipeline