Skip to content

Commit 78d41bd

Browse files
committed
MOBILE-3617 lang: Update other component languages
1 parent 12baf22 commit 78d41bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/lang_functions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,9 @@ function override_component_lang_files($keys, $translations) {
400400
case 'assets':
401401
$path .= $type.'/'.$component;
402402
break;
403+
default:
404+
$path .= $type.'/lang';
405+
break;
403406

404407
}
405408

0 commit comments

Comments
 (0)