diff --git a/scripts/lang_functions.php b/scripts/lang_functions.php index f09bba4df..3f1011955 100644 --- a/scripts/lang_functions.php +++ b/scripts/lang_functions.php @@ -398,6 +398,9 @@ function override_component_lang_files($keys, $translations) { case 'assets': $path .= $type.'/'.$component.'.json'; break; + default: + $path .= $type.'/lang.json'; + break; }