---
title: "Important: #90236 - Respect extension state 'excludeFromUpdates' during language updates"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-90236"
source: "Changelog/10.3/Important-90236-RespectExtensionStateExcludeFromUpdatesDuringLanguageUpdates.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Important: #90236 - Respect extension state 'excludeFromUpdates' during language updates

See [forge#90236](https://forge.typo3.org/issues/90236)

## Description

If the state property inside `ext_emconf.php` is set to `excludeFromUpdates`,
the extension will be skipped while updating the language files in the Install Tool.

This setting is especially helpful if you create a custom extension which uses the same extension
key as an existing TER extension.
