You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
@@ -334,6 +334,7 @@ const InternalConfig = function (initConfig) { // eslint-disable-line no-unused-
|
|||||||
locale = navigator.languages ? navigator.languages[0] : navigator.language;
|
locale = navigator.languages ? navigator.languages[0] : navigator.language;
|
||||||
locale = locale.split('.')[0];
|
locale = locale.split('.')[0];
|
||||||
}
|
}
|
||||||
|
locale = locale.replace('-', '_');
|
||||||
const onExit = this.onExit;
|
const onExit = this.onExit;
|
||||||
|
|
||||||
// Godot configuration.
|
// Godot configuration.
|
||||||
|
|||||||
Reference in New Issue
Block a user