diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-05-09 20:07:41 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-05-10 00:03:34 +0200 |
commit | a8be40933d5001272d8b527f9848beb494c9bcbb (patch) | |
tree | 863dd07bd4c40de3e9c1337d6f1683cb4913db1c | |
parent | 1c9c0167b7ea7dd03ef233a085adc0a6ef1b2527 (diff) |
Ignore tootsuite-specific theme-related translation strings
-rw-r--r-- | config/i18n-tasks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml index 0236fb8cc..e9564692f 100644 --- a/config/i18n-tasks.yml +++ b/config/i18n-tasks.yml @@ -62,5 +62,5 @@ ignore_unused: - 'errors.429' - 'admin.accounts.roles.*' - 'admin.action_logs.actions.*' - - 'themes.default' + - 'themes.*' - 'statuses.attached.*' |