fix(i18n): missing one value in pluralization
This commit is contained in:
parent
d520e035d5
commit
cd21eac330
2 changed files with 3 additions and 2 deletions
|
@ -132,8 +132,8 @@ ignore_unused:
|
|||
# - 'activerecord.attributes.*'
|
||||
|
||||
## Ignore these keys completely:
|
||||
# ignore:
|
||||
# - kaminari.*
|
||||
ignore:
|
||||
- 'shared.champs.drop_down_list{,.other}' # pluralization "other" false positive
|
||||
|
||||
## Sometimes, it isn't possible for i18n-tasks to match the key correctly,
|
||||
## e.g. in case of a relative key defined in a helper method.
|
||||
|
|
|
@ -2,6 +2,7 @@ fr:
|
|||
activemodel:
|
||||
models:
|
||||
outdated_procedure:
|
||||
one: Démarche sans expiration
|
||||
other: Démarches sans expiration
|
||||
attributes:
|
||||
outdated_procedure:
|
||||
|
|
Loading…
Reference in a new issue