Retrospring/config/i18n-js.yml

29 lines
842 B
YAML
Raw Normal View History

2015-06-08 07:49:47 -07:00
# Split context in several files.
#
# By default only one file with all translations is exported and
# no configuration is required. Your settings for asset pipeline
# are automatically recognized.
#
# If you want to split translations into several files or specify
# locale contexts that will be exported, just use this file to do
# so.
#
# For more informations about the export options with this file, please
# refer to the README
#
#
# 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"
2015-06-08 07:49:47 -07:00
#
# If you're running an old version, you can use something
# like this:
#
fallbacks: :default_locale
translations:
2017-03-31 16:08:51 -07:00
- file: 'public/javascripts/translations.js'
only: ['*.frontend.*', '*.views.actions.*']