translations?
This commit is contained in:
parent
7452516115
commit
6497382e7c
|
@ -15,14 +15,14 @@
|
||||||
# If you're going to use the Rails 3.1 asset pipeline, change
|
# If you're going to use the Rails 3.1 asset pipeline, change
|
||||||
# the following configuration to something like this:
|
# the following configuration to something like this:
|
||||||
#
|
#
|
||||||
# translations:
|
translations:
|
||||||
# - file: "app/assets/javascripts/i18n/translations.js"
|
- file: "app/assets/javascripts/i18n/translations.js"
|
||||||
|
only: ['*.frontend.*', '*.views.actions.*']
|
||||||
#
|
#
|
||||||
# If you're running an old version, you can use something
|
# If you're running an old version, you can use something
|
||||||
# like this:
|
# like this:
|
||||||
#
|
#
|
||||||
fallbacks: :default_locale
|
fallbacks: :default_locale
|
||||||
|
|
||||||
translations:
|
#translations:
|
||||||
- file: 'public/javascripts/i18n/%{locale}.js'
|
# - file: 'public/javascripts/i18n/%{locale}.js'
|
||||||
only: ['*.frontend.*', '*.views.actions.*']
|
|
||||||
|
|
Loading…
Reference in New Issue