Skip to content

Commit

Permalink
Fix #240 - Add note about 'force static file cache'
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Feb 18, 2020
1 parent 74123f6 commit 1ad4a69
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions Configuration/TCA/Overrides/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'tx_staticfilecache_cache_force' => [
'exclude' => 1,
'label' => 'LLL:EXT:staticfilecache/Resources/Private/Language/locallang.xlf:staticfilecache.tx_staticfilecache_cache_force',
'description' => 'LLL:EXT:staticfilecache/Resources/Private/Language/locallang.xlf:staticfilecache.tx_staticfilecache_cache_force.desc',
'config' => [
'type' => 'check',
'default' => '0',
Expand Down
8 changes: 6 additions & 2 deletions Resources/Private/Language/da.locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
<target>Gem sidecache som statiske filer</target>
</trans-unit>
<trans-unit id="staticfilecache.tx_staticfilecache_cache_force" xml:space="preserve" approved="yes">
<source>Force the static cache generation (!!!)</source>
<target>Gennemtving statisk cache-generering (!!!)</target>
<source>Force the static cache generation</source>
<target>Gennemtving statisk cache-generering</target>
</trans-unit>
<trans-unit id="staticfilecache.tx_staticfilecache_cache_force.desc">
<source>IMPORTANT NOTE: This result in undefined states. Do not enable this field for editors, do not use in production and do not report bugs related to this feature!</source>
<target>IMPORTANT NOTE: This result in undefined states. Do not enable this field for editors, do not use in production and do not report bugs related to this feature!</target>
</trans-unit>
<trans-unit id="module.intro.current" xml:space="preserve" approved="yes">
<source>This module displays the cache entries and errors of the current page.</source>
Expand Down
8 changes: 6 additions & 2 deletions Resources/Private/Language/de.locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
<target>Speichere Seitencache als statische Datei</target>
</trans-unit>
<trans-unit id="staticfilecache.tx_staticfilecache_cache_force">
<source>Force the static cache generation (!!!)</source>
<target>Erzwingt die statische Generierung (!!!)</target>
<source>Force the static cache generation</source>
<target>Erzwingt die statische Generierung</target>
</trans-unit>
<trans-unit id="staticfilecache.tx_staticfilecache_cache_force.desc">
<source>IMPORTANT NOTE: This result in undefined states. Do not enable this field for editors, do not use in production and do not report bugs related to this feature!</source>
<target>WICHTIGER HINWEIS: Das Ergebnis ist ein undefinierter Zustand. Bitte nicht für Redakteure freigeben, in Production benutzen oder Bugs im Zusammenhang mit dieser Option reporten!</target>
</trans-unit>
<trans-unit id="staticfilecache.tx_staticfilecache_cache_offline">
<source>Cache offline (Manifest) - only if page is cached staticly</source>
Expand Down
5 changes: 4 additions & 1 deletion Resources/Private/Language/locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
<source>Cache page as static file</source>
</trans-unit>
<trans-unit id="staticfilecache.tx_staticfilecache_cache_force">
<source>Force the static cache generation (!!!)</source>
<source>Force the static cache generation (NOTE: This result in undefined states. Do not enable this field for editors, do not use in production and do not report bugs related to this feature!)</source>
</trans-unit>
<trans-unit id="staticfilecache.tx_staticfilecache_cache_force.desc">
<source>IMPORTANT NOTE: This result in undefined states. Do not enable this field for editors, do not use in production and do not report bugs related to this feature!</source>
</trans-unit>
<trans-unit id="staticfilecache.tx_staticfilecache_cache_priority">
<source>Cache priority (high => important)</source>
Expand Down

0 comments on commit 1ad4a69

Please sign in to comment.