From 8bdccbb7f9114600fc5eabecf334ede87a96b4eb Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Sat, 8 Jan 2022 16:29:17 +0100 Subject: [PATCH] feat: activate Norwegian and Russian languages (#5856) --- config/lang-detector.php | 2 ++ webpack.mix.js | 1 + 2 files changed, 3 insertions(+) diff --git a/config/lang-detector.php b/config/lang-detector.php index 748444e6f..22f4516f4 100644 --- a/config/lang-detector.php +++ b/config/lang-detector.php @@ -40,7 +40,9 @@ return [ 'id', 'it', 'nl', + 'no', 'pt-BR' => 'pt-BR', + 'ru', 'sv', 'tr', 'vi', diff --git a/webpack.mix.js b/webpack.mix.js index 59896826c..990acb031 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -19,6 +19,7 @@ mix.webpackConfig({ 'it', 'nl', 'pt-BR', + 'ru', 'sv', 'tr', 'vi',