diff --git a/config/i18n-js.yml b/config/i18n-js.yml index 50b4a08e..67df7e25 100644 --- a/config/i18n-js.yml +++ b/config/i18n-js.yml @@ -15,14 +15,14 @@ # If you're going to use the Rails 3.1 asset pipeline, change # the following configuration to something like this: # -# translations: -# - file: "app/assets/javascripts/i18n/translations.js" +translations: + - file: "app/assets/javascripts/i18n/translations.js" + only: ['*.frontend.*', '*.views.actions.*'] # # If you're running an old version, you can use something # like this: # fallbacks: :default_locale -translations: - - file: 'public/javascripts/i18n/%{locale}.js' - only: ['*.frontend.*', '*.views.actions.*'] +#translations: +# - file: 'public/javascripts/i18n/%{locale}.js'