From 168ebe3c8bab83ec5f9d9db6ea8de165fafacae4 Mon Sep 17 00:00:00 2001 From: voodoorai2000 Date: Thu, 4 Oct 2018 18:43:49 +0200 Subject: [PATCH] Fix i18n task' specs Add i18n.yml to i18n task's available translation files --- config/i18n-tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index b673c2110..d7ae6c72b 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -43,6 +43,7 @@ data: - config/locales/%{locale}/images.yml - config/locales/%{locale}/guides.yml - config/locales/%{locale}/user_groups.yml + - config/locales/%{locale}/i18n.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