Good afternoon, I am writing a CMS.
The project structure that I decided to choose is modular.
But there is a problem with using this package.
Unfortunately, I did not find (did not come up with) a way to isolate the translation models in the module, I have to create them in the root directory, which is specified in the config file, is it possible to isolate them in the module?
You can define $translationModel property on the translatable model which should contain the FQCN to your translation model. This way you are totally free where you place it and how you name it.
Good afternoon, I am writing a CMS. The project structure that I decided to choose is modular. But there is a problem with using this package. Unfortunately, I did not find (did not come up with) a way to isolate the translation models in the module, I have to create them in the root directory, which is specified in the config file, is it possible to isolate them in the module?