From 502b14f4b756ed90830737defddc02c2a36121fd Mon Sep 17 00:00:00 2001 From: seb-by-ouidou Date: Thu, 4 Jan 2024 09:05:39 +0000 Subject: [PATCH] feat: add custom_locales folder to i18n_tasks --- config/i18n-tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index c408b9979..5e2a106b5 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -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