Closed solracsf closed 5 years ago
Actually, translations are saved on original module messages folder. If the module is updated, we lost all translations as these are rewritten by the update.
Translations should be saved on /protected/config/messages folder to keep these.
/protected/config/messages
We need to develop a separte module for this.
Actually, translations are saved on original module messages folder. If the module is updated, we lost all translations as these are rewritten by the update.
Translations should be saved on
/protected/config/messages
folder to keep these.