Details
Description
Although "filter_' is specified in the places to search for filter language files it doesn't actually work as the filter language files are not correctly named nor properly searched for. For example, it should be "filter_mediaplugins.php" not just "mediaplugins.php". As it stands it is impossible to add language packs to non-core filters.
I guess this could just be fixed in 2.0 but I'd really like something sorted in 1.9. It basically means searching for both get_string( '...',$filtername) and for get_string( '...',"filter_$filtername")
Actually forget that last bit about 1.9... too much bother. This should really be sorted for 2.0 though.