Closed BenRutlandWeb closed 3 years ago
Describe the bug The post type and taxonomy $singular and $plural properties aren't translatable (using gettext funcitons).
$singular
$plural
To Reproduce Steps to reproduce the behavior:
__()
Expected behavior A way to call gettext functions on the labels.
Additional context The ability to override class methods such as plural() would allow for methods to be called on the labels.
plural()
Describe the bug The post type and taxonomy
$singular
and$plural
properties aren't translatable (using gettext funcitons).To Reproduce Steps to reproduce the behavior:
__()
Expected behavior A way to call gettext functions on the labels.
Additional context The ability to override class methods such as
plural()
would allow for methods to be called on the labels.