Open alexstandiford opened 4 years ago
Translation strings should probably be baked-into a method, just like dir() and url(). Something like text_domain(), or something.
dir()
url()
text_domain()
This would also make it possible for $name and $description to be translated without running it inside of a constructor as long as #24 is done.
$name
$description
Translation strings should probably be baked-into a method, just like
dir()
andurl()
. Something liketext_domain()
, or something.