MOBILE-3617 lang: Update other component languages

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

View File

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