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',