MOBILE-3617 lang: Update other component languages
parent
12baf2270e
commit
78d41bddac
|
@ -400,6 +400,9 @@ function override_component_lang_files($keys, $translations) {
|
|||
case 'assets':
|
||||
$path .= $type.'/'.$component;
|
||||
break;
|
||||
default:
|
||||
$path .= $type.'/lang';
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue