Merge pull request #9892 from adullact/feature-ouidou/add_custom_locales_folder_to_i18n_tasks

Tech: add custom_locales folder to i18n_tasks
This commit is contained in:
Colin Darie 2024-01-22 13:25:57 +00:00 committed by GitHub
commit 043ffef79a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@ data:
read:
- config/locales/*%{locale}.yml
- config/locales/**/*%{locale}.yml
- config/custom_locales/*%{locale}.yml
# Locale files to write new keys to, based on a list of key pattern => file rules. Matched from top to bottom:
# `i18n-tasks normalize -p` will force move the keys according to these rules