receive helper and i18n cleanup
This commit is contained in:
parent
90c81de872
commit
124341c7d6
4 changed files with 27 additions and 21 deletions
|
|
@ -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.*'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue