MOBILE-3617 lang: Update other component languages
parent
12baf2270e
commit
78d41bddac
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue