Add a Fluent based translation system.

This commit is contained in:
Matthias Mailänder
2021-04-24 12:39:06 +02:00
committed by teinarss
parent f1a9a5180d
commit 1f01d0b6b1
8 changed files with 169 additions and 1 deletions

View File

@@ -221,6 +221,7 @@ namespace OpenRA
public Color Color = Color.FromArgb(200, 32, 32);
public string LastServer = "localhost:1234";
public Color[] CustomColors = { };
public string Language = "en";
}
public class GameSettings