Commit e2828c39 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Load out-of-tree plugin's text domain

They cannot do it themselves. Their strings may be in the plugins
cache, in which case the plugins may not be loaded at all.
parent 5b7c5b66
......@@ -257,6 +257,8 @@ void CacheLoad( vlc_object_t *p_this, module_bank_t *p_bank, bool b_delete )
LOAD_STRING( pp_cache[i]->p_module->psz_filename );
LOAD_STRING( pp_cache[i]->p_module->domain );
if( pp_cache[i]->p_module->domain != NULL )
vlc_bindtextdomain( pp_cache[i]->p_module->domain );
LOAD_IMMEDIATE( i_submodules );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment