How to get translation from other module in PrestaShop?
问题 I have a "baseModule" PrestaShop module and a bunch of "baseExtensionModule[n]" modules. So, in order to avoid redundancy, I would like to reuse some translation from "baseModule" within the others. I have checked Translate::getModuleTranslation() and it looks like ModuleCore::l() does not offer the possibility to pass a module name and forward it to the first one. Any workaround you may know for this? I guess that getting the "baseModule" module instance would be another way to do it - using