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