Open
Description
2660f96 added support for is-installed
to language core
and follows the core/plugin/theme commands. All the commands only support one object to check for. This makes sense because the return value is only 0 or 1.
In 51a5ff0 this was also added to language plugin/theme
but in this case it also supports passing multiple language codes. This made the genreal behaviour of is-installed
inconsistent and I'm wondering why someone would use this since you'd never know which language code isn't installed.