summaryrefslogtreecommitdiff
path: root/db/i18n.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/i18n.php')
-rw-r--r--db/i18n.php2
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));
}