1 # Split context in several files.
 
   2 # By default only one file with all translations is exported and
 
   3 # no configuration is required. Your settings for asset pipeline
 
   4 # are automatically recognized.
 
   6 # If you want to split translations into several files or specify
 
   7 # locale contexts that will be exported, just use this file to do
 
  10 # If you're going to use the Rails 3.1 asset pipeline, change
 
  11 # the following configuration to something like this:
 
  14 #     - file: "app/assets/javascripts/i18n/translations.js"
 
  16 # If you're running an old version, you can use something
 
  20 #     - file: "public/javascripts/translations.js"
 
  24   - file: "app/assets/javascripts/i18n/translations.js"
 
  28     - "*.browse.start_rjs.*"
 
  31     - "*.site.index.remote_failed"
 
  32     - "*.site.sidebar.search_results"
 
  33     - "*.diary_entry.edit.marker_text"
 
  34     - "*.layouts.project_name.title"
 
  35     - "*.geocoder.search_osm_nominatim.*"