feat: add custom_locales folder to i18n_tasks

This commit is contained in:
seb-by-ouidou 2024-01-04 09:05:39 +00:00 committed by seb-by-ouidou
parent 2f53a017b4
commit 502b14f4b7

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