Is there an alternative solution to over ride what the core does?
I'm thinking that all languages should be separate from the code.
So...
Yii:t('accounts', 'please click any new users you wish to remove')
To be honest, this is really hard to deal with for users who are not native speakers and it's very hard to change something on the fly.
Is it possible to change it to:
Yii:t('accounts', 'button_remove_new_user')?
You could then have:
title_xyz
text_xyz
button_xyz
Basically refer to everything like a variable. That way if I didn't want to use "Please click to remove any new users or any other offending dork users" I could just use "remove dork"

Help














