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
|
end
|
||||||
|
|
||||||
ActiveSupport::Inflector.inflections(:nl) do |inflect|
|
ActiveSupport::Inflector.inflections(:nl) do |inflect|
|
||||||
inflect.plural 'veranstaltung', 'veranstaltungen'
|
inflect.plural 'evenement', 'evenementen'
|
||||||
end
|
end
|
||||||
|
|
||||||
# These inflection rules are supported but not enabled by default:
|
# These inflection rules are supported but not enabled by default:
|
||||||
|
Loading…
Reference in New Issue
Block a user