foodsoft/config/i18n-js.yml
2014-07-02 13:55:05 +02:00

11 lines
309 B
YAML

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