receive helper and i18n cleanup

This commit is contained in:
wvengen 2014-01-09 13:01:10 +01:00
parent 90c81de872
commit 124341c7d6
4 changed files with 27 additions and 21 deletions

View file

@ -1,4 +1,10 @@
# only serve selected strings for i18n-js to keep filesize down
translations:
- file: 'app/assets/javascripts/i18n/translations.js'
only: ['*.js.*', '*.number.*', '*.date.formats.*']
only: [
'*.js.*',
'*.number.*',
'*.date.formats.*',
# foodsoft-specific texts to keep js with normal translations
'*.orders.edit_amount.*'
]