mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 00:52:47 +02:00
Revert "Auto select language implementation"
This reverts commit 5fd7b368e2
.
This commit is contained in:
parent
5fd7b368e2
commit
a9a9e512a0
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user