Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SolidusI18n error #1511

Closed
useiichi opened this issue Oct 9, 2016 · 2 comments
Closed

SolidusI18n error #1511

useiichi opened this issue Oct 9, 2016 · 2 comments

Comments

@useiichi
Copy link

useiichi commented Oct 9, 2016

I see forrowing error at Admin-Settings.
when I remove a line "gem 'solidus_i18n'" from Gemfile, I don't see this error.

NameError in Spree::Admin::GeneralSettings#edit

Showing /var/www/solidus/backend/app/views/spree/admin/general_settings/edit.html.erb where line #71 raised:

uninitialized constant SolidusI18n::LocaleHelper::Locale

Extracted source (around line #18):
16 # this project. solidusio/solidus now has those keys.
17 def all_locales_options
18 Locale.all.map { |locale| locale_presentation(locale) }.push(['English (EN)', :en])
19 end
20
21 private

@mtylty
Copy link
Contributor

mtylty commented Oct 10, 2016

@useiichi I think this is related to the solidus_i18n extension, you'd better open an issue there.

That said, I tried adding the solidus_i18n extension to the sandbox app but I was unable to reproduce this bug.

@useiichi
Copy link
Author

thanks for.
I'm going to open an issue in solidus_i18n.

@tvdeyen tvdeyen closed this as completed Oct 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants