Plone installation skip news and events in Slovenian

I developed a custom theme for Plone and have it in the Slovenian language. I also renamed the URL for news and events to be translated into the Slovenian. But now every time I have an update, the English news and events (the slug part or the URL) get recreated.
Is there a way to skip the creation of News and Events?

Part of my buildout:

[plonesite]
recipe = collective.recipe.plonesite
site-id = Plone
instance = instance
profiles-initial = Products.CMFPlone:dependencies
profiles =
    plone.app.contenttypes:plone-content
    plonetheme.awesome:default
upgrade-portal = False
upgrade-all-profiles = False
site-replace = False
default-language = sl

remove this:

plone.app.contenttypes:plone-content

1 Like

Thanks. That makes sense. Not sure how I missed it :wink: