Revert "Auto select language implementation"

This reverts commit 5fd7b368e2.
pull/332/head
Flashfyre 2024-04-28 10:01:29 -04:00
parent 5fd7b368e2
commit a9a9e512a0
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export interface Localizable {
const DEFAULT_LANGUAGE_OVERRIDE = '';
export function initI18n(): void {
let lang = navigator.language;
let lang = 'en';
if (localStorage.getItem('prLang'))
lang = localStorage.getItem('prLang');