1
0
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:
tobspr 2020-06-11 10:23:02 +02:00
parent 3b3b1c4418
commit 3e3cfe2c67

View File

@ -93,7 +93,9 @@ export function autoDetectLanguageId() {
return trans;
}
}
return null;
// Fallback
return "en";
}
function matchDataRecursive(dest, src) {