mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Improve language fallback detection
This commit is contained in:
@@ -93,7 +93,9 @@ export function autoDetectLanguageId() {
|
|||||||
return trans;
|
return trans;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
|
||||||
|
// Fallback
|
||||||
|
return "en";
|
||||||
}
|
}
|
||||||
|
|
||||||
function matchDataRecursive(dest, src) {
|
function matchDataRecursive(dest, src) {
|
||||||
|
|||||||
Reference in New Issue
Block a user