mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Improve language fallback detection
This commit is contained in:
parent
3b3b1c4418
commit
3e3cfe2c67
@ -93,7 +93,9 @@ export function autoDetectLanguageId() {
|
|||||||
return trans;
|
return trans;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
|
||||||
|
// Fallback
|
||||||
|
return "en";
|
||||||
}
|
}
|
||||||
|
|
||||||
function matchDataRecursive(dest, src) {
|
function matchDataRecursive(dest, src) {
|
||||||
|
Loading…
Reference in New Issue
Block a user