Skip to content

Commit 1fee187

Browse files
committed
[TASK] Move README file to markdown
1 parent c6e0082 commit 1fee187

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.rst renamed to README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
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

119
This 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
1311
whole system cache when updating just a couple of localized strings (in locallang
1412
files).
1513

@@ -20,24 +18,22 @@ item will appear in the flush cache menu.
2018

2119
There 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

3128
It is possible to give access to this flush cache option to ordinary backend users
3229
with 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

4238
The icon is based on the following images:
4339

0 commit comments

Comments
 (0)