Use default locale as cmtool default

This commit is contained in:
2015-07-16 16:22:15 +02:00
parent 502759b982
commit 11185626d7
@@ -10,7 +10,7 @@ module Cmtool
if respond_to? :cmtool_locale
I18n.locale = cmtool_locale
else
I18n.locale = :en
I18n.locale = Rails.configuration.i18n.default_locale
end
end