feat: add custom_locales folder to i18n_tasks
This commit is contained in:
parent
2f53a017b4
commit
502b14f4b7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ data:
|
||||||
read:
|
read:
|
||||||
- config/locales/*%{locale}.yml
|
- config/locales/*%{locale}.yml
|
||||||
- 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:
|
# 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
|
# `i18n-tasks normalize -p` will force move the keys according to these rules
|
||||||
|
|
Loading…
Add table
Reference in a new issue