mirror of
https://github.com/daledavies/jump.git
synced 2026-05-06 20:55:59 +02:00
Add ability for jump to be translated into other languages
This commit is contained in:
@@ -42,6 +42,13 @@ class Cache {
|
||||
public function __construct(private Config $config) {
|
||||
// Define the various caches used throughout the app.
|
||||
$this->caches = [
|
||||
'languages' => [
|
||||
'cache' => null,
|
||||
'expirationtype' => Caching\Cache::Files,
|
||||
'expirationparams' => [
|
||||
__DIR__.'/../config.php',
|
||||
]
|
||||
],
|
||||
'searchengines' => [
|
||||
'cache' => null,
|
||||
'expirationtype' => Caching\Cache::Files,
|
||||
|
||||
Reference in New Issue
Block a user