cobweb / flush_language_cache
Adds an item to the flush cache menu to clear just the language (l10n) cache. Also provides a command-line tool for that.
Installs: 70 708
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 4
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.1 || ^8.2 || ^8.3
- typo3/cms-core: ^12.4 || ^13.1
Replaces
- typo3-ter/flush_language_cache: 5.0.0
README
Flush Language Cache
This small TYPO3 CMS extension adds an item to the flush cache menu to allow for
flushing only the language cache (l10n
). This way you can avoid flushing the
whole system cache when updating just a couple of localized strings (in locallang
files).
This extension requires TYPO3 CMS 12 or more.
Just install it and flush the system cache. Reload the backend and the new item will appear in the flush cache menu.
There is also a command-line tool that can be called with:
path/to/php path/to/bin/typo3 languagecache:flush
User TSconfig
It is possible to give access to this flush cache option to ordinary backend users with the following User TSconfig:
options.clearCache.flushLanguageCache = 1
Credits
The icon is based on the following images:
- thunderbolt by H Alberto Gongora from the Noun Project
- chat bubble by Tereza Moravcová from the Noun Project
Thanks to Dmytro Nozdrin for the TYPO3 9 compatibility update and some code cleanup.