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.*',
|
2014-07-02 13:55:05 +02:00
|
|
|
'*.errors.*',
|
2014-01-09 13:01:10 +01:00
|
|
|
'*.number.*',
|
|
|
|
'*.date.formats.*',
|
|
|
|
# foodsoft-specific texts to keep js with normal translations
|
|
|
|
'*.orders.edit_amount.*'
|
|
|
|
]
|