Open rauwebieten opened 4 years ago
When custom translations setup, translations do not save. They are properly loaded, but not saved.
I have a custom setup for my translation files (inside storage folder)
'i18n' => [ 'translations' => [ 'site' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@storage/translations', 'sourceLanguage' => 'en', 'fileMap' => [ 'site' => 'site.php' ], ], ], ]
The plugin loads all translations, but saving does not work. The plugins saves the translations in the default folder (@app/translations)
Description
When custom translations setup, translations do not save. They are properly loaded, but not saved.
Steps to reproduce
I have a custom setup for my translation files (inside storage folder)
The plugin loads all translations, but saving does not work. The plugins saves the translations in the default folder (@app/translations)