From: David Yip Date: Thu, 21 Dec 2017 11:24:17 +0000 (-0600) Subject: Remove themes.default from i18n-tasks unused check X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=00d1f8eea1b402f073836bb9b5b99d7207bc4892;p=mastodon.git Remove themes.default from i18n-tasks unused check This translation key comes in from tootsuite, but the flavours system does not use it. --- 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'