summaryrefslogtreecommitdiff
path: root/resources/js/db.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/js/db.js')
-rw-r--r--resources/js/db.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/js/db.js b/resources/js/db.js
index f5cff6c..a04d32e 100644
--- a/resources/js/db.js
+++ b/resources/js/db.js
@@ -87,6 +87,7 @@ async function initializeDB () {
}
await fetchTranslation(Memory.state.Settings.language);
+ applyTranslation();
DB.currencies = await fetch('/db/_generated/currencies.json').then((response) => response.json());
}