From 00d1f8eea1b402f073836bb9b5b99d7207bc4892 Mon Sep 17 00:00:00 2001 From: David Yip Date: Thu, 21 Dec 2017 05:24:17 -0600 Subject: [PATCH] Remove themes.default from i18n-tasks unused check This translation key comes in from tootsuite, but the flavours system does not use it. --- config/i18n-tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 014055804..9e1b620f5 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -61,3 +61,4 @@ ignore_unused: - 'errors.429' - 'admin.accounts.roles.*' - 'admin.action_logs.actions.*' + - 'themes.default'