- add: Localisation - start

This commit is contained in:
2025-02-02 19:34:15 +03:00
parent 3c980659be
commit ad48da2414
6 changed files with 49 additions and 0 deletions

View File

@@ -17,4 +17,6 @@ public static class LauncherConVar
public static readonly ConVar<string[]> AuthServers = ConVarBuilder.Build<string[]>("launcher.authServers", [
"https://auth.spacestation14.com/"
]);
public static readonly ConVar<string> CurrentLang = ConVarBuilder.Build<string>("launcher.language", "en-US");
}