tenants
Well-known member
I'm asking this because I'm about to phrase everything for a plugin I will release (probably in a couple of weeks)
So my thoughts are, I could a pre id to everything, that would make the phrases easy to find and translate
tenants_click
tenants_login
tenants_open
tenants_something_else
However, there is an agument no to do this, since it's more uncessary work
For example, I could add a phases
{{ phrase('tenants_descending') }}
but it already exists and may have already been translated:
{{ phrase('descending') }}
So, do people usually just pre_id if it doesn't already exists, or do it for everything, or not at all?
So my thoughts are, I could a pre id to everything, that would make the phrases easy to find and translate
tenants_click
tenants_login
tenants_open
tenants_something_else
However, there is an agument no to do this, since it's more uncessary work
For example, I could add a phases
{{ phrase('tenants_descending') }}
but it already exists and may have already been translated:
{{ phrase('descending') }}
So, do people usually just pre_id if it doesn't already exists, or do it for everything, or not at all?