foodsoft/config/i18n-js.yml

12 lines
309 B
YAML
Raw Normal View History

2013-10-04 14:53:22 +02:00
# only serve selected strings for i18n-js to keep filesize down
translations:
- file: 'app/assets/javascripts/i18n/translations.js'
2014-01-09 13:01:10 +01:00
only: [
'*.js.*',
'*.errors.*',
2014-01-09 13:01:10 +01:00
'*.number.*',
'*.date.formats.*',
# foodsoft-specific texts to keep js with normal translations
'*.orders.edit_amount.*'
]