mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-16 20:22:18 +00:00
Fix inconsistent interpolations test by ignoring single plural keys (#12394)
This commit is contained in:
parent
510e184216
commit
9d7cfcb1b3
|
@ -60,3 +60,6 @@ ignore_unused:
|
||||||
- 'admin.accounts.roles.*'
|
- 'admin.accounts.roles.*'
|
||||||
- 'admin.action_logs.actions.*'
|
- 'admin.action_logs.actions.*'
|
||||||
- 'statuses.attached.*'
|
- 'statuses.attached.*'
|
||||||
|
|
||||||
|
ignore_inconsistent_interpolations:
|
||||||
|
- '*.one'
|
||||||
|
|
Loading…
Reference in a new issue