From 63959b4b22bd07da7442e9b3d994470c06ff0a9c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 27 Oct 2021 11:22:24 +0200 Subject: [PATCH] :paperclip: Update gulpfile (related to i18n changes). --- frontend/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 03c4f1c27..5a64cd8a3 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -33,7 +33,7 @@ paths.dist = "./target/dist/"; // Templates function readLocales() { - const langs = ["ca", "de", "el", "en", "es", "fr", "tr", "ru", "zh_CN", "pt_BR", "ro"]; + const langs = ["ar", "he", "ca", "de", "el", "en", "es", "fr", "tr", "ru", "zh_CN", "pt_BR", "ro"]; const result = {}; for (let lang of langs) {