diff --git a/scripts/lang_functions.php b/scripts/lang_functions.php index 668070a60..17d6d8d2c 100644 --- a/scripts/lang_functions.php +++ b/scripts/lang_functions.php @@ -400,6 +400,9 @@ function override_component_lang_files($keys, $translations) { case 'assets': $path .= $type.'/'.$component; break; + default: + $path .= $type.'/lang'; + break; }