Translates a singular string.
Parameters
$singularstringrequired$contextstringoptionalDefault:
null
Source
public function translate( $singular, $context = null ) {
return $singular;
}
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
Translates a singular string.
$singularstringrequired$contextstringoptionalDefault:null
public function translate( $singular, $context = null ) {
return $singular;
}
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.