Hi All,
I know that we can use the structure Classname.filename when we call t() in the view file as
Yii::t("Classname.filename",'message to translate')
but is it possible for me to do like this messages/fr/MyFolder/MySubFolder/filename
so that I can have Yii::t(“Myfolder.MySubFolder.filename”,‘message to translate’)