mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 05:07:11 +00:00
Revert "Auto select language implementation"
This reverts commit 5fd7b368e295333503d8e702c798cfb51c334283.
This commit is contained in:
parent
5fd7b368e2
commit
a9a9e512a0
@ -75,7 +75,7 @@ export interface Localizable {
|
|||||||
const DEFAULT_LANGUAGE_OVERRIDE = '';
|
const DEFAULT_LANGUAGE_OVERRIDE = '';
|
||||||
|
|
||||||
export function initI18n(): void {
|
export function initI18n(): void {
|
||||||
let lang = navigator.language;
|
let lang = 'en';
|
||||||
|
|
||||||
if (localStorage.getItem('prLang'))
|
if (localStorage.getItem('prLang'))
|
||||||
lang = localStorage.getItem('prLang');
|
lang = localStorage.getItem('prLang');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user