Yes, it is wrong in common case. But in manual (http://
spreecommerce.com/documentation/i18n.html) writen about changes in
model:
"1.3 Setting the Default Locale
The default locale for Spree is en-US. This can be changed by editing
the :default_locale setting in the AppConfiguration model. In the
future we hope to add a localization settings page that will allow you
to set the default locale from the admin screen [#35]."
SPREE_GEM_VERSION = '0.10.2'
Changes in model, placed (by hand from gem) into site extenstion works
for me.
On 6 май, 11:32, Roman Smirnov <
pom...@gmail.com> wrote:
> > You could try changing the following value:
>
> > preference :default_locale, :string, :default => 'en-US'
> > in the file:
>
> > \vendor\extensions\site\app\models\app_configuration.rb
>