diff options
author | David Yip <yipdw@member.fsf.org> | 2017-12-21 05:24:17 -0600 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2017-12-21 05:24:17 -0600 |
commit | 00d1f8eea1b402f073836bb9b5b99d7207bc4892 (patch) | |
tree | 4be83a1a47b617f46da60188b44c9c2f3461b02d /config | |
parent | 6f11aa8383a6afc4ef1b82c25b5f933027278457 (diff) |
Remove themes.default from i18n-tasks unused check
This translation key comes in from tootsuite, but the flavours system does not use it.
Diffstat (limited to 'config')
-rw-r--r-- | config/i18n-tasks.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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' |