Correct i18n tasks config to check for any file under custom language folder

This commit is contained in:
Bertocq
2017-09-15 13:51:04 +02:00
parent 7be1f0315e
commit 8bf0d6f749

View File

@@ -21,7 +21,7 @@ data:
# - config/locales/**/*.%{locale}.yml
## Another gem (replace %#= with %=):
# - "<%#= %x[bundle show vagrant].chomp %>/templates/locales/%{locale}.yml"
- config/locales/custom/%{locale}/custom.yml
- config/locales/custom/%{locale}/*.yml
- config/locales/%{locale}/general.yml
- config/locales/%{locale}/activerecord.yml
- config/locales/%{locale}/activemodel.yml