This commit is contained in:
Ben Kyd
2021-04-03 01:55:42 +01:00
parent 12f67b6d6d
commit 5e92353a70

View File

@@ -27,4 +27,7 @@ async function loadLoacale()
loadLoacale();
if (localStorage.getItem('locale') == null)
{
localStorage.setItem('locale', 'en');
location.reload();
}