File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 44[ ![ Daily Downloads] ( http://poser.pugx.org/cobweb/flush_language_cache/d/daily )] ( https://packagist.org/packages/cobweb/flush_language_cache )
55[ ![ PHP Version Require] ( http://poser.pugx.org/cobweb/flush_language_cache/require/php )] ( https://packagist.org/packages/cobweb/flush_language_cache )
66
7- ====================
8- Flush Language Cache
9- ====================
7+ # Flush Language Cache
108
119This small TYPO3 CMS extension adds an item to the flush cache menu to allow for
12- flushing only the language cache (`` l10n ` `). This way you can avoid flushing the
10+ flushing only the language cache (` l10n ` ). This way you can avoid flushing the
1311whole system cache when updating just a couple of localized strings (in locallang
1412files).
1513
@@ -20,24 +18,22 @@ item will appear in the flush cache menu.
2018
2119There is also a command-line tool that can be called with:
2220
23- .. code :: text
24-
21+ ``` text
2522 path/to/php path/to/bin/typo3 languagecache:flush
23+ ```
2624
2725
28- User TSconfig
29- -------------
26+ ## User TSconfig
3027
3128It is possible to give access to this flush cache option to ordinary backend users
3229with the following User TSconfig:
3330
34- .. code :: typoscript
35-
31+ ``` typo3_typoscript
3632 options.clearCache.flushLanguageCache = 1
33+ ```
3734
3835
39- Credits
40- -------
36+ ## Credits
4137
4238The icon is based on the following images:
4339
You can’t perform that action at this time.
0 commit comments