SpinaCMS / Spina

Spina CMS
http://www.spinacms.com
Other
2.19k stars 405 forks source link

spina:update_translations fails in development environment #713

Closed kahrpatrick closed 2 years ago

kahrpatrick commented 3 years ago

Currently the rake task spina:update_translations fails if used in the default development environment. https://github.com/SpinaCMS/Spina/blob/cb3db7f6cf4b6c0eed2d10894fb38ed1d002091d/lib/tasks/spina_tasks.rake#L8 The task makes use of i18n fallback locales which are not enabled by default in development. A solution is to add config.i18n.fallbacks = true to application.rb or development.rb. Could this be done in the spina installer?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.