From b592c4a3807f672b177cb0fbae5314ab6747d991 Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Fri, 31 Mar 2017 23:58:45 +0200 Subject: [PATCH] Revert "translations?" This reverts commit 6497382e7c3871b7183bff46497eea932a66da7a. --- config/i18n-js.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/i18n-js.yml b/config/i18n-js.yml index 67df7e25..50b4a08e 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" - only: ['*.frontend.*', '*.views.actions.*'] +# translations: +# - file: "app/assets/javascripts/i18n/translations.js" # # If you're running an old version, you can use something # like this: # fallbacks: :default_locale -#translations: -# - file: 'public/javascripts/i18n/%{locale}.js' +translations: + - file: 'public/javascripts/i18n/%{locale}.js' + only: ['*.frontend.*', '*.views.actions.*']