MOBILE-3617 lang: Update other component languages

main
Pau Ferrer Ocaña 2020-12-03 12:35:19 +01:00
parent 12baf2270e
commit 78d41bddac
1 changed files with 3 additions and 0 deletions

View File

@ -400,6 +400,9 @@ function override_component_lang_files($keys, $translations) {
case 'assets': case 'assets':
$path .= $type.'/'.$component; $path .= $type.'/'.$component;
break; break;
default:
$path .= $type.'/lang';
break;
} }