Go to the source code of this file.
|
class | Enviro |
| Helper class to handle command line options. More...
|
|
◆ try
Initial value:{
$language = Language::getById($languageId);
if (!isset($language)) {
throw new Exception(
"Unable to find the language with id '$languageId'");
}
$languages[] = $language;
}
} else {
$languages = Language::getAll();
}
}
} else {
}
die(4);
}
die(0)
static echoErr($str)
Print a string to stderr.
static reduce($languages)
Reduce a language list to the minimum common denominator.
Create styles array
The data for the language used.
Definition at line 18 of file export-plural-rules.php.