Don't bail out when you don't find uiconfig translations
Change-Id: I54bf71bdd7e088ab5c11234ec31963817a314006
This commit is contained in:
parent
52a059349b
commit
c7be4968e8
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ sub get_lang_files
|
|||
find_lang_files($files_hash_ref, $lang);
|
||||
|
||||
if ( !keys %$files_hash_ref ) {
|
||||
print_error("can't find any lang config files in '$files_path'", 3);
|
||||
print_message("can't find any lang config files in '$files_path'", 3);
|
||||
}
|
||||
|
||||
return wantarray ? @main::file_list : \@main::file_list;
|
||||
|
|
Loading…
Reference in a new issue