Correct nl inflection for evenement
This commit is contained in:
parent
b119421c03
commit
4249c91af9
@ -15,7 +15,7 @@ ActiveSupport::Inflector.inflections(:de) do |inflect|
|
||||
end
|
||||
|
||||
ActiveSupport::Inflector.inflections(:nl) do |inflect|
|
||||
inflect.plural 'veranstaltung', 'veranstaltungen'
|
||||
inflect.plural 'evenement', 'evenementen'
|
||||
end
|
||||
|
||||
# These inflection rules are supported but not enabled by default:
|
||||
|
Loading…
Reference in New Issue
Block a user