You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**WARNING**: If you want to keep your model translations, be sure to add the `solidus_globalize` gem to your `Gemfile`**before** migrating the database. Otherwise **you will loose your translations**!
91
-
92
-
### 1. Migrate your database
93
-
94
-
bin/rake solidus_i18n:upgrade
95
-
bin/rake db:migrate
96
-
97
-
*Note:* The migration automatically skips the removal of the translations tables. So it's safe to run the migration without data loss. But be sure to have the `solidus_globalize` gem in your `Gemfile`, if you want to keep them.
98
-
99
-
### 2. Remove Configuration
100
-
101
-
Remove all occurrences of `SolidusI18n::Config.supported_locales` from your code.
0 commit comments