I just tried to use the latest version of this extension with a site based on an ancient Git snapshot (somewhere between Spree 0.10 and 0.11) and found that the localization in the Admin interface is broken, even when specifying the load order suggested in README.rdoc.
I get the usual untranslated symbols in my Admin interface (like de, ext_static_content_static_pages), even though the locales seem to work fine in console:
themel@kallisti: ~/src/homemadebuttons-current $ script/console
Loading development environment (Rails 2.3.5)
/home/themel/.gem/ruby/1.8/gems/rails-2.3.5/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement
>> I18n.t(:ext_static_content_static_pages)
=> "Statische Seiten"
Ai, that's a hard one. I really don't have a clue. Perhaps the admin loads the locales differerent. You could try to install the open_gem and do a gem open spree to see what happens in the admin part.
Hi,
I just tried to use the latest version of this extension with a site based on an ancient Git snapshot (somewhere between Spree 0.10 and 0.11) and found that the localization in the Admin interface is broken, even when specifying the load order suggested in README.rdoc.
I get the usual untranslated symbols in my Admin interface (like
de, ext_static_content_static_pages
), even though the locales seem to work fine in console:The load order seems to be as intended, since
Any ideas what could be wrong?