diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-19 23:51:58 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-19 23:51:58 +0200 |
commit | 2c7890e90e1aad371854cfe60ad63eaa88e64fec (patch) | |
tree | e144631d4c8ad3b5f862e5822d697f19fc061f73 /db/i18n.php | |
parent | 1a3489d4026656f83504a0154c294a5b6cf76a61 (diff) |
move generated db json files
Diffstat (limited to 'db/i18n.php')
-rw-r--r-- | db/i18n.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/i18n.php b/db/i18n.php index 9e64c91..af6fec8 100644 --- a/db/i18n.php +++ b/db/i18n.php @@ -19,5 +19,5 @@ foreach (scandir($basePath) as $dirname) { } } - file_put_contents(__DIR__ . "/i18n/$dirname.json", json_encode($i18n)); + file_put_contents(__DIR__ . "/_generated/i18n/$dirname.json", json_encode($i18n)); } |